added the following clients to OWServer:

OWAD, OWCOUNT, OWMULTI, OWSWITCH, OWTHERM


git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@2932 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
tobiasfaust
2013-03-16 19:04:19 +00:00
parent 26fb32c9e9
commit a1d02d3f64

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";