70_ONKYO_AVR: correct widget for volumeMax

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@14399 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
jpawlowski 2017-05-28 10:33:19 +00:00
parent a1326e6683
commit fea8291bfc
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ sub ONKYO_AVR_Initialize($) {
do_not_notify:1,0
disabledForIntervals
volumeSteps:1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20
volumeMax:uzsu,slider,0,1,100
volumeMax:slider,0,1,100
inputs
disable:0,1
model

View File

@ -25,7 +25,7 @@ sub ONKYO_AVR_ZONE_Initialize($) {
$hash->{AttrList} =
"IODev disable:0,1 disabledForIntervals do_not_notify:1,0 "
. "volumeSteps:1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20 volumeMax:uzsu,slider,0,1,100 inputs wakeupCmd:textField "
. "volumeSteps:1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20 volumeMax:slider,0,1,100 inputs wakeupCmd:textField "
. $readingFnAttributes;
$data{RC_layout}{ONKYO_AVR_ZONE_SVG} = "ONKYO_AVR_ZONE_RClayout_SVG";