Skip to content

Commit

Permalink
Added ZM1601 version 5
Browse files Browse the repository at this point in the history
Updated Database to include ZM1601 version 5 per Issue openhab#2892
  • Loading branch information
SkynetHome committed Jul 11, 2015
1 parent dd038fb commit 235a012
Show file tree
Hide file tree
Showing 2 changed files with 78 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1193,6 +1193,15 @@
<Label lang="en">In Wall Relay Switch</Label>
<ConfigFile>vision/zl7431.xml</ConfigFile>
</Product>
<Product>
<Reference>
<Type>2005</Type>
<Id>0508</Id>
</Reference>
<Model>ZM1601v5</Model>
<Label lang="en">Battery Operated Siren</Label>
<ConfigFile>vision/zm1601v5.xml</ConfigFile>
</Product>
</Manufacturer>
<Manufacturer>
<Id>010F</Id>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
<?xml version="1.0" encoding="utf-8"?>
<Product>
<Model>ZM1601v5</Model>
<Label lang="en">Battery Operated Siren</Label>
<CommandClasses>
<Class><id>0x85</id></Class>
<Class><id>0x80</id></Class>
<Class><id>0x70</id></Class>
<Class><id>0x72</id></Class>
<Class><id>0x73</id></Class>
<Class><id>0x25</id></Class>
<Class><id>0x85</id></Class>
<Class><id>0x7a</id></Class>
</CommandClasses>
<Configuration>
<Parameter>
<Index>0</Index>
<Type>list</Type>
<Default>0</Default>
<Size>1</Size>
<Label lang="en">Siren Strobe Mode</Label>
<Item>
<Value>0</Value>
<Label lang="en">All Enabled</Label>
</Item>
<Item>
<Value>1</Value>
<Label lang="en">Siren Only</Label>
</Item>
<Item>
<Value>2</Value>
<Label lang="en">Strobe Only</Label>
</Item>
<Help lang="en"><![CDATA[Defines the reaction of the siren]]></Help>
</Parameter>
<Parameter>
<Index>1</Index>
<Type>list</Type>
<Default>0</Default>
<Size>1</Size>
<Item>
<Value>0</Value>
<Label lang="en">30 seconds</Label>
</Item>
<Item>
<Value>1</Value>
<Label lang="en">60 seconds</Label>
</Item>
<Item>
<Value>2</Value>
<Label lang="en">120 seconds</Label>
</Item>
<Item>
<Value>3</Value>
<Label lang="en">Continuous</Label>
</Item>
<Label lang="en">Alarm auto stop</Label>
<Help lang="en"><![CDATA[Defines the auto time out of the alarm indication]]></Help>
</Parameter>
</Configuration>
<Associations>
<Group>
<Index>1</Index>
<Maximum>5</Maximum>
<Label lang="en">Update Controller</Label>
<SetToController>true</SetToController>
</Group>
</Associations>
</Product>

0 comments on commit 235a012

Please sign in to comment.