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:
parent
b95dfc6649
commit
67b3acb6de
@ -1,7 +1,7 @@
|
|||||||
###############################################################
|
###############################################################
|
||||||
# $Id$Date: $
|
# $Id$Date: $
|
||||||
#
|
#
|
||||||
# 23_LUXTRONIK2.pm
|
# 23_LUXTRONIK2.pm
|
||||||
#
|
#
|
||||||
# (c) 2012,2014 Torsten Poitzsch (torsten poitzsch at gmx . de)
|
# (c) 2012,2014 Torsten Poitzsch (torsten poitzsch at gmx . de)
|
||||||
# (c) 2012-2013 Jan-Hinrich Fessel (oskar at fessel . org)
|
# (c) 2012-2013 Jan-Hinrich Fessel (oskar at fessel . org)
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
###############################################################
|
###############################################################
|
||||||
# $Id$
|
# $Id$
|
||||||
#
|
#
|
||||||
# 59_OPENWEATHER.pm
|
# 59_OPENWEATHER.pm
|
||||||
#
|
#
|
||||||
# (c) 2014 Torsten Poitzsch < torsten . poitzsch at gmx . de >
|
# (c) 2014 Torsten Poitzsch < torsten . poitzsch at gmx . de >
|
||||||
#
|
#
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
####################################################################################################
|
####################################################################################################
|
||||||
# $Id$
|
# $Id$
|
||||||
#
|
#
|
||||||
# 59_PROPLANTA.pm
|
# 59_PROPLANTA.pm
|
||||||
#
|
#
|
||||||
# (c) 2014 Torsten Poitzsch < torsten . poitzsch at gmx . de >
|
# (c) 2014 Torsten Poitzsch < torsten . poitzsch at gmx . de >
|
||||||
#
|
#
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
###############################################################
|
###############################################################
|
||||||
# $Id$
|
# $Id$
|
||||||
#
|
#
|
||||||
# 70_JSONMETER.pm
|
# 70_JSONMETER.pm
|
||||||
#
|
#
|
||||||
# (c) 2014 Torsten Poitzsch < torsten . poitzsch at gmx . de >
|
# (c) 2014 Torsten Poitzsch < torsten . poitzsch at gmx . de >
|
||||||
#
|
#
|
||||||
|
@ -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 "";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user