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 71c375f4f1
commit 11b05cb245

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;
}