-
Notifications
You must be signed in to change notification settings - Fork 0
/
io-package.json
170 lines (170 loc) · 5.9 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
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
{
"common": {
"name": "acceptdata",
"version": "0.2.3",
"news": {
"0.2.3": {
"en": "added plugins and/in fjadapter"
},
"0.2.2": {
"en": "added vuex, introduced config.json and words.json and removed compact mode..."
},
"0.2.1": {
"en": "Added Tables"
},
"0.0.1": {
"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": "Accept Data via network",
"titleLang": {
"en": "Accept Data via network",
"de": "Daten über das Netzwerk akzeptieren",
"ru": "Принять данные через сеть",
"pt": "Aceitar dados via rede",
"nl": "Accepteer gegevens via het netwerk",
"fr": "Accepter les données via le réseau",
"it": "Accetta dati tramite rete",
"es": "Aceptar datos a través de la red",
"pl": "Akceptuj dane przez sieć",
"zh-cn": "通过网络接受数据"
},
"desc": {
"en": "Accept Data can be used as a destination for devices which generate data and can post it to a device on a network in JSON or URL format",
"de": "Daten akzeptieren kann als Ziel für Geräte verwendet werden, die Daten generieren und diese im JSON- oder URL-Format an ein Gerät in einem Netzwerk senden",
"ru": "Принять данные можно использовать в качестве места назначения для устройств, которые генерируют данные и могут публиковать их на устройстве в сети в формате JSON или URL",
"pt": "Accept Data pode ser usado como destino para dispositivos que geram dados e pode publicá-los em um dispositivo em uma rede no formato JSON ou URL",
"nl": "Accepteer gegevens kan worden gebruikt als bestemming voor apparaten die gegevens genereren en deze op een apparaat in een netwerk in JSON- of URL-indeling kunnen plaatsen",
"fr": "Accepter les données peuvent être utilisées comme destination pour les appareils qui génèrent des données et peuvent les publier sur un appareil sur un réseau au format JSON ou URL",
"it": "Accetta I dati possono essere utilizzati come destinazione per i dispositivi che generano dati e possono pubblicarli su un dispositivo su una rete in formato JSON o URL",
"es": "Aceptar Los datos se pueden usar como destino para dispositivos que generan datos y pueden publicarlos en un dispositivo en una red en formato JSON o URL",
"pl": "Akceptuj Dane mogą być używane jako miejsce docelowe dla urządzeń generujących dane i mogą wysyłać je do urządzenia w sieci w formacie JSON lub URL",
"zh-cn": "接受数据可以用作生成数据的设备的目标,并可以将其以JSON或URL格式发布到网络上的设备"
},
"authors": [
"frankjoke <[email protected]>"
],
"keywords": [
"JSON",
"URL",
"GET",
"POST"
],
"license": "MIT",
"platform": "Javascript/Node.js",
"main": "acceptdata.js",
"icon": "acceptdata.png",
"enabled": true,
"extIcon": "https://raw.githubusercontent.com/frankjoke/ioBroker.acceptdata/master/admin/acceptdata.png",
"readme": "https://github.com/frankjoke/ioBroker.acceptdata/blob/master/README.md",
"loglevel": "info",
"mode": "daemon",
"type": "communication",
"compact": false,
"connectionType": "local",
"dataSource": "push",
"messagebox": true,
"materialize": false,
"dependencies": [
{
"js-controller": ">=1.4.2"
}
]
},
"native": {
"port": "3000",
"pathtable": [
{
"name": "EasyWeather",
"path": "easyweather",
"method": "GET",
"convert": "{ outdoorTemp_C: FtoC($.tempf, 1),\n indoorTemp_C: FtoC($.indoortempf,1),\n dewPoint_C: FtoC($.dewptf,1),\n windChill_C: FtoC($.windchillf,1),\n indoorHumidity_Hum: toNum($.indoorhumidity),\n outdoorHumidity_Hum: toNum($.humidity),\n windSpeed_Kmh: toNum($.windspeed_mph*1.61,1),\n windGust_Kmh: toNum($.windgustmph*1.61,1),\n windDir_Deg: toNum($.winddir),\n lastUpdate_Date: new Date($.dateutc.split(\" \").join(\"T\")+\".0Z\"),\n absBaro_Hpa: toNum($.absbaromin * 33.862,0),\n baro_Hpa: toNum($.baromin * 33.862, 0),\n rain_Mm: ItoMM($.rainin),\n rainDaily_Mm: ItoMM($.dailyrainin,1),\n rainWeekly_Mm: ItoMM($.weeklyrainin,0),\n rainMonthly_Mm: ItoMM($.monthlyrainin,0),\n solarradiation_Wm2: toNum($.solarradiation,2),\n uv_V: Number($.UV),\n software_Txt: $.softwaretype}",
"enabled": true
},
{
"name": "Test just with link",
"path": "Test",
"method": "GET",
"convert": "$",
"enabled": true
},
{
"name": "Put Test",
"path": "Test",
"method": "PUT",
"convert": "$",
"enabled": true
}
]
},
"objects": [],
"instanceObjects": [
{
"_id": "info",
"type": "channel",
"common": {
"name": "Information"
},
"native": {}
},
{
"_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.$plugins",
"type": "channel",
"common": {
"name": "$plugins",
"desc": "Folder to add states with plugins"
},
"native": {}
},
{
"_id": "info.$options",
"type": "state",
"common": {
"role": "value",
"name": "$options",
"desc": "collected options for plugins",
"type": "object",
"read": true,
"write": false,
"def": {}
},
"native": {}
},
{
"_id": "info.$plugins.plugin$test",
"type": "state",
"common": {
"role": "value",
"name": "info.$plugins.plugin$test",
"desc": "Plugin Test with functions",
"type": "string",
"read": true,
"write": false,
"def": "{xxx:'Ich bin ein Testplugin !'}"
},
"native": {}
}
]
}