From 76a4169308d1afd37e1578941a5a976aab457817 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20JUMELLE?= Date: Sun, 8 Dec 2024 23:51:05 +0100 Subject: [PATCH] Move to DomoticsEx API and support multiple devices in the same plugin --- plugin.py | 304 +++++++++++++++++++++++++++++------------------------- 1 file changed, 162 insertions(+), 142 deletions(-) diff --git a/plugin.py b/plugin.py index 9917b09..92e91bf 100755 --- a/plugin.py +++ b/plugin.py @@ -4,7 +4,7 @@ # #pylint: disable=line-too-long,broad-exception-caught,possibly-used-before-assignment """ - +

Heatzy Pilote


Implementation of Heatzy Pilote as a Domoticz Plugin.
@@ -12,7 +12,6 @@ -