Add modbus technology to all plugin meta files
parent
e160a9c9e7
commit
4507f3afb5
|
|
@ -5,7 +5,8 @@
|
|||
"stability": "community",
|
||||
"offline": true,
|
||||
"technologies": [
|
||||
"network"
|
||||
"network",
|
||||
"modbus"
|
||||
],
|
||||
"categories": [
|
||||
"heating"
|
||||
|
|
|
|||
|
|
@ -5,7 +5,8 @@
|
|||
"stability": "community",
|
||||
"offline": true,
|
||||
"technologies": [
|
||||
"network"
|
||||
"network",
|
||||
"modbus"
|
||||
],
|
||||
"categories": [
|
||||
"heating"
|
||||
|
|
|
|||
|
|
@ -6,9 +6,10 @@
|
|||
"offline": true,
|
||||
"technologies": [
|
||||
"serial-port",
|
||||
"network"
|
||||
"network",
|
||||
"modbus"
|
||||
],
|
||||
"categories": [
|
||||
"tool"
|
||||
"diy"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,8 @@
|
|||
"stability": "community",
|
||||
"offline": true,
|
||||
"technologies": [
|
||||
"network"
|
||||
"network",
|
||||
"modbus"
|
||||
],
|
||||
"categories": [
|
||||
"heating"
|
||||
|
|
|
|||
|
|
@ -5,7 +5,8 @@
|
|||
"stability": "consumer",
|
||||
"offline": true,
|
||||
"technologies": [
|
||||
"network"
|
||||
"network",
|
||||
"modbus"
|
||||
],
|
||||
"categories": [
|
||||
"energy"
|
||||
|
|
|
|||
|
|
@ -6,7 +6,8 @@
|
|||
"offline": true,
|
||||
"technologies": [
|
||||
"network",
|
||||
"serial-port"
|
||||
"serial-port",
|
||||
"modbus"
|
||||
],
|
||||
"categories": [
|
||||
"diy"
|
||||
|
|
|
|||
|
|
@ -5,7 +5,8 @@
|
|||
"stability": "community",
|
||||
"offline": true,
|
||||
"technologies": [
|
||||
"network"
|
||||
"network",
|
||||
"modbus"
|
||||
],
|
||||
"categories": [
|
||||
"tool"
|
||||
|
|
|
|||
|
|
@ -5,9 +5,10 @@
|
|||
"stability": "consumer",
|
||||
"offline": true,
|
||||
"technologies": [
|
||||
"network"
|
||||
"network",
|
||||
"modbus"
|
||||
],
|
||||
"categories": [
|
||||
"tool"
|
||||
"energy"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue