forked from openhab/openhab1-addons
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated Database to include ZM1601 version 5 per Issue openhab#2892
- Loading branch information
1 parent
dd038fb
commit 235a012
Showing
2 changed files
with
78 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
69 changes: 69 additions & 0 deletions
69
bundles/binding/org.openhab.binding.zwave/database/vision/zm1601v5.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |