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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user