-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.homeychangelog.json
203 lines (203 loc) · 5.28 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
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
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
{
"0.0.1": {
"en": "First release"
},
"0.0.2": {
"en": "Better error handling for the bus if no settings defined. Added support for multisensors"
},
"0.0.3": {
"en": "Added support for temperature sensors. Fixed bug when more than one unit available for pairing."
},
"0.0.4": {
"en": "Extended the app description"
},
"0.0.5": {
"en": "Added error check for settings input"
},
"0.0.6": {
"en": "Better support for multisensors, more robust update of initial status on loading of devices"
},
"0.0.7": {
"en": "Fixed bug in multisensor. Added framework for future recurring refresh."
},
"0.0.8": {
"en": "Updated smart-bus library. Better parsing of broadcasted updates for relays and switches on the bus."
},
"0.0.9": {
"en": "Status update for relays and dimmers every minute. Changed icons"
},
"0.1.0": {
"en": "Added support for the app to have an ID in the HDL smartbus subnet"
},
"0.1.1": {
"en": "Recurring updates of tempsensors and multisensors."
},
"0.1.2": {
"en": "Support for more dimmers and sensors"
},
"0.1.3": {
"en": "Bugfixing and code refactoring"
},
"0.2.0": {
"en": "Upgrading smart-bus library"
},
"0.2.1": {
"en": "Adding lux support to multisensors if available"
},
"0.2.2": {
"en": "Adding support for universal switches"
},
"0.2.3": {
"en": "Bugfixing support for universal switches"
},
"0.2.4": {
"en": "Adding support for DMX devices as relays"
},
"0.2.5": {
"en": "Adding more DMX devices"
},
"0.2.6": {
"en": "Adding even more DMX devices"
},
"0.2.7": {
"en": "Moving DMX devices from relays to dimmers. Adding US feedback on bus"
},
"0.2.8": {
"en": "Responding to all devices on subnet if Universal Switch change detected"
},
"0.3.0": {
"en": "Updated the Homey Api"
},
"0.3.1": {
"en": "Maintenance release (dependencies)"
},
"0.3.2": {
"en": "Added DALI support"
},
"0.3.3": {
"en": "Maintenance release (dependencies)"
},
"0.3.4": {
"en": "Adding support for SB-DN-6B0-10v"
},
"0.4.0": {
"en": "Switching to SDK 3"
},
"0.4.1": {
"en": "Bugfixes after switching to SDK 3"
},
"0.4.2": {
"en": "Updated icons to match new look in SDK 3"
},
"0.4.3": {
"en": "Bugfixes for SDK 3 compatibility"
},
"0.4.4": {
"en": "Adding support for 6ch I/O Module (MSC06.432)"
},
"0.5.0": {
"en": "Better handling of Universal Switches"
},
"0.6.0": {
"en": "Floor Heater Module by Martin Horák"
},
"0.6.1": {
"en": "Bugfix in Floor Heater Module by Martin Horák"
},
"0.6.2": {
"en": "Curtain Module by Martin Horák"
},
"0.6.3": {
"en": "Trying to catch a crash when receiving bad signals from the bus"
},
"0.6.4": {
"en": "Better error handling for recieved signals"
},
"0.7.0": {
"en": "Adding drycontacts for movement sensors and better handling of movement signals"
},
"0.7.1": {
"en": "Refactoring and bugfixing"
},
"0.7.2": {
"en": "Fixed bug on the temperature sensor"
},
"0.7.3": {
"en": "Added more dimmers and floorheaters, updated dependencies"
},
"0.8.0": {
"en": "Changed how signals received are handled under the hood (improved performance in noisy installations)"
},
"0.8.1": {
"en": "Fixed bug that would prevent universal switches from updating"
},
"0.8.2": {
"en": "Fixed bug that made app crash on some unknown devices"
},
"0.8.3": {
"en": "Improved handling of incoming signals and refactoring code"
},
"0.9.0": {
"en": "Background changes: switched to Homey Compose"
},
"0.9.1": {
"en": "Flow triggers for multisensor drycontacts"
},
"0.9.2": {
"en": "Humidity multisensor capability by Ole Jacob Nordahl"
},
"0.9.3": {
"en": "Custom capabilities for dry contacts on multisensors"
},
"0.9.4": {
"en": "Mutlisensors with main capabilities set for either for Humidity and Motion"
},
"1.0.0": {
"en": "Fixed bug in floorheters and UV Switches. Added possibility to exclude motion from multisensors"
},
"1.0.1": {
"en": "Fixed bug in exclude motion from multisensors"
},
"1.0.2": {
"en": "Accepting broadcasts on the 255 subnet"
},
"1.0.3": {
"en": "Range check on values and fixing pairing bug for floorheaters"
},
"1.0.4": {
"en": "Fixed bug in updaing level of dimmers from bus"
},
"1.0.5": {
"en": "Refactoring value checks and fixed ug in multisensor lux, temperature and movement"
},
"1.0.6": {
"en": "Adding support for MSP02.4C motion and lux-sensors"
},
"1.0.7": {
"en": "Refactoring code to improve performance and future proofing"
},
"1.0.8": {
"en": "Reverting back curtain driver after previous bugfix"
},
"1.0.9": {
"en": "Adding DLP Panels as temperature sensors"
},
"1.1.0": {
"en": "Dimming durations on flows (gradually turning on dimmers over x seconds)"
},
"1.1.1": {
"en": "Adding more curtain controllers by Martin Horák"
},
"1.1.2": {
"en": "New device file and added several dimmers"
},
"1.2.0": {
"en": "More temperature sensors, Zone support for DALI and the granite touch panel"
},
"1.2.1": {
"en": "More relays added"
},
"1.2.2": {
"en": "Added a panel and some relays, and removed donate function"
}
}