ConnectionStatus
Derived, UI-friendly summary of the device connection state. Combines ServiceRepository.connectionState with "region unset" and the ServiceRepository.RECONNECTING_PROGRESS_TEXT handshake-recovery signal to surface cases (MUST_SET_REGION, RECONNECTING) that otherwise need separate boolean flags in the UI layer.
Entries
No device has been selected or we are otherwise disconnected.
A device has been selected and we are working through bonding/handshake.
Transport is recovering from a WiFi/TCP handshake stall (the watchdog tore the link down and is bringing it back up). Distinct from NOT_CONNECTED so the UI can show an in-progress recovery instead of a final failure.
Connected but the device is in deep sleep.
Connected and active, but LoRa region is UNSET — user action required.
Properties
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.