From eb780345c3b5937ddc92f2a207965d60ed12d24b Mon Sep 17 00:00:00 2001 From: borisneubert <> Date: Thu, 10 Jan 2013 19:47:56 +0000 Subject: [PATCH] added IODev attribute, duplicate line in doc fixed git-svn-id: https://svn.fhem.de/fhem/trunk@2467 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/11_OWDevice.pm | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/fhem/FHEM/11_OWDevice.pm b/fhem/FHEM/11_OWDevice.pm index f5ee50a1a..40f5e32d3 100644 --- a/fhem/FHEM/11_OWDevice.pm +++ b/fhem/FHEM/11_OWDevice.pm @@ -24,6 +24,7 @@ # Todos: # - stateFormat via Interface +# - warum wird jeder Wert 2x geloggt? package main; @@ -40,9 +41,9 @@ OWDevice_Initialize($) $hash->{GetFn} = "OWDevice_Get"; $hash->{SetFn} = "OWDevice_Set"; $hash->{DefFn} = "OWDevice_Define"; - $hash->{AttrFn} = "OWDevice_Attr"; + $hash->{AttrFn} = "OWDevice_Attr"; - $hash->{AttrList} = "trimvalues polls interfaces model loglevel:0,1,2,3,4,5 ". + $hash->{AttrList} = "IODev trimvalues polls interfaces model loglevel:0,1,2,3,4,5 ". $readingFnAttributes; } @@ -471,7 +472,6 @@ OWDevice_Define($$)
  • 2413 1-Wire Dual Channel Addressable Switch
  • 2405 Addressable Switch
  • 2406, 2407 - Dual Addressable Switch with 1kbit Memory
  • -
  • 2413 1-Wire Dual Channel Addressable Switch
  • 2408 1-Wire 8 Channel Addressable Switch
  • LCD 1-wire LCD controller by Louis Swart
  • @@ -552,6 +552,14 @@ OWDevice_Define($$) Attributes