2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-29 23:47:10 +00:00

98_JsonMod.pm: wip (Forum #134554)

git-svn-id: https://svn.fhem.de/fhem/trunk@27933 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
herrmannj 2023-09-04 13:29:42 +00:00
parent 6db1354310
commit 65ddd43c82

View File

@ -569,6 +569,7 @@ sub JsonMod_DoReadings {
readingsDelete($hash, $_); readingsDelete($hash, $_);
DoTrigger($name, ".readingsDelete $_"); DoTrigger($name, ".readingsDelete $_");
}; };
DoTrigger($name, ".computedReadingsNone");
readingsSingleUpdate($hash, '.computedReadings', '', 1); readingsSingleUpdate($hash, '.computedReadings', '', 1);
}; };
}; };