mvalla / openhab-addons

Add-ons for openHAB
Eclipse Public License 2.0
24 stars 16 forks source link

Modify param discoveryByActivation to boolean #67

Closed Gozilla01 closed 5 years ago

Gozilla01 commented 5 years ago

Change discoveryByActivation parameter in gateway from string to boolean. Use in PaperUI will be more intuitive per user, default false The user will see this: image In the .things file this will be declared:

Bridge openwebnet:bus_gateway:mybridge [ host="192.168.1.XX", port=20000, passwd="XXXX", discoveryByActivation=true ] { }

After an experimental period, change to default = true, Issue #68