THZ: interval_sDewPointHC1 for thetrumpeter

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@14819 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
immi 2017-07-30 13:43:13 +00:00
parent 389e27d5d0
commit 7aa8bfd500

View File

@ -2,7 +2,7 @@
# 00_THZ # 00_THZ
# $Id$ # $Id$
# by immi 07/2017 # by immi 07/2017
my $thzversion = "0.164"; my $thzversion = "0.165";
# this code is based on the hard work of Robert; I just tried to port it # this code is based on the hard work of Robert; I just tried to port it
# http://robert.penz.name/heat-pump-lwz/ # http://robert.penz.name/heat-pump-lwz/
######################################################################################## ########################################################################################
@ -688,6 +688,7 @@ sub THZ_Initialize($)
."interval_sFlowRate:0,3600,7200,28800,43200,86400 " ."interval_sFlowRate:0,3600,7200,28800,43200,86400 "
."interval_sDisplay:0,60,120,180,300 " ."interval_sDisplay:0,60,120,180,300 "
."firmware:4.39,2.06,2.14,5.39,4.39technician " ."firmware:4.39,2.06,2.14,5.39,4.39technician "
."interval_sDewPointHC1:0,60,120,180,300 "
. $readingFnAttributes; . $readingFnAttributes;
$data{FWEXT}{"/THZ_PrintcurveSVG"}{FUNC} = "THZ_PrintcurveSVG"; $data{FWEXT}{"/THZ_PrintcurveSVG"}{FUNC} = "THZ_PrintcurveSVG";
} }