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

Update mcp4461.cpp

This commit is contained in:
Oliver Kleinecke
2025-02-09 12:07:00 +01:00
committed by GitHub
parent 5c50640ebc
commit adf08f8aca

View File

@@ -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");