From fb808f841fe804473ee086d9dc2bd30ce6401f60 Mon Sep 17 00:00:00 2001 From: Byte09 <> Date: Sat, 1 Jun 2019 09:34:21 +0000 Subject: [PATCH] 98_Siro.pm:add reading motor-term-reset git-svn-id: https://svn.fhem.de/fhem/trunk@19516 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/98_Siro.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/fhem/FHEM/98_Siro.pm b/fhem/FHEM/98_Siro.pm index aff331ca7..9cc51528d 100644 --- a/fhem/FHEM/98_Siro.pm +++ b/fhem/FHEM/98_Siro.pm @@ -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; }