Skip to content

Commit

Permalink
Merge pull request #65 from justjam2013/change-valve-duration-ui-details
Browse files Browse the repository at this point in the history
Changed valve duration field label and description
  • Loading branch information
justjam2013 authored Dec 21, 2024
2 parents d08e207 + c5d6d7a commit 517f296
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 517f296

Please sign in to comment.