You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

48 lines
1.2 KiB

{
"common": {
"name": "onvif",
"version": "0.0.1",
"title": "Onvif 适配器",
"titleLang": {
"en": "Onvif adapter",
"cn": "Onvif 发现服务"
},
"desc": {
"en": "Onvif Adapter",
"cn": "Onvif 发现服务"
},
"authors": [
"Kirov Ilya <kirovilya@gmail.com>"
],
"docs": "docs/en/admin.md",
"platform": "Node.js",
"mode": "daemon",
"icon": "onvif.png",
"materialize": true,
"enabled": true,
"extIcon": "https://git.spacen.net/yunkong2/yunkong2.onvif/raw/master/admin/onvif.png",
"keywords": ["onvif", "camera"],
"readme": "https://git.spacen.net/yunkong2/yunkong2.onvif/blob/master/README.md",
"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": {}
}
]
}