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 3835fd37d5
commit 953b221fb8

View File

@@ -38,7 +38,6 @@ sub ONKYO_AVR_Initialize($) {
volumeMax:slider,0,1,100
inputs
disable:0,1
model
wakeupCmd:textField
connectionCheck:off,30,45,60,75,90,105,120
timeout:1,2,3,4,5
@@ -158,6 +157,7 @@ sub ONKYO_AVR_Define($$$) {
);
}
return undef;
}
@@ -1423,6 +1423,8 @@ sub ONKYO_AVR_Read($) {
}
}
readingsDelete( $hash, 'model' );
return;
}