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