mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-01 20:20:10 +00:00
94_PWM.pm : fix typo overallHeatingSwitchThresholdTemup to overallHeatingSwitchThresholdTemp
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@16090 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
ea33d00697
commit
e4b700d14d
@ -31,6 +31,7 @@
|
||||
# 05.12.17 GA add extend helper for last pulses by $roomsWaitOffset{$wkey}
|
||||
# 13.12.17 GA fix consider $roomsWaitOffset{$wkey} in oldpulse set for each room
|
||||
# 31.01.18 GA add support for stateFormat
|
||||
# 05.02.18 GA fix typo overallHeatingSwitchThresholdTemup
|
||||
|
||||
##############################################
|
||||
# $Id$
|
||||
@ -85,7 +86,7 @@ PWM_Initialize($)
|
||||
$hash->{AttrFn} = "PWM_Attr";
|
||||
|
||||
$hash->{AttrList} = "disable:1,0 valveProtectIdlePeriod overallHeatingSwitchRef:pulseMax,pulseSum,pulseAvg,pulseAvg2,pulseAvg3,avgPulseRoomsOn".
|
||||
" overallHeatingSwitchThresholdTemup ".$readingFnAttributes;
|
||||
" overallHeatingSwitchThresholdTemp ".$readingFnAttributes;
|
||||
|
||||
#$hash->{GetList} = "status timers";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user