|  Developer
Updated on November 20, 2021

hub.device.armed.set

Connection type:
Permissions:

  • Place device.
Edit
Field Description
_id
Id of target device
armed
"Armed" status of device
Edit
Edit
Broadcast Description
informs about device state changed
Edit
Edit
				
					{
    "method": "hub.device.armed.set",
    "id": "_ID_",
    "params": {
        "_id" : "_OBJECT_ID_",
        "armed": true,
    }
}				
			
Edit
				
					{
    "api": "1.0",
    "error": null,
    "id": "_ID_",
    "result": {}
}				
			
Edit
Code Message Data
-32602
Wrong field of object
rpc.params.wrong_field