Meshtastic App
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Meshtastic App
core-model
/
org.meshtastic.core.model
/
EnvironmentMetrics
/
EnvironmentMetrics
Environment
Metrics
common
constructor
(
time
:
Int
=
currentTime()
,
temperature
:
Float
?
,
relativeHumidity
:
Float
?
,
soilTemperature
:
Float
?
,
soilMoisture
:
Int
?
,
barometricPressure
:
Float
?
,
gasResistance
:
Float
?
,
voltage
:
Float
?
,
current
:
Float
?
,
iaq
:
Int
?
,
lux
:
Float
?
=
null
,
uvLux
:
Float
?
=
null
)
(
source
)