From 5b89894497a1046905df69b9e3bc9c454c0f559c Mon Sep 17 00:00:00 2001 From: dxdc Date: Sat, 4 Jul 2020 10:12:52 -0500 Subject: [PATCH] Version 1.3.22 --- config.schema.json | 21 ++++----------------- package.json | 6 +++--- 2 files changed, 7 insertions(+), 20 deletions(-) diff --git a/config.schema.json b/config.schema.json index 04bf9be..f10414f 100644 --- a/config.schema.json +++ b/config.schema.json @@ -94,11 +94,7 @@ "type": "string", "placeholder": "POST", "typeahead": { - "source": [ - "GET", - "POST", - "PUT" - ] + "source": ["GET", "POST", "PUT"] } }, "headers": { @@ -235,10 +231,7 @@ "description": "for failed HTTP requests", "type": "fieldset", "expandable": true, - "items": [ - "max_http_attempts", - "retry_delay" - ] + "items": ["max_http_attempts", "retry_delay"] } ] } @@ -346,10 +339,7 @@ "description": "Calibrate blind movement times", "type": "fieldset", "expandable": true, - "items": [ - "motion_time", - "response_lag" - ] + "items": ["motion_time", "response_lag"] }, { "type": "fieldset", @@ -380,10 +370,7 @@ "title": "Additional Options", "type": "fieldset", "expandable": true, - "items": [ - "verbose", - "unique_serial" - ] + "items": ["verbose", "unique_serial"] } ] } diff --git a/package.json b/package.json index 1e06525..cf74a53 100644 --- a/package.json +++ b/package.json @@ -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" }, @@ -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" }