Skip to content

Commit

Permalink
open/close basic actions
Browse files Browse the repository at this point in the history
  • Loading branch information
nearnshaw committed Feb 28, 2025
1 parent 9c51593 commit f25c48a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packs/smart_items/assets/open_closed_sign/composite.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,12 +117,14 @@
{
"type": "set_state",
"name": "Open",
"jsonPayload": "{\"state\":\"Open\"}"
"jsonPayload": "{\"state\":\"Open\"}",
"allowedInBasicView": true
},
{
"type": "set_state",
"name": "Close",
"jsonPayload": "{\"state\":\"Closed\"}"
"jsonPayload": "{\"state\":\"Closed\"}",
"allowedInBasicView": true
}
]
}
Expand Down

0 comments on commit f25c48a

Please sign in to comment.