From: Richard Koshak Date: Thu, 20 Jan 2022 15:51:39 +0000 (-0700) Subject: changedSince returns a boolean, not a Number (#12079) X-Git-Url: https://git.basschouten.com/?a=commitdiff_plain;h=df7d111bce042cba0a21fe45b4ca52e6f95181a6;p=openhab-addons.git changedSince returns a boolean, not a Number (#12079) --- diff --git a/bundles/org.openhab.automation.jsscripting/README.md b/bundles/org.openhab.automation.jsscripting/README.md index 384fb392de..0008159d79 100644 --- a/bundles/org.openhab.automation.jsscripting/README.md +++ b/bundles/org.openhab.automation.jsscripting/README.md @@ -223,7 +223,7 @@ Note `serviceId` is optional, if omitted, the default persistance service will b * ItemHistory : object * .averageSince(timestamp, serviceId) ⇒ Number - * .changedSince(timestamp, serviceId) ⇒ Number + * .changedSince(timestamp, serviceId) ⇒ Boolean * .deltaSince(timestamp, serviceId) ⇒ Number * .deviationSince(timestamp, serviceId) ⇒ Number * .evolutionRate(timestamp, serviceId) ⇒ Number