We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09ade1e commit dda5664Copy full SHA for dda5664
digi/xbee/models/status.py
@@ -251,6 +251,8 @@ class ModemStatus(Enum):
251
NETWORK_WOKE_UP = (0x0B, "Network Woke Up")
252
NETWORK_WENT_TO_SLEEP = (0x0C, "Network Went To Sleep")
253
VOLTAGE_SUPPLY_LIMIT_EXCEEDED = (0x0D, "Voltage supply limit exceeded")
254
+ REMOTE_MANAGER_CONNECTED = (0x0E, "Remote Manager connected")
255
+ REMOTE_MANAGER_DISCONNECTED = (0x0F, "Remote Manager disconnected")
256
MODEM_CONFIG_CHANGED_WHILE_JOINING = (0x11, "Modem configuration changed while joining")
257
ERROR_STACK = (0x80, "Stack error")
258
ERROR_AP_NOT_CONNECTED = (0x82, "Send/join command issued without connecting from AP")
0 commit comments