openhab-addons icon indicating copy to clipboard operation
openhab-addons copied to clipboard

[velbus] For examples to be fully-featured they should demonstrate use of Thing properties

Open nagisa opened this issue 7 months ago • 5 comments

See the TODO reference to this issue in the velbus module’s README.

In short, there’s an example that reads along the lines of

Bridge velbus:bridge:1 [ port="COM1" ] {
    vmb2ble     01
    ...
}

however the specific modules can also accept various properties (such as those specifying subaddresses.) The example should ideally demonstrate specification of these properties.

nagisa avatar Nov 14 '23 12:11 nagisa