|
ESPHome 2026.3.0-dev
|
Go to the source code of this file.
Namespaces | |
| namespace | esphome |
| Providing packet encoding functions for exchanging data with a remote host. | |
| namespace | esphome::valve |
Functions | |
| const LogString * | esphome::valve::valve_command_to_str (float pos) |
| esphome::valve::PROGMEM_STRING_TABLE (ValveOperationStrings, "IDLE", "OPENING", "CLOSING", "UNKNOWN") | |
| const LogString * | esphome::valve::valve_operation_to_str (ValveOperation op) |
Variables | |
| const float | esphome::valve::VALVE_OPEN = 1.0f |
| const float | esphome::valve::VALVE_CLOSED = 0.0f |