From 4507f3afb59ba4488d5d2487efedbfb03513e1f8 Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Thu, 27 Jan 2022 23:03:36 +0100 Subject: [PATCH] Add modbus technology to all plugin meta files --- alphainnotec/meta.json | 3 ++- drexelundweiss/meta.json | 3 ++- modbuscommander/meta.json | 5 +++-- mypv/meta.json | 3 ++- sunspec/meta.json | 3 ++- unipi/meta.json | 3 ++- wallbe/meta.json | 3 ++- webasto/meta.json | 5 +++-- 8 files changed, 18 insertions(+), 10 deletions(-) diff --git a/alphainnotec/meta.json b/alphainnotec/meta.json index 09832c9..b2b859b 100644 --- a/alphainnotec/meta.json +++ b/alphainnotec/meta.json @@ -5,7 +5,8 @@ "stability": "community", "offline": true, "technologies": [ - "network" + "network", + "modbus" ], "categories": [ "heating" diff --git a/drexelundweiss/meta.json b/drexelundweiss/meta.json index 994ede4..7159a76 100644 --- a/drexelundweiss/meta.json +++ b/drexelundweiss/meta.json @@ -5,7 +5,8 @@ "stability": "community", "offline": true, "technologies": [ - "network" + "network", + "modbus" ], "categories": [ "heating" diff --git a/modbuscommander/meta.json b/modbuscommander/meta.json index 0f9aa45..4d12473 100644 --- a/modbuscommander/meta.json +++ b/modbuscommander/meta.json @@ -6,9 +6,10 @@ "offline": true, "technologies": [ "serial-port", - "network" + "network", + "modbus" ], "categories": [ - "tool" + "diy" ] } diff --git a/mypv/meta.json b/mypv/meta.json index 43fa0ad..36c9b3f 100644 --- a/mypv/meta.json +++ b/mypv/meta.json @@ -5,7 +5,8 @@ "stability": "community", "offline": true, "technologies": [ - "network" + "network", + "modbus" ], "categories": [ "heating" diff --git a/sunspec/meta.json b/sunspec/meta.json index 4440778..8d08966 100644 --- a/sunspec/meta.json +++ b/sunspec/meta.json @@ -5,7 +5,8 @@ "stability": "consumer", "offline": true, "technologies": [ - "network" + "network", + "modbus" ], "categories": [ "energy" diff --git a/unipi/meta.json b/unipi/meta.json index 7b9b77a..dccb986 100644 --- a/unipi/meta.json +++ b/unipi/meta.json @@ -6,7 +6,8 @@ "offline": true, "technologies": [ "network", - "serial-port" + "serial-port", + "modbus" ], "categories": [ "diy" diff --git a/wallbe/meta.json b/wallbe/meta.json index 652339a..71e160f 100644 --- a/wallbe/meta.json +++ b/wallbe/meta.json @@ -5,7 +5,8 @@ "stability": "community", "offline": true, "technologies": [ - "network" + "network", + "modbus" ], "categories": [ "tool" diff --git a/webasto/meta.json b/webasto/meta.json index c226af8..92e1b48 100644 --- a/webasto/meta.json +++ b/webasto/meta.json @@ -5,9 +5,10 @@ "stability": "consumer", "offline": true, "technologies": [ - "network" + "network", + "modbus" ], "categories": [ - "tool" + "energy" ] }