resetSceneLatches
- Resets current status of all LATCH function blocks in a scene to the state.
Running this action is equal to executing hub.scenes.block.status.reset request without param. - This feature is available since advanced_scenes/1.41 version.
Edit
Field | Type | Required | Description |
---|---|---|---|
blockOptions.method.args.sceneId | string | + | A scene identifier |
Edit
{
"blockOptions": {
"method": {
"args": {
"sceneId": "sceneId"
},
"name": "resetSceneLatches"
}
},
"blockType": "then",
"fields": [
{
"name": "sceneId",
"type": "string",
"value": "6204f1350779d41ca1566047"
}
]
}