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:
@@ -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 "";
|
||||||
|
|||||||
Reference in New Issue
Block a user