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 a74f78fa56
commit f73aa069bc

View File

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