Add modbus technology to all plugin meta files

pull/54/head
Michael Zanetti 2022-01-27 23:03:36 +01:00
parent e160a9c9e7
commit 4507f3afb5
8 changed files with 18 additions and 10 deletions

View File

@ -5,7 +5,8 @@
"stability": "community", "stability": "community",
"offline": true, "offline": true,
"technologies": [ "technologies": [
"network" "network",
"modbus"
], ],
"categories": [ "categories": [
"heating" "heating"

View File

@ -5,7 +5,8 @@
"stability": "community", "stability": "community",
"offline": true, "offline": true,
"technologies": [ "technologies": [
"network" "network",
"modbus"
], ],
"categories": [ "categories": [
"heating" "heating"

View File

@ -6,9 +6,10 @@
"offline": true, "offline": true,
"technologies": [ "technologies": [
"serial-port", "serial-port",
"network" "network",
"modbus"
], ],
"categories": [ "categories": [
"tool" "diy"
] ]
} }

View File

@ -5,7 +5,8 @@
"stability": "community", "stability": "community",
"offline": true, "offline": true,
"technologies": [ "technologies": [
"network" "network",
"modbus"
], ],
"categories": [ "categories": [
"heating" "heating"

View File

@ -5,7 +5,8 @@
"stability": "consumer", "stability": "consumer",
"offline": true, "offline": true,
"technologies": [ "technologies": [
"network" "network",
"modbus"
], ],
"categories": [ "categories": [
"energy" "energy"

View File

@ -6,7 +6,8 @@
"offline": true, "offline": true,
"technologies": [ "technologies": [
"network", "network",
"serial-port" "serial-port",
"modbus"
], ],
"categories": [ "categories": [
"diy" "diy"

View File

@ -5,7 +5,8 @@
"stability": "community", "stability": "community",
"offline": true, "offline": true,
"technologies": [ "technologies": [
"network" "network",
"modbus"
], ],
"categories": [ "categories": [
"tool" "tool"

View File

@ -5,9 +5,10 @@
"stability": "consumer", "stability": "consumer",
"offline": true, "offline": true,
"technologies": [ "technologies": [
"network" "network",
"modbus"
], ],
"categories": [ "categories": [
"tool" "energy"
] ]
} }