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

@ -1,7 +1,7 @@
###############################################################
# $Id$Date: $
#
# 23_LUXTRONIK2.pm
# 23_LUXTRONIK2.pm
#
# (c) 2012,2014 Torsten Poitzsch (torsten poitzsch at gmx . de)
# (c) 2012-2013 Jan-Hinrich Fessel (oskar at fessel . org)

View File

@ -1,7 +1,7 @@
###############################################################
# $Id$
#
# 59_OPENWEATHER.pm
# 59_OPENWEATHER.pm
#
# (c) 2014 Torsten Poitzsch < torsten . poitzsch at gmx . de >
#

View File

@ -1,7 +1,7 @@
####################################################################################################
# $Id$
#
# 59_PROPLANTA.pm
# 59_PROPLANTA.pm
#
# (c) 2014 Torsten Poitzsch < torsten . poitzsch at gmx . de >
#

View File

@ -1,7 +1,7 @@
###############################################################
# $Id$
#
# 70_JSONMETER.pm
# 70_JSONMETER.pm
#
# (c) 2014 Torsten Poitzsch < torsten . poitzsch at gmx . de >
#

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 "";