From 813e1e5ea073768d19573c96b12b3c0db1e9bbad Mon Sep 17 00:00:00 2001 From: Scott Rushworth <21967853+openhab-5iver@users.noreply.github.com> Date: Tue, 18 Sep 2018 13:29:31 -0400 Subject: [PATCH] Corrected Thing Status Action link (#777) --- configuration/rules-dsl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration/rules-dsl.md b/configuration/rules-dsl.md index 91eea0e1f..92a839e47 100644 --- a/configuration/rules-dsl.md +++ b/configuration/rules-dsl.md @@ -215,7 +215,7 @@ Thing changed [from ] [to ] The status used in the trigger and the script is a string (no quotes). You can find all the possible values for status from [Thing Status](/docs/concepts/things.html). -And refer to [Thing Status Action](/addons/#action) to find how to get thing status in the script. +And refer to [Thing Status Action](/docs/configuration/actions.html#thing-status-action) to find how to get thing status in the script. The `thingUID` is the identifier assigned to the Thing, manually in your configuration or automatically during auto discovery. You can find it from PaperUI or from Karaf remote console.