mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-14 15:39:12 +00:00
33_readingsProxy.pm: workaround for missing events. see http://forum.fhem.de/index.php/topic,39067.msg314518.html#msg314518
git-svn-id: https://svn.fhem.de/fhem/trunk@8981 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
cf68bf183e
commit
2550ea5b96
@ -119,7 +119,9 @@ readingsProxy_update($$)
|
||||
$value = $value_fn if( $value_fn );
|
||||
}
|
||||
|
||||
readingsSingleUpdate($hash, "state", $value, 1)
|
||||
#readingsSingleUpdate($hash, "state", $value, 1)
|
||||
readingsSingleUpdate($hash, "state", $value, 0);
|
||||
DoTrigger( $name, "$value" );
|
||||
}
|
||||
|
||||
sub
|
||||
|
Loading…
x
Reference in New Issue
Block a user