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

73_WaterCalculator.pm: NotifyDev trigger fixed: notifyRegexpChanged

git-svn-id: https://svn.fhem.de/fhem/trunk@21328 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
Sailor 2020-03-01 18:07:24 +00:00
parent 559965b64c
commit 8b08fd3b06

View File

@ -122,8 +122,11 @@ sub WaterCalculator_Define($$$)
$hash->{system}{DecimalPlace} = "%.3f";
}
### For debugging purpose only
Log3 $name, 5, $name. " : GasCalculator - RegEx : " . $RegEx;
### Defining notify trigger
$hash->{NOTIFYDEV} = $RegEx;
notifyRegexpChanged($hash, $RegEx);
### Writing log entry
Log3 $name, 5, $name. " : WaterCalculator - Starting to define module";