|
ESPHome 2026.9.0-dev
|
Go to the source code of this file.
Data Structures | |
| class | esphome::ufm01::UFM01Component |
Namespaces | |
| namespace | esphome |
| namespace | esphome::ufm01 |
| namespace | esphome::ufm01::testing |
Enumerations | |
| enum class | esphome::ufm01::OperatingMode : uint8_t { esphome::ufm01::STARTUP = 0 , esphome::ufm01::ACTIVE_STREAM = 1 , esphome::ufm01::PASSIVE_POLL = 2 } |
| enum class | esphome::ufm01::StartupPhase : uint8_t { esphome::ufm01::WAIT = 0 , esphome::ufm01::RESET_WAIT_ACK = 1 , esphome::ufm01::RESET_RETRY_WAIT = 2 , esphome::ufm01::POST_RESET_WAIT = 3 , esphome::ufm01::ACTIVE_WAIT_FRAME = 4 , esphome::ufm01::PASSIVE_WAIT_REPLY = 5 } |
| enum class | esphome::ufm01::PassiveReadResult : uint8_t { esphome::ufm01::PASSIVE_READ_RESULT_PENDING = 0 , esphome::ufm01::PASSIVE_READ_RESULT_SUCCESS = 1 , esphome::ufm01::PASSIVE_READ_RESULT_FAILURE = 2 } |