-
Notifications
You must be signed in to change notification settings - Fork 1
/
.homeychangelog.json
89 lines (89 loc) · 2.36 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
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
{
"1.0.0": {
"en": "Initial release"
},
"1.1.0": {
"en": "Support for multiple Remootio devices. Trigger card 'Left open'"
},
"1.1.1": {
"en": "Bugfix. Added hardware information section in device settings"
},
"1.1.2": {
"en": "Moved trigger 'Left Open' into the device itself"
},
"1.2.0": {
"en": "Added auto reconnect every 'x' minutes (when not connected). Flow card 'Left Open' limited to this app only"
},
"1.2.1": {
"en": "Fixed auto reconnect. Max reconnect retries changed to 3"
},
"1.2.2": {
"en": "Bugfixes. Better error messages when device is unreachable"
},
"1.2.3": {
"en": "Dependency updates"
},
"1.2.4": {
"en": "Bugfix: Gate status could be fooled / confused"
},
"1.3.0": {
"en": "If device is offline longer than (maxReconnectAttempts * autoreconnectMinutes) it will try to reconnect every hour"
},
"1.3.1": {
"en": "Bugfix"
},
"1.3.2": {
"en": "Dependency updates"
},
"1.4.0": {
"en": "Added possibility to control 'gate impulse control' aswell as 'free relay output' (two new drivers)"
},
"1.4.1": {
"en": "Added flows for the new drivers. Added repair functionallity"
},
"1.4.2": {
"en": "Bugfix"
},
"1.4.3": {
"en": "Bugfix: Autoreconnect function could in some cases fire after device had been reconnected, disconnected or removed"
},
"1.4.4": {
"en": "Dependency updates. Garagedoor capability bugfix. More logging"
},
"1.4.5": {
"en": "Minor fixes. Dependency updates."
},
"1.4.6": {
"en": "Dependency updates"
},
"1.5.0": {
"en": "Added possibility to manually add device to also support Remootio3 FW >= 2.40. Dependency updates"
},
"1.5.1": {
"en": "Minimized footprint"
},
"1.5.2": {
"en": "Dependency updates"
},
"1.6.0": {
"en": "Added driver 'Remootio Device API' which uses Remootio's Device API instead of WebSocket API. Read the readme to see differences and limitations"
},
"1.6.1": {
"en": "Dependency updates"
},
"1.6.2": {
"en": "Dependency updates"
},
"1.7.0": {
"en": "Added automatic status query for Remootio Device API driver. Added action cards 'Close if open' and 'Open if closed' for Remootio Device API driver"
},
"1.7.1": {
"en": "Dependency updates"
},
"1.7.2": {
"en": "Dependency updates"
},
"1.7.3": {
"en": "Dependency updates"
}
}