From b14663c7da0504d919e70d617f177b1519249d22 Mon Sep 17 00:00:00 2001 From: icinger <> Date: Tue, 13 Sep 2016 04:02:03 +0000 Subject: [PATCH] 47_OBIS: Revomed >Set< and fixed a small Bug git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@12154 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- FHEM/47_OBIS.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FHEM/47_OBIS.pm b/FHEM/47_OBIS.pm index b67b0ea80..7f45a8b06 100644 --- a/FHEM/47_OBIS.pm +++ b/FHEM/47_OBIS.pm @@ -76,7 +76,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";