mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-20 19:36:02 +00:00
70_ONKYO_AVR: further cleaning of model
git-svn-id: https://svn.fhem.de/fhem/trunk@20512 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
8b127963c2
commit
70e18b319f
@ -38,7 +38,6 @@ sub ONKYO_AVR_Initialize($) {
|
|||||||
volumeMax:slider,0,1,100
|
volumeMax:slider,0,1,100
|
||||||
inputs
|
inputs
|
||||||
disable:0,1
|
disable:0,1
|
||||||
model
|
|
||||||
wakeupCmd:textField
|
wakeupCmd:textField
|
||||||
connectionCheck:off,30,45,60,75,90,105,120
|
connectionCheck:off,30,45,60,75,90,105,120
|
||||||
timeout:1,2,3,4,5
|
timeout:1,2,3,4,5
|
||||||
@ -158,6 +157,7 @@ sub ONKYO_AVR_Define($$$) {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
return undef;
|
return undef;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1423,6 +1423,8 @@ sub ONKYO_AVR_Read($) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
readingsDelete( $hash, 'model' );
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user