From ff80e0996bea2c03a3a4e897cd41b14d0c5f0690 Mon Sep 17 00:00:00 2001 From: markusbloch Date: Wed, 7 Nov 2012 22:05:50 +0000 Subject: [PATCH] deleting set functions, as their no set commands available git-svn-id: https://svn.fhem.de/fhem/trunk@2093 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/72_FB_CALLMONITOR.pm | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/fhem/FHEM/72_FB_CALLMONITOR.pm b/fhem/FHEM/72_FB_CALLMONITOR.pm index b4f79b4ad..dadd54686 100755 --- a/fhem/FHEM/72_FB_CALLMONITOR.pm +++ b/fhem/FHEM/72_FB_CALLMONITOR.pm @@ -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