-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathio-package.json
152 lines (152 loc) · 4.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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
{
"common": {
"name": "enet",
"title": "Jung/Gira eNet",
"titleLang": {
"de": "Steuert Jung/Gira eNet Smarthome-Geräte über das eNet Mobile Gate Funk IP Gateway oder dem eNet Smart Home Server",
"en": "Steuert Jung/Gira eNet Smarthome-Geräte über das eNet Mobile Gate Funk IP Gateway oder dem eNet Smart Home Server"
},
"version": "1.2.2",
"news": {
"1.2.2": {
"en": "Did some changes",
"de": "Einige Änderungen",
"ru": "Некоторые изменения",
"pt": "Fez algumas mudanças",
"nl": "Deed wat veranderingen",
"fr": "Quelques changements",
"it": "Qualche cambiamento",
"es": "¿Algún cambio",
"pl": "Zamieniać się",
"uk": "Чи були деякі зміни",
"zh-cn": "某些变化"
},
"1.2.0": {
"en": "First release",
"de": "Zweites Release",
"ru": "First release",
"pt": "First release",
"fr": "First release",
"nl": "First release"
}
},
"desc": {
"en": "Controls Jung/Gira eNet Smarthome devices through the eNet Mobile Gate Wireless IP gateway or the eNet Smart Home Server",
"de": "Steuert Jung/Gira eNet Smarthome-Geräte über das eNet Mobile Gate Funk IP Gateway oder dem eNet Smart Home Server",
"ru": "Controls Jung/Gira eNet Smarthome devices through the eNet Mobile Gate Wireless IP gateway or the eNet Smart Home Server",
"pt": "Controls Jung/Gira eNet Smarthome devices through the eNet Mobile Gate Wireless IP gateway or the eNet Smart Home Server",
"fr": "Controls Jung/Gira eNet Smarthome devices through eNet Mobile Gate Wireless IP gateway or the eNet Smart Home Server",
"nl": "Controls Jung/Gira eNet Smarthome devices through eNet Mobile Gate Wireless IP gateway or the eNet Smart Home Server",
"it": "Controls Jung/Gira eNet Smarthome devices through eNet Mobile Gate Wireless IP gateway or the eNet Smart Home Server",
"es": "Controls Jung/Gira eNet Smarthome devices through eNet Mobile Gate Wireless IP gateway or the eNet Smart Home Server"
},
"authors": [
"SebastianSchultz <mail@sebastian-schultz.de>","Stoffel7 <brudst@yahoo.de>"
],
"main": "main.js",
"platform": "Javascript/Node.js",
"mode": "daemon",
"icon": "enet.png",
"materialize": true,
"enabled": false,
"extIcon": "https://raw.githubusercontent.com/Stoffel7/ioBroker.enet/master/admin/enet.png",
"keywords": [
"Jung",
"Gira",
"eNet"
],
"readme": "https://github.com/Stoffel7/ioBroker.enet/blob/master/README.md",
"loglevel": "info",
"type": "iot-systems",
"license": "MIT",
"compact": true,
"connectionType": "cloud",
"dataSource": "poll"
},
"native": {
"devicetype": "Server",
"ip": "",
"username": "",
"password": "",
"interval": 3000,
"connection_type_ssl": false,
"connection_port": 80,
"sync_roomsandscenes": false
},
"objects": [],
"instanceObjects": [
{
"_id": "info",
"type": "channel",
"common": {
"name": "Information"
},
"native": {}
},
{
"_id": "info.connection",
"type": "state",
"common": {
"role": "indicator.connected",
"name": "If connected to eNet Gateway or Server",
"type": "boolean",
"read": true,
"write": true,
"def": false
},
"native": {}
},
{
"_id": "info.CounterID",
"type": "state",
"common": {
"name": "eNet Server Counter ID",
"type": "string",
"role": "value",
"read": true,
"write": true,
"def": false
},
"native": {}
},
{
"_id": "info.ICP",
"type": "state",
"common": {
"name": "eNet Server ICP",
"type": "string",
"role": "value",
"read": true,
"write": true,
"def": false
},
"native": {}
},
{
"_id": "info.SessionID",
"type": "state",
"common": {
"name": "eNet Server Session ID",
"type": "string",
"role": "value",
"read": true,
"write": true,
"def": false
},
"native": {}
},
{
"_id": "requestEvents",
"type": "state",
"common": {
"name": "eNet Server request Events",
"type": "boolean",
"role": "value",
"read": true,
"write": true,
"def": false
},
"native": {}
}
]
}