mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 16:56:54 +00:00
FRITZBOX: bugfix telnet hasdoublewlan
git-svn-id: https://svn.fhem.de/fhem/trunk@9609 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
4a56be71cf
commit
a90ad00b79
@ -855,7 +855,7 @@ sub FRITZBOX_Readout_Run_Shell($)
|
|||||||
push @readoutCmdArray, ["", "ctlmgr_ctl r telcfg settings/Diversity/count" ];
|
push @readoutCmdArray, ["", "ctlmgr_ctl r telcfg settings/Diversity/count" ];
|
||||||
|
|
||||||
# Box Features
|
# Box Features
|
||||||
push @readoutCmdArray, [ "fhem->is_double_wlan", "ctlmgr_ctl r wlan settings/feature_flags/DBDC" ];
|
push @readoutCmdArray, [ "fhem->is_double_wlan", "ctlmgr_ctl r wlan settings/feature_flags/DBDC", "01" ];
|
||||||
|
|
||||||
# Box model and firmware
|
# Box model and firmware
|
||||||
push @readoutCmdArray, [ "box_model", 'echo $CONFIG_PRODUKT_NAME' ];
|
push @readoutCmdArray, [ "box_model", 'echo $CONFIG_PRODUKT_NAME' ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user