Skip to content

Commit

Permalink
Enabled min max volume in config-ui
Browse files Browse the repository at this point in the history
  • Loading branch information
rooi committed Apr 13, 2020
1 parent b3850e5 commit ff20ef2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
},
"maxVolume": {
"title": "Maximum Volume",
"type": "float",
"default": -20.0,
"type": "integer",
"default": -20,
"required": true
},
"minVolume": {
"title": "Minimum Volume",
"type": "float",
"default": -79.0,
"type": "integer",
"default": -79,
"required": true
}
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "homebridge-marantz-rs232",
"version": "0.2.1",
"version": "0.2.2",
"description": "Marantz rs232 receiver plugin for homebridge: https://github.com/nfarina/homebridge",
"license": "ISC",
"keywords": [
Expand Down

0 comments on commit ff20ef2

Please sign in to comment.