[knx] Implement console commands (#15064)
* [knx] Implement console commands Add commands knx:* to openHAB console. Initial implementation of knx:show_unknown_ga, which shows group addresses which are seen in the installation but not used by openHAB. Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
This commit is contained in:
@@ -428,3 +428,8 @@ knx.items:
|
||||
Switch demoSwitch "Light [%s]" <light> { channel="hue:0210:bridge:1:color", channel="knx:device:bridge:generic:controlSwitch" }
|
||||
Dimmer demoDimmer "Dimmer [%d %%]" <light> { channel="hue:0210:bridge:1:color", channel="knx:device:bridge:generic:controlDimmer" }
|
||||
```
|
||||
|
||||
## Console Commands
|
||||
|
||||
The KNX binding provides additional functionality which can be triggered from the openHAB console.
|
||||
Type `openhab:knx` on the openHAB console for further information.
|
||||
|
||||
Reference in New Issue
Block a user