Alarm
Funtionality related to device alarms
List
Lists active alarms
Parameters
None
Example
meshtech/diagnostics/cc3fc0fa8d21/command/device/alarm/list
{
  "id":"60"
}
meshtech/diagnostics/cc3fc0fa8d21/response/device/alarm/list
{
  "id":"60",
  "success":true,
  "result":[
  ]
}
Reset
Reset an alarm on a device
Parameters
deviceId : The mac address of the target device
Example
meshtech/diagnostics/cc3fc0fa8d21/command/device/alarm/reset
{
  "id":"61",
  "params":{
    "deviceId":"f68e970cb5df"
  }
}
meshtech/diagnostics/cc3fc0fa8d21/response/device/alarm/reset
{
  "id":"61",
  "success":true,
  "result":"Alarm reset for 'F68E970CB5DF' success"
}