mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-10 15:11:59 +01:00
[melcloud] Fix thing type id in documentation
This commit is contained in:
parent
344011c2ad
commit
b154034816
@ -9,7 +9,7 @@ Supported thing types
|
|||||||
|
|
||||||
* melcloudaccount (bridge)
|
* melcloudaccount (bridge)
|
||||||
* acdevice
|
* acdevice
|
||||||
* heatpump
|
* heatpumpdevice
|
||||||
|
|
||||||
A bridge is required to connect to your MELCloud account.
|
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" ] {
|
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 acdevice livingroom "Livingroom A.C. device" [ deviceID=123456, pollingInterval=60 ]
|
||||||
Thing heatpump attic "Attic Heatpump device" [ deviceID=789012, pollingInterval=60 ]
|
Thing heatpumpdevice attic "Attic Heatpump device" [ deviceID=789012, pollingInterval=60 ]
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user