From: lolodomo Date: Thu, 20 Oct 2022 20:51:03 +0000 (+0200) Subject: [netatmo] Extend example with things for energy stuff (#13568) X-Git-Url: https://git.basschouten.com/?a=commitdiff_plain;h=02820a9ebe278a0e817659b902118bf99a74b747;p=openhab-addons.git [netatmo] Extend example with things for energy stuff (#13568) * [netatmo] Extend example with things for energy stuff Signed-off-by: Laurent Garnier --- diff --git a/bundles/org.openhab.binding.netatmo/README.md b/bundles/org.openhab.binding.netatmo/README.md index 2f17d23d92..f5a64dd4f6 100644 --- a/bundles/org.openhab.binding.netatmo/README.md +++ b/bundles/org.openhab.binding.netatmo/README.md @@ -697,6 +697,13 @@ Bridge netatmo:account:myaccount "Netatmo Account" [clientId="xxxxx", clientSecr Type live-stream-url : live#vpn-stream-url [ quality="low" ] } } + Bridge home myhomeheating "Home heating" [ id="..." ] { + Bridge plug relay "Boiler relay" [ id="..." ] { + thermostat thermostat "Thermostat" [ id="..." ] + valve valveoffice "Valve in office" [ id="..." ] + } + room office "Office" [ id="..." ] + } } ```