Skip to content

Commit

Permalink
[FIXED #77] Zigbee bridge: serial port as config parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
mvalla committed Mar 31, 2019
1 parent 52c8cd0 commit 6717491
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,16 @@
<properties>
<property name="vendor">BTicino/Legrand</property>
<property name="model">BTI-3578/088328</property>
<property name="firmwareVersion"></property>
<property name="firmwareVersion">Unknown</property>
</properties>

<representation-property>ownId</representation-property>

<config-description>
<config-description>
<parameter name="serialPort" type="text">
<label>serialPort</label>
<description>Serial port to which the USB dongle is connected. Example: COM3 (Win), /dev/ttyUSB0 (Linux), etc.</description>
<label>Serial Port</label>
<context>serial-port</context>
<description>Serial port where OpenWebNet Zigbee USB dongle is connected. Example: COM3 (Win), /dev/ttyUSB0 (Linux), etc.</description>
<required>true</required>
</parameter>
</config-description>
Expand Down
1 change: 1 addition & 0 deletions addons/binding/org.openhab.binding.openwebnet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,7 @@ See: https://github.com/mvalla/openhab2-addons/issues/14
**v2.5.0.M3 =IN PROGRESS=** - dd/mm/2019
- [FIX #30] manually configured things are now ignored during auto-discovery
- [FIX #74] Updated README with energy example
- [FIX #77] Zigbee bridge: serial port as config parameter
- checked licence headers & javadocs. Improved logging
- removed logging INFO when discovering devices via UPnP
- firmware ver. and MAC address are now read from BUS gateway
Expand Down

0 comments on commit 6717491

Please sign in to comment.