yunkong2.onvif/io-package.json

48 lines
1.2 KiB
JSON
Raw Permalink Normal View History

2018-08-07 20:30:44 +08:00
{
"common": {
"name": "onvif",
"version": "0.0.1",
2018-09-23 14:43:33 +08:00
"title": "Onvif 适配器",
2018-08-07 20:30:44 +08:00
"titleLang": {
"en": "Onvif adapter",
2018-09-23 14:43:33 +08:00
"cn": "Onvif 发现服务"
2018-08-07 20:30:44 +08:00
},
"desc": {
"en": "Onvif Adapter",
2018-09-23 14:43:33 +08:00
"cn": "Onvif 发现服务"
2018-08-07 20:30:44 +08:00
},
"authors": [
"Kirov Ilya <kirovilya@gmail.com>"
],
2018-09-23 14:43:33 +08:00
"docs": "docs/en/admin.md",
"platform": "Node.js",
2018-08-07 20:30:44 +08:00
"mode": "daemon",
"icon": "onvif.png",
"materialize": true,
"enabled": true,
2018-09-23 14:43:33 +08:00
"extIcon": "https://git.spacen.net/yunkong2/yunkong2.onvif/raw/master/admin/onvif.png",
2018-08-07 20:30:44 +08:00
"keywords": ["onvif", "camera"],
2018-09-23 14:43:33 +08:00
"readme": "https://git.spacen.net/yunkong2/yunkong2.onvif/blob/master/README.md",
2018-08-07 20:30:44 +08:00
"loglevel": "info",
"type": "general",
"messagebox": true
},
"native": {
},
"instanceObjects": [
{
"_id": "discoveryRunning",
"type": "state",
"common": {
"name": "Scannig mode",
"type": "boolean",
"read": true,
"write": false,
"def": false
},
"native": {}
}
]
}