toggle menu
Kotlin-BLE-Library
androidJvm
switch theme
search in API
profile
/
no.nordicsemi.android.kotlin.ble.profile.hts.data
Package-level
declarations
Types
Types
HTSData
Link copied to clipboard
data
class
HTSData
(
val
temperature
:
Float
=
0.0f
,
val
unit
:
TemperatureUnit
=
TemperatureUnit.CELSIUS
,
val
timestamp
:
Calendar
?
=
null
,
val
type
:
Int
?
=
null
)
Temperature
Unit
Link copied to clipboard
enum
TemperatureUnit
:
Enum
<
TemperatureUnit
>