mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-15 16:19:11 +00:00
33_readingsProxy.pm: event-on-change fix. see: http://forum.fhem.de/index.php/topic,39528.0/topicseen.html#msg317183
git-svn-id: https://svn.fhem.de/fhem/trunk@9000 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
a3fb7d9171
commit
60e7063d6d
@ -119,9 +119,12 @@ readingsProxy_update($$)
|
|||||||
$value = $value_fn if( $value_fn );
|
$value = $value_fn if( $value_fn );
|
||||||
}
|
}
|
||||||
|
|
||||||
#readingsSingleUpdate($hash, "state", $value, 1)
|
if( AttrVal($name, 'event-on-change-reading', undef ) ) {
|
||||||
readingsSingleUpdate($hash, "state", $value, 0);
|
readingsSingleUpdate($hash, 'state', $value, 1)
|
||||||
DoTrigger( $name, "$value" );
|
} else {
|
||||||
|
readingsSingleUpdate($hash, 'state', $value, 0);
|
||||||
|
DoTrigger( $name, $value );
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
sub
|
sub
|
||||||
|
Loading…
x
Reference in New Issue
Block a user