State Codes
Core device state (devdata.core.state)
Section titled “Core device state (devdata.core.state)”| Code | Name | Description |
|---|---|---|
U | Unallocated | No user assigned; unallocdata.json is active |
A | Allocated | User assigned; allocdata.json is active |
E | Error | A fatal error occurred; the device waits for recovery |
D | DFU | Device Firmware Update in progress |
P | Provisioning | Device is in provisioning mode |
I | — | Reserved (undocumented) |
B | — | Reserved (undocumented) |
W | — | Reserved (undocumented) |
Network connection state (net.<name>.state)
Section titled “Network connection state (net.<name>.state)”| Code | Name | Description |
|---|---|---|
I | Idle | Network is not activated |
D | Disconnected | Network is activated but not connected |
T | Trying | Attempting to connect |
C | Connected | Successfully connected |
F | Failed | Connection attempt failed |
Related
Section titled “Related”- Device States Overview – full state machine and transitions
- Core State (Uplink) – how
stateis reported - Network State (Uplink) – how
net.<name>.stateis reported