Skip to content

Commit

Permalink
Amend README with missing bridge configuration parameter (#16556)
Browse files Browse the repository at this point in the history
Signed-off-by: Georgios Moutsos <georgios.moutsos@gmail.com>
  • Loading branch information
jossuar committed Mar 21, 2024
1 parent d2e9b83 commit 630847f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bundles/org.openhab.binding.caddx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit 630847f

Please sign in to comment.