Skip to content

Commit

Permalink
cellular: add new Modem Status events
Browse files Browse the repository at this point in the history
Signed-off-by: Ruben Moral <[email protected]>
  • Loading branch information
rubenmoral committed Dec 16, 2016
1 parent 6620f9e commit cc0f6a3
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ public enum ModemStatusEvent {
STATUS_NETWORK_WOKE_UP (0x0B, "Network Woke Up"),
STATUS_NETWORK_WENT_TO_SLEEP (0x0C, "Network Went To Sleep"),
STATUS_VOLTAGE_SUPPLY_LIMIT_EXCEEDED (0x0D, "Voltage supply limit exceeded"),
STATUS_DEVICE_CLOUD_CONNECTED (0x0E, "Device Cloud connected"),
STATUS_DEVICE_CLOUD_DISCONNECTED (0x0F, "Device Cloud disconnected"),
STATUS_MODEM_CONFIG_CHANGED_WHILE_JOINING (0x11, " Modem configuration changed while joining"),
STATUS_ERROR_STACK (0x80, "Stack error"),
STATUS_ERROR_AP_NOT_CONNECTED (0x82, "Send/join command issued without connecting from AP"),
Expand Down

0 comments on commit cc0f6a3

Please sign in to comment.