2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 12:49:34 +00:00

73_WaterCalculator.pm: notifydev definition corrected

git-svn-id: https://svn.fhem.de/fhem/trunk@16603 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
Sailor 2018-04-13 17:58:42 +00:00
parent 8fbf7a2d43
commit 11ece76d68

View File

@ -95,6 +95,7 @@ sub WaterCalculator_Define($$$)
$hash->{REGEXP} = $RegEx;
### Writing values to global hash
notifyRegexpChanged($hash, $RegEx);
$hash->{NAME} = $name;
$hash->{STATE} = "active";
$hash->{REGEXP} = $RegEx;