[homematic] [doc] Usage of custom ID not supported (#10131)

Fixes https://github.com/openhab/openhab-addons/issues/10114

Signed-off-by: Eiko Wagenknecht <eiko.wagenknecht@web.de>
This commit is contained in:
Eiko Wagenknecht 2021-02-17 00:28:11 +01:00 committed by GitHub
parent 6f9d80ea9e
commit 4495c53f7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 3 deletions

View File

@ -289,10 +289,12 @@ Dimmer Light "Light [%d %%]" { channel="homematic:HM-LC-Dim1T-Pl-2:cc
The GATEWAY-EXTRAS is a virtual device which contains a switch to reload all values from all devices and also a switch to put the gateway in the install mode to add new devices. The GATEWAY-EXTRAS is a virtual device which contains a switch to reload all values from all devices and also a switch to put the gateway in the install mode to add new devices.
If the gateway supports variables and scripts, you can handle them with this device too. If the gateway supports variables and scripts, you can handle them with this device too.
The type is generated: `GATEWAY-EXTRAS-[BRIDGE_ID]`.
**Example:** bridgeId=ccu, type=GATEWAY-EXTRAS-CCU The type is generated: `GATEWAY-EXTRAS-[BRIDGE_ID]`.
Address: fixed GWE00000000 Example: bridgeId=**ccu** -> type=GATEWAY-EXTRAS-**CCU**
The address of the virtual device must be the default value `GWE00000000`.
Usage of a custom ID is not supported.
### RELOAD_ALL_FROM_GATEWAY ### RELOAD_ALL_FROM_GATEWAY