FRITZBOX: nix

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@9942 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
grompo
2015-11-20 21:08:03 +00:00
parent bd96782bfd
commit 8e33ed9b36
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" # return $readout unless $readout ne "" && $format ne "" ; #Funktioniert nicht bei $format "01"
if ($format eq "01" && $readout ne "1") { if ($format eq "01" && $readout ne "1") {
$readout = 0; $readout = "0";
} }
return $readout unless $readout ne ""; return $readout unless $readout ne "";