added the following clients to OWServer:

OWAD, OWCOUNT, OWMULTI, OWSWITCH, OWTHERM


git-svn-id: https://svn.fhem.de/fhem/trunk@2932 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
tobiasfaust
2013-03-16 19:04:19 +00:00
parent 3915a2cc11
commit 8eb0858c0b

View File

@@ -102,7 +102,7 @@ OWServer_Initialize($)
$hash->{ReadFn} = "OWServer_Read";
$hash->{DirFn} = "OWServer_Dir";
$hash->{FindFn} = "OWServer_Find";
$hash->{Clients} = ":OWDevice:";
$hash->{Clients} = ":OWDevice:OWAD:OWCOUNT:OWMULTI:OWSWITCH:OWTHERM:";
# Consumer
$hash->{DefFn} = "OWServer_Define";