Meshtastic App
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Meshtastic App
core-domain
/
org.meshtastic.core.domain.usecase.settings
/
DeviceMetricsExport
Device
Metrics
Export
@
Serializable
data
class
DeviceMetricsExport
(
val
batteryLevel
:
Int
?
=
null
,
val
voltage
:
Float
?
=
null
,
val
channelUtilization
:
Float
?
=
null
,
val
airUtilTx
:
Float
?
=
null
,
val
uptimeSeconds
:
Int
?
=
null
)
(
source
)
Members
Constructors
Device
Metrics
Export
Link copied to clipboard
constructor
(
batteryLevel
:
Int
?
=
null
,
voltage
:
Float
?
=
null
,
channelUtilization
:
Float
?
=
null
,
airUtilTx
:
Float
?
=
null
,
uptimeSeconds
:
Int
?
=
null
)
Properties
air
Util
Tx
Link copied to clipboard
val
airUtilTx
:
Float
?
battery
Level
Link copied to clipboard
val
batteryLevel
:
Int
?
channel
Utilization
Link copied to clipboard
val
channelUtilization
:
Float
?
uptime
Seconds
Link copied to clipboard
val
uptimeSeconds
:
Int
?
voltage
Link copied to clipboard
val
voltage
:
Float
?