[broadlinkthermostat] Fix parameter name in README (#13246)

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
This commit is contained in:
lolodomo 2022-08-11 21:30:33 +02:00 committed by GitHub
parent f795f87f5d
commit f3d9c084b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: