ESPHome
2024.10.2
|
#include <atc_mithermometer.h>
Data Fields | |
optional< float > | temperature |
optional< float > | humidity |
optional< float > | battery_level |
optional< float > | battery_voltage |
int | raw_offset |
Definition at line 14 of file atc_mithermometer.h.
optional<float> esphome::atc_mithermometer::ParseResult::battery_level |
Definition at line 17 of file atc_mithermometer.h.
optional<float> esphome::atc_mithermometer::ParseResult::battery_voltage |
Definition at line 18 of file atc_mithermometer.h.
optional<float> esphome::atc_mithermometer::ParseResult::humidity |
Definition at line 16 of file atc_mithermometer.h.
int esphome::atc_mithermometer::ParseResult::raw_offset |
Definition at line 19 of file atc_mithermometer.h.
optional<float> esphome::atc_mithermometer::ParseResult::temperature |
Definition at line 15 of file atc_mithermometer.h.