From bd35403233558c15afb08a5e709587a3b292d156 Mon Sep 17 00:00:00 2001 From: Georgios Moutsos <50378548+jossuar@users.noreply.github.com> Date: Thu, 21 Mar 2024 23:18:39 +0200 Subject: [PATCH] Amend README with missing bridge configuration parameter (#16556) Signed-off-by: Georgios Moutsos Signed-off-by: Ciprian Pascu --- bundles/org.openhab.binding.caddx/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bundles/org.openhab.binding.caddx/README.md b/bundles/org.openhab.binding.caddx/README.md index 4deda2fb8e5..5476d5a6d2e 100644 --- a/bundles/org.openhab.binding.caddx/README.md +++ b/bundles/org.openhab.binding.caddx/README.md @@ -66,8 +66,9 @@ The following table shows the available configuration parameters for each thing. |-----------|-----------------------------------------------------------------------------------------------------| | bridge | `serialPort` - Serial port for the bridge - Required | | | `protocol` - Protocol used for the communication (Binary, Ascii) - Required - Default = Binary | -| | `baudrate` - Baud rate of the bridge - Required - Default = 9600 | +| | `baudrate` - Baud rate of the bridge - Required - Default = 9600 | | | `maxZoneNumber` - Maximum zone number to be added during discovery - Required - Default = 16 | +| | `ignoreZoneStatusTransitions` - Ignore Zone Status Transitions - Required - Default = false | | partition | `partitionNumber` - Partition number (1-8) - Required | | zone | `zoneNumber` - Zone number (1-192) - Required | | keypad | `keypadAddress` - Keypad address (192-255) - Required |