hassio-addons/snmpd/config.json
2018-11-08 22:50:32 +01:00

14 lines
260 B
JSON

{
"name": "SNMP",
"url": "https://git.asperti.com/paspo/hassio-addons",
"version": "0.1.0",
"slug": "snmpd",
"description": "SNMP server",
"startup": "before",
"boot": "auto",
"ports": {
"161/udp": 161
},
"options": {},
"schema": {}
}