|  Developer
Updated on March 8, 2023

hub.modes.disarmed_default.set

  • Version: 1.0
  • Classes: UI
  • Title: House modes
  • Description: Use default or custom disarmed devices list. The set of Default disarmed devices also contains all alarm and cameras devices.
Edit
Field Type Required Description
modeId string + Id of the mode
disarmedDefault bool + Use default or custom disarmed, alarmsOff and camerasOff devices lists
Edit
  • Return empty result or error
Edit
BroadcastDescription
state will change
Raised for any device which state was changed during the command execution, in a current house mode only.
Edit
Edit
				
					{
    "method": "hub.modes.disarmed_default.set",
    "id": "_ID_",
    "params": {
        "modeId": "<modeId>",
        "disarmedDefault": true
    }
}				
			
Edit
				
					{
    "error": null,
    "id": "_ID_",
    "result": {}
}