2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-03 16:56:54 +00:00

70_HYDRAWISE.pm: controlling Hydrawise irrigation

git-svn-id: https://svn.fhem.de/fhem/trunk@22197 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
xasher 2020-06-19 04:58:48 +00:00
parent 8093d0c5f3
commit c269c9640b

View File

@ -777,6 +777,10 @@ sub HYDRAWISE_ReadingsBulkUpdateIfChanged {
readingsBeginUpdate ($hash);
readingsBulkUpdate( $hash, $reading, $value);
readingsEndUpdate($hash, 1);
}else{
readingsBeginUpdate ($hash);
readingsDelete( $hash, $reading );
readingsEndUpdate($hash, 1);
}
return;
}