Merge pull request #8 from Ranlvor/patch-3

Config: Correct onkyo volume slider range
This commit is contained in:
uwap 2017-10-31 21:24:49 +01:00 committed by GitHub
commit 9e33bfe130
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -262,7 +262,7 @@ const config : Config = {
text: "Volume", text: "Volume",
topic: "onkyo_volume", topic: "onkyo_volume",
min: 0, min: 0,
max: 100, max: 50,
icon: "volume_up" icon: "volume_up"
}, },
{ {