RadioResponseResult

Types

Link copied to clipboard
data class CannedMessages(val messages: String) : RadioResponseResult
Link copied to clipboard
data class ChannelResponse(val channel: Channel) : RadioResponseResult
Link copied to clipboard
data class ConfigResponse(val config: Config) : RadioResponseResult
Link copied to clipboard
data class ConnectionStatus(val status: DeviceConnectionStatus) : RadioResponseResult
Link copied to clipboard
data class Error(val message: UiText, val routingError: Routing.Error? = null) : RadioResponseResult
Link copied to clipboard
data class Metadata(val metadata: DeviceMetadata) : RadioResponseResult
Link copied to clipboard
data class ModuleConfigResponse(val config: ModuleConfig) : RadioResponseResult
Link copied to clipboard
data class Owner(val user: User) : RadioResponseResult
Link copied to clipboard
data class Ringtone(val ringtone: String) : RadioResponseResult
Link copied to clipboard
Link copied to clipboard

A routing ACK for one of our requests arrived from from, not the node the request was addressed to. For a request addressed to the connected node this means the radio renumbered itself between the request and its ACK — firmware 2.8 moves my_node_num to crc32(public_key) when it mints the key on the first region set.