diff --git a/config.schema.json b/config.schema.json index 35dfefa..b02a93c 100644 --- a/config.schema.json +++ b/config.schema.json @@ -140,8 +140,8 @@ } }, "valveDuration": { - "title": "Valve Shut-Off Time *", - "description": "Valve shut-off time in seconds (0 = no time limit)", + "title": "Valve Runtime *", + "description": "Valve auto shut-off time in seconds (3600 secs/1hr max - 0 = manual off)", "type": "integer", "maximum": 3600, "condition": { diff --git a/package-lock.json b/package-lock.json index 5a04ded..8cffea7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "homebridge-virtual-accessories", - "version": "1.2.2", + "version": "1.2.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "homebridge-virtual-accessories", - "version": "1.2.2", + "version": "1.2.3", "license": "Apache-2.0", "dependencies": { "@js-joda/core": "^5.6.3", diff --git a/package.json b/package.json index 4620c74..48732f2 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "homebridge-virtual-accessories", "displayName": "Virtual Accessories for Homebridge", "type": "module", - "version": "1.2.2", + "version": "1.2.3", "description": "Virtual HomeKit accessories for Homebridge.", "author": "justjam2013", "license": "Apache-2.0",