Skip to content

Commit

Permalink
Item triggers: Suggest using conditions that for comparing Item state
Browse files Browse the repository at this point in the history
Related to openhab#4503.

Signed-off-by: Florian Hotze <[email protected]>
  • Loading branch information
florian-h05 committed Dec 31, 2024
1 parent 139a2e2 commit 6326795
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down Expand Up @@ -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": [
Expand Down Expand Up @@ -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": [
Expand Down Expand Up @@ -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": [
Expand Down Expand Up @@ -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": [
Expand Down Expand Up @@ -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": [
Expand Down Expand Up @@ -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": [
Expand Down Expand Up @@ -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": [
Expand Down

0 comments on commit 6326795

Please sign in to comment.