voxel.devices.monitors.disable
Disable an existing monitor on a device.
Parameters
device_id(required)- Numeric Voxel device id, available from voxel.devices.list
monitor_id(optional)- Monitor id, available from voxel.devices.monitors.list
disable_minutes(optional)- Number of minutes a device monitor should be disabled for. A number greater than zero is used to automatically reenable the monitor after that number of minutes pass after the disabling.
Example Response
<rsp stat="ok"/>
Notes
None
Method Specific Error Codes
100: Unknown device- The device_id passed in can't be matched to a valid device.
102: Unknown monitor- The monitor_id passed in can't be matched to a valid monitor on this device.

