-
Notifications
You must be signed in to change notification settings - Fork 4
/
io-package.json
executable file
·96 lines (96 loc) · 3.49 KB
/
io-package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"common": {
"name": "heytech",
"version": "1.1.0",
"news": {
"1.1.0": {
"en": "Delete group objects if the group was removed from configuration \nMigrate configuration to JSON Config",
"de": "Gruppenobjekte löschen, wenn die Gruppe aus der Konfiguration entfernt wurde \nKonfiguration nach JSON Config migriert"
},
"1.0.6": {
"en": "compatibilty to node 14 and above.\n",
"de": "compatibilty to node 14 and above.\n"
}
},
"titleLang": {
"en": "HEYtech",
"de": "HEYtech",
"ru": "HEYtech",
"pt": "HEYtech",
"nl": "HEYtech",
"fr": "HEYtech",
"it": "HEYtech",
"es": "HEYtech",
"pl": "HEYtech",
"zh-cn": "HEYtech",
"uk": "HEYtech"
},
"desc": {
"en": "Connect to and control HEYtech devices. https://rolladensteuerung.de/",
"de": "Anschließen und Steuern von HEYtech-Geräten. https://rolladensteuerung.de/",
"ru": "Подключайтесь и управляйте устройствами HEYtech. https://rolladensteuerung.de/",
"pt": "Conecte e controle dispositivos HEYtech. https://rolladensteuerung.de/",
"nl": "Maak verbinding met HEYtech-apparaten en bedien deze. https://rolladensteuerung.de/",
"fr": "Connectez-vous à et contrôlez les appareils HEYtech. https://rolladensteuerung.de/",
"it": "Connetti e controlla i dispositivi HEYtech. https://rolladensteuerung.de/",
"es": "Conectar y controlar dispositivos HEYtech. https://rolladensteuerung.de/",
"pl": "Połącz się i kontroluj urządzenia HEYtech. https://rolladensteuerung.de/",
"zh-cn": "连接并控制HEYtech设备",
"uk":"Підключайтеся до пристроїв HEYtech і керуйте ними. https://rolladensteuerung.de/"
},
"authors": [
"Jey Cee<jey-cee@live.com>",
"Ansgar Schulte<ansgar@schulte.com.de>"
],
"keywords": [
"shutter",
"shutter control",
"heytech,"
],
"licenseInformation": {
"type": "free",
"license": "MIT"
},
"platform": "Javascript/Node.js",
"icon": "heytech.png",
"enabled": true,
"extIcon": "https://raw.githubusercontent.com/Jey-Cee/ioBroker.heytech/master/admin/heytech.png",
"readme": "https://github.com/Jey-Cee/ioBroker.heytech/blob/master/README.md",
"loglevel": "info",
"tier": 3,
"mode": "daemon",
"type": "hardware",
"compact": true,
"adminUI": {
"config": "json"
},
"supportCustoms": false,
"connectionType": "local",
"dataSource": "poll",
"dependencies": [
{
"js-controller": ">=5.0.19"
}
],
"messagebox": false
},
"native": {
"ip": "",
"port": "1002",
"pin": "",
"refresh": 300000,
"autoDetect": true,
"typ": "",
"eBoxes": 0,
"briSensor": false,
"oTempSensor": false,
"iTempSensor": false,
"rainSensor": false,
"windSensor": false,
"alarmSensor": false,
"humiditySensor": false,
"groups": []
},
"objects": [],
"instanceObjects": []
}