Config: Correct onkyo volume slider range
This commit is contained in:
parent
bef07649d0
commit
95b2730df7
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue