1
0
mirror of https://github.com/esphome/esphome.git synced 2025-04-12 13:50:36 +01:00

Update mcp4461.h

This commit is contained in:
Oliver Kleinecke 2025-02-07 16:20:23 +01:00 committed by GitHub
parent d5b9b9ed43
commit 5ef4cdde7c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,7 @@ struct WiperState {
uint16_t state = 0;
bool enabled = true;
bool wiper_lock_active = false;
optional<uint16_t> initial_value;
optional<float> initial_value;
};
enum class Mcp4461Defaults : uint8_t { WIPER_VALUE = 0x80 };