mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-01 20:20:10 +00:00
95_ShareMaster.pm: Bugfix
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@25956 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
bdcbfb6491
commit
8ced3906fd
@ -202,7 +202,21 @@ sub ShareMaster_Attr(@)
|
|||||||
return undef;
|
return undef;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#########################################################################################
|
||||||
|
#
|
||||||
|
# ShareMaster_Undefine
|
||||||
|
#
|
||||||
|
# Parameter hash = hash of device addressed
|
||||||
|
#
|
||||||
|
#########################################################################################
|
||||||
|
|
||||||
|
sub ShareMaster_Undefine($$){
|
||||||
|
my ($hash, $arg) = @_;
|
||||||
|
|
||||||
|
RemoveInternalTimer($hash);
|
||||||
|
|
||||||
|
return undef;
|
||||||
|
}
|
||||||
#########################################################################################
|
#########################################################################################
|
||||||
#
|
#
|
||||||
# ShareMaster_ClearReadings
|
# ShareMaster_ClearReadings
|
||||||
|
Loading…
x
Reference in New Issue
Block a user