add flag option to invert door sensor state

This commit is contained in:
Tester23
2023-08-12 14:46:23 +02:00
parent 68fd4bd2db
commit 9e2716a898
3 changed files with 15 additions and 7 deletions

View File

@ -2513,7 +2513,7 @@ const char* g_obk_flagNames[] = {
"[MQTT] [Debug] Publish all channels (don't enable it, it will be publish all 64 possible channels on connect)",
"[MQTT] Use kWh unit for energy consumption (total, last hour, today) instead of Wh",
"[BTN] Ignore all button events (aka child lock)",
"error",
"[DoorSensor] Invert state",
"error",
"error",
};