From df7d111bce042cba0a21fe45b4ca52e6f95181a6 Mon Sep 17 00:00:00 2001 From: Richard Koshak Date: Thu, 20 Jan 2022 08:51:39 -0700 Subject: [PATCH] changedSince returns a boolean, not a Number (#12079) --- bundles/org.openhab.automation.jsscripting/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundles/org.openhab.automation.jsscripting/README.md b/bundles/org.openhab.automation.jsscripting/README.md index 384fb392d..0008159d7 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