2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-08 13:24:56 +00:00

72_FRITZBOX.pm: Korrekturen, Erweiterungen

git-svn-id: https://svn.fhem.de/fhem/trunk@27474 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
jowiemann 2023-04-21 11:40:07 +00:00
parent d156f59798
commit c32639527e

View File

@ -748,7 +748,7 @@ sub FRITZBOX_Set($$@)
if ( $hash->{TR064}==1 ) { #tr064
readingsSingleUpdate($hash, "box_lastFhemReboot", strftime("%d.%m.%Y %H:%M:%S", localtime(time())), 1 );
my @tr064CmdArray = (["DeviceConfig:", "deviceconfig", "Reboot"] );
my @tr064CmdArray = (["DeviceConfig:1", "deviceconfig", "Reboot"] );
FRITZBOX_TR064_Cmd ($hash, 0, \@tr064CmdArray);
}
else {