Xbeenode Offline
The following payload creates an XBeeNode Offline alert. This alert type fires when an XBee node is offline for a period of time.
Values:
-
scope.type: One of Group, Device, or XBeeNode.
-
scope.value: If type is Group, then value is the full group path (with no leading slash). If type is Device, then value is the full device ID. If type is XBeeNode, then the value is the XBee node extended src address.
-
reconnectWindowDuration: Fires if the device does not reconnect within this number of minutes.
-
reset.disabled: Is set to true to cause this alert to not auto-reset. The default is false.
{
"type":"XBeeNode Offline",
"scope":{
"type":"Group",
"value":"New York/Manhattan/Sensors"
},
"fire":{
"parameters":{
"reconnectWindowDuration":"1"
}
}
}