-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
.homeychangelog.json
44 lines (44 loc) · 1.19 KB
/
.homeychangelog.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
{
"0.2.6": {
"en": "Variables, Weather API, Self-profiling metrics"
},
"0.2.7": {
"en": "Increased timeout on device change"
},
"0.2.8": {
"en": "Added device class to device labels"
},
"0.2.9": {
"en": "Fixed a bug with older Homey firmware due to using too modern JavaScript syntax"
},
"0.2.10": {
"en": "Fixed a minor issue with incorrect real time reported due to clock skew"
},
"0.3.0": {
"en": "Added labels for driver app and ID. Fixed a bug with null variable values."
},
"0.3.1": {
"en": "Minor optimizations and stability improvement"
},
"0.3.2": {
"en": "Slight reduction of polling interval for storage, since it seems to cause poblems with some Homeys"
},
"0.3.3": {
"en": "Update storage info less frequently to use less resources for some users"
},
"0.4.0": {
"en": "Upgraded metadata to support Homey v3 API"
},
"0.4.1": {
"en": "Fixed issue with conflicting metrics"
},
"0.5.0": {
"en": "Homey API v3 support, some bug fixes"
},
"1.0.0": {
"en": "Support for Homey Pro, stability improvements and bug fixes"
},
"1.0.1": {
"en": "Support for Homey Pro, stability improvements and bug fixes"
}
}