deleting Get-Fn definition, as no Get function exists

git-svn-id: https://svn.fhem.de/fhem/trunk@2725 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
markusbloch
2013-02-14 19:31:23 +00:00
parent ddb49ff4d5
commit 1021da0b73

View File

@@ -47,7 +47,6 @@ PRESENCE_Initialize($)
# Provider
$hash->{ReadFn} = "PRESENCE_Read";
$hash->{ReadyFn} = "PRESENCE_Ready";
$hash->{GetFn} = "PRESENCE_Get";
$hash->{SetFn} = "PRESENCE_Set";
$hash->{DefFn} = "PRESENCE_Define";
$hash->{UndefFn} = "PRESENCE_Undef";