mirror of
https://github.com/esphome/esphome.git
synced 2025-04-14 23:00:29 +01:00
Update mcp4461.cpp
This commit is contained in:
parent
5c50640ebc
commit
adf08f8aca
@ -64,7 +64,7 @@ static const LogString *mcp4461_get_message_string_(int status) {
|
||||
return LOG_STR("MCP4461 Wiper is disabled. All actions on this wiper are prohibited.");
|
||||
case Mcp4461Component::MCP4461_WIPER_LOCKED:
|
||||
return LOG_STR("MCP4461 Wiper is locked using WiperLock-technology. All actions on this wiper are prohibited.");
|
||||
case Mcp4461Component:::MCP4461_STATUS_OK:
|
||||
case Mcp4461Component::MCP4461_STATUS_OK:
|
||||
return LOG_STR("Status OK");
|
||||
default:
|
||||
return LOG_STR("Unknown");
|
||||
|
Loading…
x
Reference in New Issue
Block a user