|  Developer
Updated on March 28, 2023

resetLatch

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"
      }
   ]
}