]> git.basschouten.com Git - openhab-addons.git/commitdiff
[broadlinkthermostat] Fix parameter name in README (#13246)
authorlolodomo <lg.hc@free.fr>
Thu, 11 Aug 2022 19:30:33 +0000 (21:30 +0200)
committerGitHub <noreply@github.com>
Thu, 11 Aug 2022 19:30:33 +0000 (21:30 +0200)
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
bundles/org.openhab.binding.broadlinkthermostat/README.md

index 6935e4e9c5d07e49becd232b2c8faac28a7fbf3d..92efe72d1dbae184d1c7bc57484013386ca86944 100644 (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: