|
ESPHome 2025.12.0-dev
|
Data Structures | |
| struct | BinarySensor |
| class | PacketTransport |
| struct | Provider |
| struct | Sensor |
Enumerations | |
| enum | DataKey { ZERO_FILL_KEY , DATA_KEY , SENSOR_KEY , BINARY_SENSOR_KEY , PING_KEY , ROLLING_CODE_KEY } |
| enum | DecodeResult { DECODE_OK , DECODE_UNMATCHED , DECODE_ERROR , DECODE_EMPTY } |
| Enumerator | |
|---|---|
| ZERO_FILL_KEY | |
| DATA_KEY | |
| SENSOR_KEY | |
| BINARY_SENSOR_KEY | |
| PING_KEY | |
| ROLLING_CODE_KEY | |
Definition at line 60 of file packet_transport.cpp.
| Enumerator | |
|---|---|
| DECODE_OK | |
| DECODE_UNMATCHED | |
| DECODE_ERROR | |
| DECODE_EMPTY | |
Definition at line 69 of file packet_transport.cpp.