mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 09:16:53 +00:00
FRITZBOX: Strange Chars removed
git-svn-id: https://svn.fhem.de/fhem/trunk@22125 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
c722891539
commit
17991eee0b
@ -1225,7 +1225,7 @@ sub FRITZBOX_Readout_Run_Shell($)
|
|||||||
push @readoutCmdArray, [ "box_wlan_2.4GHz", "ctlmgr_ctl r wlan settings/ap_enabled", "onoff" ];
|
push @readoutCmdArray, [ "box_wlan_2.4GHz", "ctlmgr_ctl r wlan settings/ap_enabled", "onoff" ];
|
||||||
# 2nd WLAN
|
# 2nd WLAN
|
||||||
push @readoutCmdArray, [ "box_wlan_5GHz", "ctlmgr_ctl r wlan settings/ap_enabled_scnd", "onoff" ];
|
push @readoutCmdArray, [ "box_wlan_5GHz", "ctlmgr_ctl r wlan settings/ap_enabled_scnd", "onoff" ];
|
||||||
# Gäste WLAN
|
# Gäste WLAN
|
||||||
push @readoutCmdArray, [ "box_guestWlan", "ctlmgr_ctl r wlan settings/guest_ap_enabled", "onoff" ];
|
push @readoutCmdArray, [ "box_guestWlan", "ctlmgr_ctl r wlan settings/guest_ap_enabled", "onoff" ];
|
||||||
push @readoutCmdArray, [ "box_guestWlanRemain", "ctlmgr_ctl r wlan settings/guest_time_remain", ];
|
push @readoutCmdArray, [ "box_guestWlanRemain", "ctlmgr_ctl r wlan settings/guest_time_remain", ];
|
||||||
# Dect
|
# Dect
|
||||||
@ -4842,9 +4842,9 @@ sub FRITZBOX_fritztris($)
|
|||||||
1;
|
1;
|
||||||
|
|
||||||
=pod
|
=pod
|
||||||
=item device
|
|
||||||
=item summary Controls some features of AVM's Fritz!Box, FRITZ!Repeater and Fritz!Fon.
|
=item summary Controls some features of AVM's Fritz!Box, FRITZ!Repeater and Fritz!Fon.
|
||||||
=item summary_DE Steuert einige Funktionen von AVM's Fritz!Box, Fritz!Repeater und Fritz!Fon.
|
=item summary_DE Steuert einige Funktionen von AVM's Fritz!Box, Fritz!Repeater und Fritz!Fon.
|
||||||
|
=item device
|
||||||
|
|
||||||
=begin html
|
=begin html
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user