2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-22 14:16:42 +00:00

Fritzbox: test

git-svn-id: https://svn.fhem.de/fhem/trunk@9881 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
grompo 2015-11-13 17:16:26 +00:00
parent 540c00f310
commit fa2447dee8

View File

@ -1233,7 +1233,6 @@ sub FRITZBOX_Readout_Run_Web($)
$queryStr .= "&TodayBytesSentHigh=inetstat:status/Today/BytesSentHigh"; $queryStr .= "&TodayBytesSentHigh=inetstat:status/Today/BytesSentHigh";
$queryStr .= "&TodayBytesSentLow=inetstat:status/Today/BytesSentLow"; $queryStr .= "&TodayBytesSentLow=inetstat:status/Today/BytesSentLow";
$result = FRITZBOX_Web_Query( $hash, $queryStr) ; $result = FRITZBOX_Web_Query( $hash, $queryStr) ;
if (defined $result->{Error}) { if (defined $result->{Error}) {