2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-27 16:43:29 +00:00

98_Siro.pm:add reading motor-term-reset

git-svn-id: https://svn.fhem.de/fhem/trunk@19516 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
Byte09 2019-06-01 09:34:21 +00:00
parent 3c2169b7df
commit fb808f841f

View File

@ -762,6 +762,7 @@ sub Set($@) {
{
readingsSingleUpdate( $hash, "motor-term", "0", 1 ) ;
readingsSingleUpdate( $hash, "batteryState", "unknown", 1 ) ;
readingsSingleUpdate( $hash, "motor-term-reset", time, 1 );
return;
}