mirror of
https://github.com/Fishwaldo/open-zwave.git
synced 2025-03-16 03:51:39 +00:00
add Electronic Solutions Inc DBMZ Motor Control
This commit is contained in:
parent
7dad44fa24
commit
3d2fad47aa
4 changed files with 27 additions and 1 deletions
|
@ -69,6 +69,7 @@ Version 1.5
|
|||
- Pull Request #910 - Add device Assa Abloy Yale Key Free Push Button Deadbolt from benweb (Nechry)
|
||||
- Pull Request #913 - Add device Stelpro Electronic Thermostat STZW402+ from benweb (Nechry)
|
||||
- Pull Request #911 - Added Ecolink door/window sensor and fixed Ecolink PIR Motion sensor from gdombiak (Nechry)
|
||||
- Add Electronic Solutions Inc DBMZ Motor Control (Nechry)
|
||||
|
||||
Version 1.4
|
||||
- Released 10th Jan, 2016
|
||||
|
|
23
config/electronicsolutions/dbmz.xml
Normal file
23
config/electronicsolutions/dbmz.xml
Normal file
|
@ -0,0 +1,23 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Electronic Solutions Inc DBMZ Motor Control -->
|
||||
<Product xmlns='http://code.google.com/p/open-zwave/'>
|
||||
<!-- Configuration -->
|
||||
<CommandClass id="112">
|
||||
<Value type="list" genre="config" instance="1" index="1" label="Calibration" min="0" max="3" value="0" size="1">
|
||||
<Help>Unit calibration state</Help>
|
||||
<Item label="Normal" value="0" />
|
||||
<Item label="Calibration" value="1" />
|
||||
<Item label="Factory default" value="129" />
|
||||
</Value>
|
||||
<Value type="list" genre="config" instance="1" index="2" label="Motor direction" min="0" max="1" value="0" size="1">
|
||||
<Help>Unit motor direction state</Help>
|
||||
<Item label="Normal" value="0" />
|
||||
<Item label="Reversed" value="1" />
|
||||
</Value>
|
||||
<Value type="list" genre="config" instance="1" index="3" label="Tilt feature" min="0" max="1" value="0" size="1">
|
||||
<Help>Unit tilt feature state</Help>
|
||||
<Item label="No" value="0" />
|
||||
<Item label="Yes" value="1" />
|
||||
</Value>
|
||||
</CommandClass>
|
||||
</Product>
|
|
@ -250,7 +250,8 @@
|
|||
<Manufacturer id="0087" name="Eka Systems">
|
||||
</Manufacturer>
|
||||
<Manufacturer id="0033" name="Electronic Solutions Inc">
|
||||
<Product type="5250" id="02" name="DBMZ Motor Control"/>
|
||||
<Product type="5250" id="0002" name="DBMZ Motor Control" config="electronicsolutions/dbmz.xml"/>
|
||||
<Product type="5250" id="3032" name="DBMZ Motor Control" config="electronicsolutions/dbmz.xml"/>
|
||||
</Manufacturer>
|
||||
<Manufacturer id="0034" name="El-Gev Electronics">
|
||||
</Manufacturer>
|
||||
|
|
|
@ -90,6 +90,7 @@ DISTFILES = .gitignore \
|
|||
config/duwi/ZWES1000.xml \
|
||||
config/duwi/ZWESJ300.xml \
|
||||
config/duwi/zwfb.xml \
|
||||
config/electronicsolutions/dbmz.xml \
|
||||
config/enerwave/zw15s.xml \
|
||||
config/enerwave/zw20r.xml \
|
||||
config/enerwave/zw20rm.xml \
|
||||
|
|
Loading…
Add table
Reference in a new issue