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",
"offline": true,
"technologies": [
"network"
"network",
"modbus"
],
"categories": [
"heating"

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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