-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy path.homeychangelog.json
More file actions
41 lines (41 loc) · 1.47 KB
/
.homeychangelog.json
File metadata and controls
41 lines (41 loc) · 1.47 KB
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
{
"2.0.0": {
"en": "Update app to SDK3 to make it compatible to Homey Pro (Early '23)"
},
"2.1.0": {
"en": "Added possibility to add PIN codes along with the user mapping, and a maintenance button for sending them to the lock"
},
"2.1.1": {
"en": "Added polling interval for fetching the door lock status in case it is out of sync"
},
"2.1.2": {
"en": "Fixed default settings for triggering \"Someone unlocked the door\" flow cards"
},
"2.1.3": {
"en": "Set default polling interval for dor lock status to 60 minutes"
},
"2.2.0": {
"en": "Added action card for updating lock status, and removed polling"
},
"2.2.1": {
"en": "Improved pairing instructions and general information in the app"
},
"2.2.2": {
"en": "Fetch the Z-Wave version from the lock on startup, and remove the need for index mode setting"
},
"2.2.3": {
"en": "Fixed potential crash on startup"
},
"2.2.4": {
"en": "* Add button for syncing PIN codes on startup, if missing * Fetch the Z-Wave version from the lock on startup, and remove the index mode setting"
},
"2.3.0": {
"en": "* Added possibility to set the service PIN code * Improve Z-Wave version fetching, and only fetch it on the first startup * Add button for fetching Z-Wave version, in case the module has been replaced or upgraded"
},
"2.3.1": {
"en": "Fix: Z-Wave settings was not saved"
},
"2.3.2": {
"en": "Fix: Bug with checking if Z-Wave version is pre 1.6"
}
}