From b15403481619ecca48a3cdd5dbb03318cbd25e4e Mon Sep 17 00:00:00 2001 From: DirkSander Date: Sun, 19 Sep 2021 12:05:17 +0200 Subject: [PATCH] [melcloud] Fix thing type id in documentation --- bundles/org.openhab.binding.melcloud/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bundles/org.openhab.binding.melcloud/README.md b/bundles/org.openhab.binding.melcloud/README.md index e124f59cfe..f59d592fb9 100644 --- a/bundles/org.openhab.binding.melcloud/README.md +++ b/bundles/org.openhab.binding.melcloud/README.md @@ -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 ] } ``` -- 2.47.3