CohnFeature

class CohnFeature : KoinComponent

Camera-on-the-home-network (COHN) provisioning and querying

See also

Functions

Link copied to clipboard
suspend fun disable(): Result<Unit>
Link copied to clipboard
suspend fun enable(): Result<Unit>
Link copied to clipboard
open fun getKoin(): Koin
Link copied to clipboard
suspend fun getStatus(): Flow<CohnState>

Get the continuous COHN State

Link copied to clipboard

Provision camera for COHN

Link copied to clipboard
suspend fun unprovision(): Result<Unit>