mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 06:39:11 +00:00
70_ONKYO_AVR: 'model' Reading not written correctly
git-svn-id: https://svn.fhem.de/fhem/trunk@18569 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
7976ad22b4
commit
7c330b94ac
@ -1,5 +1,6 @@
|
||||
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide.
|
||||
# Do not insert empty lines here, update check depends on it.
|
||||
- bugfix: 70_ONKYO_AVR: model Reading not written correctly
|
||||
- feature: 93_DbRep: executeBeforeProc / executeAfterProc is now available
|
||||
for sqlCmd,sumValue, maxValue, minValue, diffValue,
|
||||
averageValue
|
||||
|
@ -1849,8 +1849,8 @@ sub ONKYO_AVR_Read2($$$) {
|
||||
|| $attr{$name}{model} ne
|
||||
$hash->{helper}{receiver}{device}{$reading} )
|
||||
{
|
||||
$attr{$name}{model} =
|
||||
$hash->{helper}{receiver}{device}{$reading};
|
||||
readingsBulkUpdate( $hash, $reading,
|
||||
$hash->{helper}{receiver}{device}{$reading} );
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user