BluetoothTurnOff

sealed interface BluetoothTurnOff

Bluetooth turn off configuration. It can be set to always on or after specified time. Note that if the BLE interface is switched off, it is impossible to access the sensor through the mobile application.

Inheritors

Types

Link copied to clipboard
data class AfterTime(val seconds: Int) : BluetoothTurnOff

Bluetooth will be turned off after time specified in seconds since boot. Range: 60:604800 If bluetooth is already switched off, it will be switched on for the set number of seconds and switch off afterwards.

Link copied to clipboard

Bluetooth will not be turned off.