mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 09:16:53 +00:00
added MNeugebauer's patch for EDS0066 - Multisensor for temperature and pressure
git-svn-id: https://svn.fhem.de/fhem/trunk@2586 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
6d06e9d11f
commit
06f4a878f1
@ -286,6 +286,14 @@ $owdevice{"3B"} = {
|
||||
"alarm" => 1,
|
||||
"interface" => "temperature",
|
||||
};
|
||||
$owdevice{"7E"} = {
|
||||
# EDS0066 - Multisensor temperature Pressure
|
||||
"read" => [ qw(EDS0066/temperature EDS0066/pressure)],
|
||||
"write" => [],
|
||||
"poll" => [ qw(EDS0066/temperature EDS0066/pressure) ],
|
||||
"state" => [ qw(EDS0066/temperature EDS0066/pressure) ],
|
||||
"interface" => "multisensor",
|
||||
};
|
||||
$owdevice{"81"} = {
|
||||
# USB id - ID found in DS2490R and DS2490B USB adapters
|
||||
"read" => [],
|
||||
@ -704,6 +712,7 @@ OWDevice_Define($$)
|
||||
<li>DS2408 - 1-Wire 8 Channel Addressable Switch</li>
|
||||
<li>DS2413 - Dual Channel Addressable Switch</li>
|
||||
<li>DS1825 - Programmable Resolution 1-Wire Digital Thermometer with ID</li>
|
||||
<li>EDS0066 - Multisensor for temperature and pressure</li>
|
||||
<li>LCD - LCD controller by Louis Swart</li>
|
||||
</ul>
|
||||
<br><br>
|
||||
|
Loading…
x
Reference in New Issue
Block a user