Meshtastic App
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Meshtastic App
feature-node
/
org.meshtastic.feature.node.metrics
/
EnvironmentMetricsState
Environment
Metrics
State
common
data
class
EnvironmentMetricsState
(
val
environmentMetrics
:
List
<
ERROR CLASS: Symbol not found for Telemetry
>
=
emptyList()
)
(
source
)
Members
Constructors
Environment
Metrics
State
Link copied to clipboard
common
constructor
(
environmentMetrics
:
List
<
ERROR CLASS: Symbol not found for Telemetry
>
=
emptyList()
)
Properties
environment
Metrics
Link copied to clipboard
common
val
environmentMetrics
:
List
<
ERROR CLASS: Symbol not found for Telemetry
>
Functions
environment
Metrics
For
Graphing
Link copied to clipboard
common
fun
environmentMetricsForGraphing
(
useFahrenheit
:
Boolean
=
false
)
:
EnvironmentGraphingData
Prepares
environmentMetrics
for graphing.
has
Environment
Metrics
Link copied to clipboard
common
fun
hasEnvironmentMetrics
(
)
:
ERROR CLASS: Unresolved name: isNotEmpty