Update Network.cpp

This commit is contained in:
iranl
2024-02-27 18:32:18 +01:00
committed by GitHub
parent b56075238d
commit 7e960ddaaf

View File

@@ -1198,7 +1198,7 @@ void Network::publishHASSConfigContinuousMode(char *deviceType, const char *base
String("~") + mqtt_topic_lock_action,
{{ "enabled_by_default", "false" },
{"state_on", "on"},
{"state_on", "off"},
{"state_off", "off"},
{"pl_on", "activateCM"},
{"pl_off", "deactivateCM"}});
}