Skip to content

Commit

Permalink
Merge pull request #19 from ralfvd/code-cleanup
Browse files Browse the repository at this point in the history
Bug-fix and initial code cleanup
  • Loading branch information
ralfvd authored Dec 7, 2018
2 parents 398a6b8 + dbc1c0c commit 96a7b41
Show file tree
Hide file tree
Showing 9 changed files with 74 additions and 359 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
SDK2

### Homey CountDown timer
This is a CountDown timer which you can use to initiate flows.

Expand Down Expand Up @@ -79,6 +77,7 @@ If you like the app, consider a donation to support development

### Changelog

- V2.0.1 2018-12-07 : Bugfix for one trigger card
- V2.0.0 2018-12-07 : SDK2 enabled
- V1.2.5 2018-03-18 : Bugfix adjust timer
- V1.2.4 2018-03-17 : Revert part of input validation, bug in action and conditions cards
Expand Down
15 changes: 8 additions & 7 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": {
"en": "CountDown"
},
"version": "2.0.0",
"version": "2.0.1",
"compatibility": ">=1.5.0",
"sdk": 2,
"description": {
Expand Down Expand Up @@ -115,17 +115,18 @@
"en": "Timer value has changed",
"nl": "Zandloper waarde is veranderd"
},
"tokens": [
"token": [
{
"name": "variable",
"type": "string",
"title": {
"en": "name timer",
"nl": "naam zandloper"
}
},
{
"name": "value",
"type": "number",
"type": "string",
"title": {
"en": "value",
"nl": "waarde"
Expand Down Expand Up @@ -257,7 +258,7 @@
},
{
"name": "value",
"type": "text",
"type": "number",
"placeholder": {
"en": "seconds",
"nl": "seconden"
Expand All @@ -282,15 +283,15 @@
},
{
"name": "valuemin",
"type": "text",
"type": "number",
"placeholder": {
"en": "min. seconds",
"nl": "min. seconden"
}
},
{
"name": "valuemax",
"type": "text",
"type": "number",
"placeholder": {
"en": "max. seconds",
"nl": "max. seconden"
Expand All @@ -315,7 +316,7 @@
},
{
"name": "value",
"type": "text",
"type": "number",
"placeholder": {
"en": "seconds",
"nl": "seconden"
Expand Down
121 changes: 0 additions & 121 deletions lib/flow/actions.js

This file was deleted.

53 changes: 0 additions & 53 deletions lib/flow/conditions.js

This file was deleted.

Loading

0 comments on commit 96a7b41

Please sign in to comment.