forked from baerengraben/ioBroker.swiss-weather-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathio-package.json
104 lines (104 loc) · 3.95 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
{
"common": {
"name": "swiss-weather-api",
"version": "1.0.5",
"news": {
"1.0.5": {
"en": "Fixing https://github.com/baerengraben/ioBroker.swiss-weather-api/issues/81, https://github.com/baerengraben/ioBroker.swiss-weather-api/issues/76 and https://github.com/baerengraben/ioBroker.swiss-weather-api/issues/75"
},
"1.0.4": {
"en": "Fixing https://github.com/baerengraben/ioBroker.swiss-weather-api/issues/82 and https://github.com/baerengraben/ioBroker.swiss-weather-api/issues/85"
},
"1.0.3": {
"en": "Fixing https://github.com/baerengraben/ioBroker.swiss-weather-api/issues/67, https://github.com/baerengraben/ioBroker.swiss-weather-api/issues/66 and https://github.com/baerengraben/ioBroker.swiss-weather-api/issues/52"
},
"1.0.2": {
"en": "Fixing https://github.com/baerengraben/ioBroker.swiss-weather-api/issues/51 and https://github.com/baerengraben/ioBroker.swiss-weather-api/issues/53"
},
"1.0.1": {
"en": "Fixing https://github.com/baerengraben/ioBroker.swiss-weather-api/issues/57\nThis change makes it necessary to regenerate IDs. So, to install version 1.0.1, the currently running adapter instance must be completely removed and replaced with a new instance."
},
"1.0.0": {
"en": "Bugfix https://github.com/baerengraben/ioBroker.swiss-weather-api/issues/64"
}
},
"title": "Swiss Weather API (SRF Weather)",
"titleLang": {
"en": "Swiss Weather API (SRF Weather)",
"de": "Schweizer Wetter API (SRF Weather)",
"ru": "Swiss Weather API (SRF Weather)",
"pt": "API do clima suíço (SRF Weather)",
"nl": "Swiss Weather API (SRF Weather)",
"fr": "API Météo Suisse (SRF Weather)",
"it": "API meteorologica svizzera (SRF Weather)",
"es": "API meteorológica suiza (SRF Weather)",
"pl": "Szwajcarski interfejs API pogody (SRF Weather)",
"zh-cn": "瑞士天气API(SRF Weather)"
},
"desc": {
"en": "Connects to SRF Weather API (https://developer.srgssr.ch/apis/srf-weather)",
"de": "Stellt eine Verbindung zur SRF-Wetter-API her (https://developer.srgssr.ch/apis/srf-weather)",
"ru": "Подключается к SRF Weather API (https://developer.srgssr.ch/apis/srf-weather)",
"pt": "Conecta-se à SRF Weather API (https://developer.srgssr.ch/apis/srf-weather)",
"nl": "Maakt verbinding met SRF Weather API (https://developer.srgssr.ch/apis/srf-weather)",
"fr": "Se connecte à l'API Météo SRF (https://developer.srgssr.ch/apis/srf-weather)",
"it": "Si collega all'API Weather SRF (https://developer.srgssr.ch/apis/srf-weather)",
"es": "Se conecta a la API meteorológica de SRF (https://developer.srgssr.ch/apis/srf-weather)",
"pl": "Łączy się z SRF Weather API (https://developer.srgssr.ch/apis/srf-weather)",
"zh-cn": "连接到SRF Weather API(https://developer.srgssr.ch/apis/srf-weather)"
},
"authors": [
"baerengraben <[email protected]>"
],
"keywords": [
"SRG-SSR",
"Weather API",
"SRF Weather"
],
"license": "MIT",
"platform": "Javascript/Node.js",
"icon": "swiss-weather-api.png",
"enabled": true,
"extIcon": "https://raw.githubusercontent.com/baerengraben/ioBroker.swiss-weather-api/master/admin/swiss-weather-api.png",
"readme": "https://github.com/baerengraben/ioBroker.swiss-weather-api/blob/master/README.md",
"loglevel": "info",
"mode": "daemon",
"type": "weather",
"connectionType": "cloud",
"dataSource": "poll",
"compact": true,
"materializeTab": true,
"materialize": true,
"dependencies": [
{
"js-controller": ">=3.0.0"
}
]
},
"native": {
"App_Name": "",
"ConsumerKey": "",
"ConsumerSecret": "",
"Latitude": "",
"Longitude": "",
"PollInterval": "60"
},
"objects": [],
"instanceObjects": [
{
"_id": "info.connection",
"type": "state",
"common": {
"name": "SRF Weather connected",
"type": "boolean",
"role": "indicator.connected",
"read": true,
"write": true,
"def": false,
"desc": "Is SRF Weather connected?"
},
"native": {
}
}
]
}