2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-15 03:59:11 +00:00

10_EnOcean.pm: subdef hvac.04 changed

git-svn-id: https://svn.fhem.de/fhem/trunk@9910 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
klaus-schauer 2015-11-15 20:42:03 +00:00
parent b29d956ec8
commit 41721b8b28

View File

@ -9608,7 +9608,7 @@ sub EnOcean_calcPID($) {
$pidCycle = 10 if ($pidCycle < 10);
$hash->{helper}{actorInterval} = 10;
$hash->{helper}{actorThreshold} = 0;
$hash->{helper}{actorKeepAlive} = $wakeUpCycle;
$hash->{helper}{actorKeepAlive} = $pidCycle;
$hash->{helper}{actorValueDecPlaces} = 0;
$hash->{helper}{actorErrorAction} = AttrVal($name, 'pidActorErrorAction', 'freeze');
$hash->{helper}{actorErrorPos} = AttrVal($name, 'pidActorErrorPos', 0);