]> git.basschouten.com Git - openhab-addons.git/commitdiff
[melcloud] Fix thing type id in documentation
authorDirkSander <DirkNilsSander@iCloud.com>
Sun, 19 Sep 2021 10:05:17 +0000 (12:05 +0200)
committerGitHub <noreply@github.com>
Sun, 19 Sep 2021 10:05:17 +0000 (12:05 +0200)
bundles/org.openhab.binding.melcloud/README.md

index e124f59cfe548de4216c7a5e96b28a16056f42d1..f59d592fb9d17472e618ad9d2918985c2778381e 100644 (file)
@@ -9,7 +9,7 @@ Supported thing types
 
 * melcloudaccount (bridge)
 * acdevice
-* heatpump
+* heatpumpdevice
 
 A bridge is required to connect to your MELCloud account.
 
@@ -116,8 +116,8 @@ Heatpump device channels
 
 ```
 Bridge melcloud:melcloudaccount:myaccount "My MELCloud account" [ username="user.name@example.com", password="xxxxxx", language="0" ] {
-    Thing acdevice livingroom "Livingroom A.C. device" [ deviceID=123456, pollingInterval=60 ]
-       Thing heatpump attic "Attic Heatpump device" [ deviceID=789012, pollingInterval=60 ]
+       Thing acdevice livingroom "Livingroom A.C. device" [ deviceID=123456, pollingInterval=60 ]
+       Thing heatpumpdevice attic "Attic Heatpump device" [ deviceID=789012, pollingInterval=60 ]
 }
 ```