From f74be5ab1b21e6fd5294ee6dcc6048625983eee1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=B8=D0=BB=D1=8F=D0=BD=20=D0=9F=D0=B0=D0=BB=D0=B0?= =?UTF-8?q?=D1=83=D0=B7=D0=BE=D0=B2?= Date: Tue, 7 Oct 2025 16:20:36 +0300 Subject: [PATCH] [jsscripting] README: fix broken link to the openhab-js documentation --- 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 e3472e5a9cb66..6dd0fbb33d03c 100644 --- a/bundles/org.openhab.automation.jsscripting/README.md +++ b/bundles/org.openhab.automation.jsscripting/README.md @@ -113,7 +113,7 @@ In case the event object does not provide type-conversed properties for your cho **NOTE:** `Group****Trigger`s use the equivalent `Item****Trigger` as trigger for each member. -See [openhab-js : EventObject](https://openhab.github.io/openhab-js/rules.html#.EventObject) for full API documentation. +See [openhab-js : EventObject](https://openhab.github.io/openhab-js/global.html#EventObject) for full API documentation. When disabling the option _Convert Event from Java to JavaScript type in UI-based scripts_, you will receive a raw Java event object instead of the `event` object described above. See the expandable section below for more details.