2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-07 12:58:13 +00:00

FRITZBOX: nix

git-svn-id: https://svn.fhem.de/fhem/trunk@9942 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
grompo 2015-11-20 21:08:03 +00:00
parent b95dfc6649
commit 67b3acb6de
5 changed files with 5 additions and 5 deletions

View File

@ -1602,7 +1602,7 @@ sub FRITZBOX_Readout_Format($$$)
# return $readout unless $readout ne "" && $format ne "" ; #Funktioniert nicht bei $format "01"
if ($format eq "01" && $readout ne "1") {
$readout = 0;
$readout = "0";
}
return $readout unless $readout ne "";