2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-21 01:46:08 +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:
delmar 2019-11-15 08:45:12 +00:00
parent 8b127963c2
commit 70e18b319f

View File

@ -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;
} }