2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-03 16:56:54 +00:00

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 b897b959c3
commit f85319ea59

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