mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
73_GasCalculator.pm: NotifyDev trigger fixed: notifyRegexpChanged
git-svn-id: https://svn.fhem.de/fhem/trunk@21327 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
92f91d97ae
commit
559965b64c
@ -126,10 +126,12 @@ sub GasCalculator_Define($$$)
|
|||||||
$hash->{system}{DecimalPlace} = "%.3f";
|
$hash->{system}{DecimalPlace} = "%.3f";
|
||||||
}
|
}
|
||||||
|
|
||||||
### Defining notify trigger
|
### For debugging purpose only
|
||||||
$hash->{NOTIFYDEV} = $RegEx;
|
Log3 $name, 5, $name. " : GasCalculator - RegEx : " . $RegEx;
|
||||||
|
|
||||||
|
|
||||||
|
### Defining notify trigger
|
||||||
|
notifyRegexpChanged($hash, $RegEx);
|
||||||
|
|
||||||
### Writing log entry
|
### Writing log entry
|
||||||
Log3 $name, 5, $name. " : GasCalculator - Starting to define module";
|
Log3 $name, 5, $name. " : GasCalculator - Starting to define module";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user