diff --git a/fhem/CHANGED b/fhem/CHANGED index b17af501b..9cb2c2873 100644 --- a/fhem/CHANGED +++ b/fhem/CHANGED @@ -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. + - feature: 31_HUEDevice: added water reading for Xiaomi Aqara Water sensor - bugfix: 73_GardenaSmartBridge/Device fix Undefined subroutine &GardenaSmartDevice - change: 93_DbLog: Log output of recuceLogNbl & use of charFilter enhanced diff --git a/fhem/FHEM/31_HUEDevice.pm b/fhem/FHEM/31_HUEDevice.pm index daecc0617..d1fa46d9e 100644 --- a/fhem/FHEM/31_HUEDevice.pm +++ b/fhem/FHEM/31_HUEDevice.pm @@ -1267,6 +1267,7 @@ HUEDevice_Parse($$) $readings{voltage} = $state->{voltage} if( defined($state->{voltage}) ); $readings{current} = $state->{current} if( defined($state->{current}) ); $readings{consumption} = $state->{consumption} if( defined($state->{consumption}) ); + $readings{water} = $state->{water} if( defined($state->{water}) ); } if( scalar keys %readings ) {