Files
esphome/esphome/components/zwave_proxy
J. Nick Koston 413b9ca9ad [zwave_proxy] Address review: pin enum ordering and document slow-path precondition
Add static_asserts that the SEND_ACK/CAN/NAK states stay contiguous, so the
inline range check in response_handler_() fails at compile time if the enum
is ever reordered.

Document that process_uart_slow_() requires available() > 0 at the
declaration (the .cpp definition already carries the rationale).
2026-04-21 11:25:46 +02:00
..