mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-16 04:36:02 +00:00
deleting set functions, as their no set commands available
git-svn-id: https://svn.fhem.de/fhem/trunk@2093 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
e7cf769ddd
commit
9afd02ba1f
@ -26,7 +26,6 @@ FB_CALLMONITOR_Initialize($)
|
||||
require "$attr{global}{modpath}/FHEM/DevIo.pm";
|
||||
|
||||
# Provider
|
||||
$hash->{SetFn} = "FB_CALLMONITOR_Set";
|
||||
$hash->{ReadFn} = "FB_CALLMONITOR_Read";
|
||||
$hash->{ReadyFn} = "FB_CALLMONITOR_Ready";
|
||||
$hash->{DefFn} = "FB_CALLMONITOR_Define";
|
||||
@ -73,18 +72,6 @@ FB_CALLMONITOR_Undef($$)
|
||||
|
||||
|
||||
|
||||
#####################################
|
||||
# Nothing can be set
|
||||
sub
|
||||
FB_CALLMONITOR_Set($@)
|
||||
{
|
||||
my ($hash, @a) = @_;
|
||||
|
||||
|
||||
return "Set command is not supported by this module";
|
||||
}
|
||||
|
||||
|
||||
#####################################
|
||||
# No get commands possible, as we just receive the events from the FritzBox.
|
||||
sub
|
||||
|
Loading…
x
Reference in New Issue
Block a user