mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-30 12:07:09 +00:00
feature: OWServer/OWDevice: new device EDS00XX (forum #37453)
git-svn-id: https://svn.fhem.de/fhem/trunk@8629 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
f31aa4bae7
commit
75bf1d0ca4
@ -52,6 +52,7 @@ use vars qw(%owfamily);
|
||||
"29" => "DS2408",
|
||||
"3A" => "DS2413",
|
||||
"3B" => "DS1825",
|
||||
"7E" => "EDS000XX",
|
||||
"81" => "DS1420",
|
||||
"FF" => "LCD",
|
||||
);
|
||||
|
@ -288,10 +288,13 @@ $owdevice{"3B"} = {
|
||||
};
|
||||
$owdevice{"7E"} = {
|
||||
# EDS0066 - Multisensor temperature Pressure
|
||||
"read" => [ qw(EDS0066/temperature EDS0066/pressure)],
|
||||
"read" => [ qw(EDS0066/temperature EDS0066/pressure),
|
||||
qw(EDS0068/temperature EDS0068/pressure EDS0068/dew_point EDS0068/humidity EDS0068/light) ],
|
||||
"write" => [],
|
||||
"poll" => [ qw(EDS0066/temperature EDS0066/pressure) ],
|
||||
"state" => [ qw(EDS0066/temperature EDS0066/pressure) ],
|
||||
"poll" => [ qw(EDS0066/temperature EDS0066/pressure),
|
||||
qw(EDS0068/temperature EDS0068/pressure EDS0068/dew_point EDS0068/humidity EDS0068/light) ],
|
||||
"state" => [ qw(EDS0066/temperature EDS0066/pressure),
|
||||
qw(EDS0068/temperature EDS0068/pressure EDS0068/dew_point EDS0068/humidity EDS0068/light) ],
|
||||
"interface" => "multisensor",
|
||||
};
|
||||
$owdevice{"81"} = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user