Skip to content

Commit

Permalink
Bump version to v0.9.2
Browse files Browse the repository at this point in the history
Changelog: Update learn instructions for SCS 317
  • Loading branch information
hank committed Aug 15, 2022
1 parent f75d406 commit cb62ffe
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .homeychangelog.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,5 +103,8 @@
},
"0.9.1": {
"en": "Bugfix"
},
"0.9.2": {
"en": "Update learn instructions for SCS 317"
}
}
2 changes: 1 addition & 1 deletion .homeycompose/app.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "com.horstmann",
"version": "0.9.1",
"version": "0.9.2",
"compatibility": ">=5.0.0",
"sdk": 3,
"name": {
Expand Down
4 changes: 2 additions & 2 deletions app.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"_comment": "This file is generated. Please edit .homeycompose/app.json instead.",
"id": "com.horstmann",
"version": "0.9.1",
"version": "0.9.2",
"compatibility": ">=5.0.0",
"sdk": 3,
"name": {
Expand Down Expand Up @@ -114,7 +114,7 @@
"learnmode": {
"image": "/drivers/scs317/assets/images/icon.svg",
"instruction": {
"en": "2 x Enter to start menu;\nUse right arrow key and open menu 'Setup'\nUse right arrow key and open menu 'Set up Z-Wave'\nUse right arrow key and select 'Learn'"
"en": "2 x Enter to start menu;\nUse right arrow key and open menu 'Setup'\nUse right arrow key and open menu 'Set up Z-Wave'\nUse right arrow key and select 'Learn'\nEnsure it says 'Network data received'\nAfter that, set the unit to learn mode again."
}
}
}
Expand Down

0 comments on commit cb62ffe

Please sign in to comment.