mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-10 15:11:59 +01:00
[broadlinkthermostat] Fix parameter name in README (#13246)
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
This commit is contained in:
parent
f795f87f5d
commit
f3d9c084b8
@ -22,7 +22,7 @@ Authentication is automatically sent after creating the thing.
|
||||
Two parameter are required for creating things:
|
||||
|
||||
- `host`: The hostname or IP address of the device.
|
||||
- `mac` : The network MAC of the device.
|
||||
- `macAddress` : The network MAC of the device.
|
||||
|
||||
The autodiscovery process finds both parts automatically.
|
||||
|
||||
@ -48,7 +48,7 @@ The autodiscovery process finds both parts automatically.
|
||||
demo.things:
|
||||
|
||||
```
|
||||
Thing broadlinkthermostat:floureonthermostat:bathroomthermostat "Bathroom Thermostat" [ host="192.168.0.23", mac="00:10:FA:6E:38:4A"]
|
||||
Thing broadlinkthermostat:floureonthermostat:bathroomthermostat "Bathroom Thermostat" [ host="192.168.0.23", macAddress="00:10:FA:6E:38:4A"]
|
||||
```
|
||||
|
||||
demo.items:
|
||||
|
Loading…
Reference in New Issue
Block a user