-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathio-package.json
151 lines (151 loc) · 4.58 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
{
"common": {
"name": "mystrom-wifi-button",
"version": "0.1.5",
"news": {
"0.1.5": {
"en": "try to get it into latest repository",
"de": "Versuch, es in das 'latest' Repository zu bekommen",
"ru": "попробуйте получить его в последнем хранилище",
"pt": "tente colocá-lo no repositório 'latest'",
"nl": "probeer het in de 'latest' repository te krijgen",
"fr": "essayez de le mettre dans le 'latest' référentiel",
"it": "prova a inserirlo nell' 'latest' repository",
"es": "intenta ingresarlo en el 'latest' repositorio",
"pl": "spróbuj dostać się do najnowszego repozytorium",
"zh-cn": "尝试将其放入最新的存储库"
},
"0.1.4": {
"en": "typo"
},
"0.1.3": {
"en": "make ready for ioBroker publish",
"de": "Vorbereiten für die Veröffentlichung in ioBroker",
"ru": "подготовить для ioBroker опубликовать",
"pt": "prepare-se para publicar ioBroker",
"nl": "maak je klaar voor ioBroker publiceren",
"fr": "préparez-vous pour la publication ioBroker",
"it": "preparare la pubblicazione di ioBroker",
"es": "prepárate para publicar ioBroker",
"pl": "przygotuj się na publikację ioBroker",
"zh-cn": "为ioBroker发布做好准备"
},
"0.1.0": {
"en": "initial release",
"de": "Erstveröffentlichung",
"ru": "Начальная версия",
"pt": "lançamento inicial",
"nl": "Eerste uitgave",
"fr": "Première version",
"it": "Versione iniziale",
"es": "Versión inicial",
"pl": "Pierwsze wydanie",
"zh-cn": "首次出版"
}
},
"title": "Mystrom Wifi Button",
"titleLang": {
"en": "Mystrom Wifi Button",
"de": "Mystrom Wifi Button",
"ru": "Mystrom Wifi Button",
"pt": "Botão de Mystrom Wifi",
"nl": "Mystrom Wifi-knop",
"fr": "Bouton Wifi Mystrom",
"it": "Pulsante Wifi Mystrom",
"es": "Mystrom Wifi Button",
"pl": "Przycisk Mystrom Wifi",
"zh-cn": "Mystrom Wifi按钮"
},
"desc": {
"en": "Define WiFi Button Actions from ioBroker",
"de": "Definieren Sie WiFi-Schaltflächenaktionen in ioBroker",
"ru": "Определить действия кнопки WiFi от ioBroker",
"pt": "Definir ações de botão WiFi no ioBroker",
"nl": "Definieer WiFi-knopacties vanuit ioBroker",
"fr": "Définir les actions des boutons WiFi depuis ioBroker",
"it": "Definire le azioni dei pulsanti WiFi da ioBroker",
"es": "Definir acciones de botón WiFi desde ioBroker",
"pl": "Zdefiniuj akcje przycisku WiFi z ioBroker",
"zh-cn": "通过ioBroker定义WiFi按钮操作"
},
"authors": [
"rgwch <rgw@rgw.ch>"
],
"keywords": [
"ioBroker",
"mystrom",
"button"
],
"license": "MIT",
"platform": "Javascript/Node.js",
"main": "build/main.js",
"icon": "mystrom-wifi-button.png",
"enabled": true,
"extIcon": "https://raw.githubusercontent.com/rgwch/ioBroker.mystrom-wifi-button/master/admin/mystrom-wifi-button.png",
"readme": "https://github.com/rgwch/ioBroker.mystrom-wifi-button/blob/master/README.md",
"loglevel": "info",
"mode": "daemon",
"type": "iot-systems",
"compact": true,
"connectionType": "local",
"dataSource": "push",
"materialize": true,
"dependencies": [
{
"js-controller": ">=1.4.2"
}
]
},
"native": {
"url": "",
"hostip": ""
},
"objects": [],
"instanceObjects": [
{
"_id": "info.connection",
"type": "state",
"common": {
"role": "indicator.connected",
"name": "Device or service connected",
"type": "boolean",
"read": true,
"write": false,
"def": false
},
"native": {}
},
{
"_id": "info:deviceInfo",
"type": "channel",
"common": {
"name": "Hardware Informationen"
},
"native": {}
},
{
"_id": "info.deviceInfo.mac",
"type": "state",
"common": {
"role": "state",
"name": "mac",
"type": "string",
"read": true,
"write": false
},
"native": {}
},
{
"_id": "info.deviceInfo.details",
"type": "state",
"common": {
"role": "json",
"type": "string",
"name": "Detailed informations",
"read": true,
"write": false
},
"native": {}
}
]
}