47_OBIS: removed that set again :/

git-svn-id: https://svn.fhem.de/fhem/trunk@11434 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
icinger
2016-05-13 17:43:59 +00:00
parent 79fbbb508b
commit 4cd35953d8

View File

@@ -70,7 +70,7 @@ sub OBIS_Initialize($)
$hash->{ReadyFn} = "OBIS_Ready";
$hash->{DefFn} = "OBIS_Define";
$hash->{ParseFn} = "OBIS_Parse";
$hash->{SetFn} = "OBIS_Set";
# $hash->{SetFn} = "OBIS_Set";
$hash->{UndefFn} = "OBIS_Undef";
$hash->{AttrFn} = "OBIS_Attr";