From 7d34e43c335cdf364c4b98facbe74f6d4cffe05e Mon Sep 17 00:00:00 2001 From: iranl Date: Tue, 15 Oct 2024 22:33:43 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 23449a8..e95a301 100644 --- a/README.md +++ b/README.md @@ -565,7 +565,7 @@ Examples: ### Result of attempted keypad code changes -The result of the last configuration change action will be published to the `configuration/commandResultJson` MQTT topic.
+The result of the last keypad change action will be published to the `keypad/commandResultJson` MQTT topic.
Possible values are "noValidPinSet", "keypadControlDisabled", "keypadNotAvailable", "keypadDisabled", "invalidConfig", "invalidJson", "noActionSet", "invalidAction", "noExistingCodeIdSet", "noNameSet", "noValidCodeSet", "noCodeSet", "invalidAllowedFrom", "invalidAllowedUntil", "invalidAllowedFromTime", "invalidAllowedUntilTime", "success", "failed", "timeOut", "working", "notPaired", "error" and "undefined".
## Keypad control (alternative, optional)