From 02820a9ebe278a0e817659b902118bf99a74b747 Mon Sep 17 00:00:00 2001 From: lolodomo Date: Thu, 20 Oct 2022 22:51:03 +0200 Subject: [PATCH] [netatmo] Extend example with things for energy stuff (#13568) * [netatmo] Extend example with things for energy stuff Signed-off-by: Laurent Garnier --- bundles/org.openhab.binding.netatmo/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/bundles/org.openhab.binding.netatmo/README.md b/bundles/org.openhab.binding.netatmo/README.md index 2f17d23d9..f5a64dd4f 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="..." ] + } } ```