From 632679581c51c8a46387baadbaed158a31e44714 Mon Sep 17 00:00:00 2001 From: Florian Hotze Date: Tue, 31 Dec 2024 15:26:54 +0100 Subject: [PATCH] Item triggers: Suggest using conditions that for comparing Item state Related to #4503. Signed-off-by: Florian Hotze --- .../automation/moduletypes/ItemTriggers.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/bundles/org.openhab.core.automation/src/main/resources/OH-INF/automation/moduletypes/ItemTriggers.json b/bundles/org.openhab.core.automation/src/main/resources/OH-INF/automation/moduletypes/ItemTriggers.json index 7e2a500ef46..fd2d41a9638 100644 --- a/bundles/org.openhab.core.automation/src/main/resources/OH-INF/automation/moduletypes/ItemTriggers.json +++ b/bundles/org.openhab.core.automation/src/main/resources/OH-INF/automation/moduletypes/ItemTriggers.json @@ -17,7 +17,7 @@ "name": "command", "type": "TEXT", "label": "Command", - "description": "the received command", + "description": "The received command. For anything other than exact matches, add a rule condition.", "required": false, "limitToOptions": false, "options": [ @@ -84,7 +84,7 @@ "name": "state", "type": "TEXT", "label": "State", - "description": "the state of the item", + "description": "The state of the item. For anything other than exact matches, add a rule condition.", "required": false, "limitToOptions": false, "options": [ @@ -151,7 +151,7 @@ "name": "previousState", "type": "TEXT", "label": "Previous State", - "description": "the required previous state of the item", + "description": "The required previous state of the item. For anything other than exact matches, add a rule condition.", "required": false, "limitToOptions": false, "options": [ @@ -185,7 +185,7 @@ "name": "state", "type": "TEXT", "label": "State", - "description": "the state of the item", + "description": "The state of the item. For anything other than exact matches, add a rule condition.", "required": false, "limitToOptions": false, "options": [ @@ -258,7 +258,7 @@ "name": "command", "type": "TEXT", "label": "Command", - "description": "the received command", + "description": "The received command. For anything other than exact matches, add a rule condition.", "required": false, "limitToOptions": false, "options": [ @@ -343,7 +343,7 @@ "name": "state", "type": "TEXT", "label": "State", - "description": "the state of the item", + "description": "The state of the item. For anything other than exact matches, add a rule condition.", "required": false, "limitToOptions": false, "options": [ @@ -428,7 +428,7 @@ "name": "previousState", "type": "TEXT", "label": "Previous State", - "description": "the required previous state of the item", + "description": "The required previous state of the item. For anything other than exact matches, add a rule condition.", "required": false, "limitToOptions": false, "options": [ @@ -462,7 +462,7 @@ "name": "state", "type": "TEXT", "label": "State", - "description": "the state of the item", + "description": "The state of the item. For anything other than exact matches, add a rule condition.", "required": false, "limitToOptions": false, "options": [