mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 06:39:11 +00:00
98_PID20.pm: add NOTIFYDEV
git-svn-id: https://svn.fhem.de/fhem/trunk@29516 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
9c8f3b0d98
commit
b0cd013684
@ -95,6 +95,8 @@
|
|||||||
#
|
#
|
||||||
# 2024-12-20 1.0.0.11 - add some patches for better startup (thx to Beta-User)
|
# 2024-12-20 1.0.0.11 - add some patches for better startup (thx to Beta-User)
|
||||||
#
|
#
|
||||||
|
# 2025-01-12 1.0.0.12 - add NOTIFYDEV
|
||||||
|
#
|
||||||
####################################################################################################
|
####################################################################################################
|
||||||
=cut
|
=cut
|
||||||
|
|
||||||
@ -107,7 +109,7 @@ use vars qw(%defs);
|
|||||||
use vars qw($readingFnAttributes);
|
use vars qw($readingFnAttributes);
|
||||||
use vars qw(%modules);
|
use vars qw(%modules);
|
||||||
|
|
||||||
my $PID20_Version = "1.0.0.11";
|
my $PID20_Version = "1.0.0.12";
|
||||||
sub PID20_Calc($);
|
sub PID20_Calc($);
|
||||||
########################################
|
########################################
|
||||||
sub PID20_Log($$$)
|
sub PID20_Log($$$)
|
||||||
|
Loading…
Reference in New Issue
Block a user