2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 06:39:11 +00:00

95_ShareMaster.pm: Bugfix

git-svn-id: https://svn.fhem.de/fhem/trunk@25956 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
phenning 2022-04-14 08:03:23 +00:00
parent 57e9ff6455
commit f74e224e1a

View File

@ -202,7 +202,21 @@ sub ShareMaster_Attr(@)
return undef;
}
#########################################################################################
#
# ShareMaster_Undefine
#
# Parameter hash = hash of device addressed
#
#########################################################################################
sub ShareMaster_Undefine($$){
my ($hash, $arg) = @_;
RemoveInternalTimer($hash);
return undef;
}
#########################################################################################
#
# ShareMaster_ClearReadings