Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
class ChannelSetDataSource(channelSetStore: DataStore<ChannelSet>)

Class that handles saving and retrieving ChannelSet data.

Link copied to clipboard

Persists a single PendingFirmwareRecovery record for a firmware update that may have left a device stranded in bootloader mode. Only the most recent trigger is retained (updates are one-device-at-a-time in practice).

Link copied to clipboard
class LocalConfigDataSource(localConfigStore: DataStore<LocalConfig>)

Class that handles saving and retrieving LocalConfig data.

Link copied to clipboard

Interface that handles saving and retrieving LocalStats data.

Link copied to clipboard
open class LocalStatsDataSourceImpl(localStatsStore: DataStore<LocalStats>) : LocalStatsDataSource

Implementation of LocalStatsDataSource using DataStore.

Link copied to clipboard
class ModuleConfigDataSource(moduleConfigStore: DataStore<LocalModuleConfig>)

Class that handles saving and retrieving LocalModuleConfig data.

Link copied to clipboard