mirror of
https://github.com/Fishwaldo/open-zwave.git
synced 2025-03-15 11:31:40 +00:00
Update config for DCH-Z510 Siren
This commit is contained in:
parent
e2ebd88e56
commit
c9981cb640
2 changed files with 33 additions and 15 deletions
|
@ -1,11 +1,32 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- D-Link: DCH-Z510 Siren -->
|
||||
<Product xmlns='https://github.com/OpenZWave/open-zwave' Revision="2">
|
||||
|
||||
<!-- D-Link: DCH-Z510 Siren --><Product Revision="3" xmlns="https://github.com/OpenZWave/open-zwave">
|
||||
<MetaData>
|
||||
<MetaDataItem name="OzwInfoPage">http://www.openzwave.com/device-database/0108:000A:0004</MetaDataItem>
|
||||
<MetaDataItem name="ProductPic">images/dlink/dch-z510.png</MetaDataItem>
|
||||
<MetaDataItem id="000A" name="ZWProductPage" type="0004">https://products.z-wavealliance.org/products/1262/</MetaDataItem>
|
||||
<MetaDataItem id="000A" name="FrequencyName" type="0004">CEPT (Europe)</MetaDataItem>
|
||||
<MetaDataItem name="InclusionDescription">1. Have Z-Wave™ Controller entered inclusion mode.
|
||||
2. Pressing tamper key three times within 1.5 seconds
|
||||
to enter the inclusion mode.
|
||||
3. After add successful, the LED will light ON 1 second</MetaDataItem>
|
||||
<MetaDataItem name="Name">mydlink Z-Wave Siren</MetaDataItem>
|
||||
<MetaDataItem name="ProductManual">https://Products.Z-WaveAlliance.org/ProductManual/File?folder=&filename=Manuals/1262/DCH-Z510_Manual.pdf</MetaDataItem>
|
||||
<MetaDataItem name="Description">The DCH-Z510 mydlink ™ Z-Wave ™ Siren is a wireless siren, based on Z-Wave ™ technology. It is the Z-Wave™ plus product, it supports the security, OTA... Those newest features of the Z-Wave™ technology. Z-Wave™ is a wireless communication protocol designed for home automation, specifically to remotely control applications in residential and light commercial environments. The technology uses a low-power RF radio embedded or retrofitted into home lectronics devices and systems, such as lighting, home access control, entertainment systems and household appliances. </MetaDataItem>
|
||||
<MetaDataItem id="000A" name="Identifier" type="0004">DCH-Z510</MetaDataItem>
|
||||
<MetaDataItem name="ResetDescription">Notice: Use this procedure only in the event that the primary controller is lost or otherwise inoperable.
|
||||
1. Pressing tamper key four times within 1.5 seconds and do not release the tamper key in the 4 pressed, and the LED will light ON.
|
||||
2. After 3 seconds the LED will turn OFF, after that within 2 seconds, release the tamper key. If successful, the LED will light ON one second. Otherwise, the LED will flash once.
|
||||
3. IDs are excluded and all settings will reset to factory default.</MetaDataItem>
|
||||
<MetaDataItem name="ExclusionDescription">1. Have Z-Wave™ Controller entered exclusion mode.
|
||||
2. Pressing tamper key three times within 1.5 seconds to enter the exclusion mode.
|
||||
Node ID has been excluded.</MetaDataItem>
|
||||
<ChangeLog>
|
||||
<Entry author="Justin Hammond - Justin@dynam.ac" date="08 May 2019" revision="3">Initial Metadata Import from Z-Wave Alliance Database - https://products.z-wavealliance.org/products/1262/xml</Entry>
|
||||
</ChangeLog>
|
||||
</MetaData>
|
||||
<!-- Configuration Parameters -->
|
||||
<CommandClass id="112">
|
||||
<Value type="byte" index="7" genre="config" label="Customer Function" min="0" max="127" value="0">
|
||||
<Help>
|
||||
<Value genre="config" index="7" label="Customer Function" max="127" min="0" type="byte" value="0">
|
||||
<Help>
|
||||
Bit 0: Reserved
|
||||
Bit 1: Reserved
|
||||
Bit 2: Reserved
|
||||
|
@ -16,33 +37,30 @@
|
|||
Bit 7: Reserved
|
||||
</Help>
|
||||
</Value>
|
||||
<Value type="list" index="29" genre="config" label="Disable Alarm" units="" min="0" max="1" value="0" size="1">
|
||||
<Value genre="config" index="29" label="Disable Alarm" max="1" min="0" size="1" type="list" units="" value="0">
|
||||
<Help>
|
||||
Disable the alarm function.
|
||||
0: Enable Alarm, 1:Disable Alarm,
|
||||
Caution: After the power up, this configuration always be 0.
|
||||
</Help>
|
||||
<Item label="Enable Alarm" value="0" />
|
||||
<Item label="Disable Alarm" value="1" />
|
||||
<Item label="Enable Alarm" value="0"/>
|
||||
<Item label="Disable Alarm" value="1"/>
|
||||
</Value>
|
||||
<Value type="byte" index="31" genre="config" label="31. Alarm Duration" units="30 sec" min="0" max="12" value="6">
|
||||
<Help>
|
||||
<Value genre="config" index="31" label="31. Alarm Duration" max="12" min="0" type="byte" units="30 sec" value="6">
|
||||
<Help>
|
||||
Play alarm sound duration.
|
||||
1 tick is 30 second. Default is 3 minutes, maximum is 63.5 minutes.
|
||||
0: means never auto stop
|
||||
</Help>
|
||||
</Value>
|
||||
|
||||
</CommandClass>
|
||||
|
||||
<!-- Basic set as report -->
|
||||
<!-- <CommandClass id="32" setasreport="true" ignoremapping="true"/> -->
|
||||
|
||||
<!-- Association Groups -->
|
||||
<CommandClass id="133">
|
||||
<Associations num_groups="1">
|
||||
<Group index="1" max_associations="8" label="Lifeline"/>
|
||||
<Group index="1" label="Lifeline" max_associations="8"/>
|
||||
</Associations>
|
||||
</CommandClass>
|
||||
|
||||
</Product>
|
||||
|
|
BIN
config/images/dlink/dch-z510.png
Normal file
BIN
config/images/dlink/dch-z510.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 21 KiB |
Loading…
Add table
Reference in a new issue