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.

50 lines
1.5 KiB

6 years ago
{
"common": {
"name": "ham",
"version": "0.4.4",
"title": "Homebridge accessories manager",
"titleLang": {
"en": "Homebridge accessories manager",
"de": "智能家具网关"
},
"desc": {
"en": "yunkong2 Homebridge Adapter"
},
"authors": [
"Kirov Ilya <kirovilya@gmail.com>",
"Apollon77 <ingo@fischer-ka.de"
],
"docs": {
"en": "docs/en/admin.md"
},
"platform": "Node.js",
"mode": "daemon",
"icon": "ham.png",
"materialize": true,
"enabled": false,
"extIcon": "https://git.spacen.net/yunkong2/yunkong2.ham/raw/master/admin/ham.png",
"keywords": ["homebridge"],
"readme": "https://github.com/yunkong2/yunkong2.ham/blob/master/README.md",
"loglevel": "info",
"type": "iot-systems"
},
"native": {
"useGlobalHomebridge": false,
"globalHomebridgeBasePath": "/usr/local/lib/node_modules/homebridge/",
"globalHomebridgeConfigPath": "/home/pi/.homebridge/",
"libraries": "",
"ignoreInfoAccessoryServices": false,
"characteristicPollingInterval": 0,
"wrapperConfig": {
"description": "Add configuration for your accessories or platforms according to the docs of the plugins.",
"accessories": [
],
"platforms": [
]
}
},
"objects": [
]
}