mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 12:49:34 +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");
|
readingsBulkUpdate( $hash, $reading, "idle");
|
||||||
readingsEndUpdate($hash, 1);
|
readingsEndUpdate($hash, 1);
|
||||||
}
|
}
|
||||||
# else if ($reading =~ m/_run_minutes$/)
|
elsif ($reading =~ m/_run_minutes$/)
|
||||||
# {
|
{
|
||||||
# readingsBeginUpdate ($hash);
|
readingsBeginUpdate ($hash);
|
||||||
# readingsBulkUpdate( $hash, $reading, "none");
|
readingsBulkUpdate( $hash, $reading, "none");
|
||||||
# readingsEndUpdate($hash, 1);
|
readingsEndUpdate($hash, 1);
|
||||||
# }
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
readingsBeginUpdate ($hash);
|
readingsBeginUpdate ($hash);
|
||||||
|
Loading…
Reference in New Issue
Block a user