Skip to content

Commit

Permalink
Version 1.3.22
Browse files Browse the repository at this point in the history
  • Loading branch information
dxdc committed Jul 4, 2020
1 parent 5460e5a commit 5b89894
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 20 deletions.
21 changes: 4 additions & 17 deletions config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,7 @@
"type": "string",
"placeholder": "POST",
"typeahead": {
"source": [
"GET",
"POST",
"PUT"
]
"source": ["GET", "POST", "PUT"]
}
},
"headers": {
Expand Down Expand Up @@ -235,10 +231,7 @@
"description": "<i>for failed HTTP requests</i>",
"type": "fieldset",
"expandable": true,
"items": [
"max_http_attempts",
"retry_delay"
]
"items": ["max_http_attempts", "retry_delay"]
}
]
}
Expand Down Expand Up @@ -346,10 +339,7 @@
"description": "<i>Calibrate blind movement times</i>",
"type": "fieldset",
"expandable": true,
"items": [
"motion_time",
"response_lag"
]
"items": ["motion_time", "response_lag"]
},
{
"type": "fieldset",
Expand Down Expand Up @@ -380,10 +370,7 @@
"title": "Additional Options",
"type": "fieldset",
"expandable": true,
"items": [
"verbose",
"unique_serial"
]
"items": ["verbose", "unique_serial"]
}
]
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "homebridge-blinds",
"version": "1.3.21",
"version": "1.3.22",
"description": "A homebridge plugin to control my blinds",
"main": "index.js",
"scripts": {
"format": "prettier --write *.js",
"format": "prettier --write config.schema.json *.js",
"lint": "eslint *.js",
"test": "echo \"Error: no test specified\" && exit"
},
Expand Down Expand Up @@ -39,7 +39,7 @@
"selfsigned": "^1.10.7"
},
"devDependencies": {
"eslint": "^7.3.1",
"eslint": "^7.4.0",
"prettier": "^2.0.5",
"rimraf": "^3.0.2"
}
Expand Down

0 comments on commit 5b89894

Please sign in to comment.