|  Developer
Updated on March 28, 2023

setDeviceArmed

  • Set device flag Armed.
Edit
Field Type Required Description
blockOptions.method.args.device string + Argument declaration of Device ID. The name is . The type is .
blockOptions.method.args.deviceFlag string + Argument declaration of Device Flag can have boolean type only. The name is . The type is .
Edit
				
					"then" : [{
   "blockOptions": {
      "method":{
         "args":{
            "device":"device",
            "deviceFlag":"deviceFlag"
         },
         "name":"setDeviceArmed"
      }
   },
   "blockType":"then",
   "fields":[
      {
         "name":"device",
         "type":"device",
         "value" : "76asdasd76yasf89"
      },
      {
         "name":"deviceFlag",
         "type":"bool",
         "value" : false
      }
   ]
}]