resetLatch
- Reset a current status of a condition block to the false state.
Running this action is equal to executing hub.scenes.block.status.reset request. - This feature is available since advanced_scenes/1.34 version.
Edit
Field | Type | Required | Description |
---|---|---|---|
blockOptions.method.args.sceneId | string | + | A scene identifier |
blockOptions.method.args.blockId | string | + | An identifier of a LATCH function when block |
Edit
{
"blockOptions": {
"method": {
"args": {
"blockId": "blockId",
"sceneId": "sceneId"
},
"name": "resetLatch"
}
},
"blockType": "then",
"fields": [
{
"name": "sceneId",
"type": "string",
"value": "6204f1350779d41ca1566047"
},
{
"name": "blockId",
"type": "string",
"value": "6204f1350779d41ca1566048"
}
]
}