|
ESPHome 2026.1.0-dev
|
#include <thermopro_ble.h>
Data Fields | |
| optional< float > | temperature |
| optional< float > | external_temperature |
| optional< float > | humidity |
| optional< float > | battery_level |
Definition at line 11 of file thermopro_ble.h.
| optional<float> esphome::thermopro_ble::ParseResult::battery_level |
Definition at line 15 of file thermopro_ble.h.
| optional<float> esphome::thermopro_ble::ParseResult::external_temperature |
Definition at line 13 of file thermopro_ble.h.
| optional<float> esphome::thermopro_ble::ParseResult::humidity |
Definition at line 14 of file thermopro_ble.h.
| optional<float> esphome::thermopro_ble::ParseResult::temperature |
Definition at line 12 of file thermopro_ble.h.