mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 06:39:11 +00:00
70_HYDRAWISE.pm: controlling Hydrawise irrigation
git-svn-id: https://svn.fhem.de/fhem/trunk@22838 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
8ea1447a28
commit
0bc2bf4464
@ -786,12 +786,12 @@ sub HYDRAWISE_ReadingsBulkUpdateIfChanged {
|
||||
readingsBulkUpdate( $hash, $reading, "idle");
|
||||
readingsEndUpdate($hash, 1);
|
||||
}
|
||||
# else if ($reading =~ m/_run_minutes$/)
|
||||
# {
|
||||
# readingsBeginUpdate ($hash);
|
||||
# readingsBulkUpdate( $hash, $reading, "none");
|
||||
# readingsEndUpdate($hash, 1);
|
||||
# }
|
||||
elsif ($reading =~ m/_run_minutes$/)
|
||||
{
|
||||
readingsBeginUpdate ($hash);
|
||||
readingsBulkUpdate( $hash, $reading, "none");
|
||||
readingsEndUpdate($hash, 1);
|
||||
}
|
||||
else
|
||||
{
|
||||
readingsBeginUpdate ($hash);
|
||||
|
Loading…
Reference in New Issue
Block a user