Skip to content

Commit

Permalink
Merge pull request #1613 from matthewcky2k/master
Browse files Browse the repository at this point in the history
Add Yale KeylessConnected-plus update Connexis l1 help and formatting
  • Loading branch information
nechry committed Oct 2, 2018
2 parents 805dc33 + cca1c92 commit b5624b5
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 14 deletions.
8 changes: 4 additions & 4 deletions config/assa_abloy/ConexisL1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@ https://products.z-wavealliance.org/products/2535/configs
<!-- Configuration -->
<CommandClass id="112">
<Value type="list" size="1" genre="config" instance="1" index="1" label="Volume" value="3">
<Help>Volume of the tones</Help>
<Help>Volume of the keypad tones and any voice prompts (default = 3, high)</Help>
<Item label="Silent" value="1" />
<Item label="Low" value="2" />
<Item label="High" value="3" />
</Value>
<Value type="list" size="1" genre="config" instance="1" index="2" label="Auto Relock" value="0">
<Help></Help>
<Help>Enable or disable the Auto relock feature (default = 255, enable)</Help>
<Item label="On" value="255" />
<Item label="Off" value="0" />
</Value>
<Value type="byte" genre="config" instance="1" index="3" label="Auto-re-lock Time" size="1" min="7" max="60" units="seconds" value="30">
<Help>seconds; after successful code entry and unit unlocks, it will automatically re-lock after specified time (30 = default value)</Help>
<Help>After successful local unlock, automatically relock after the specified time (default = 7 seconds)</Help>
</Value>
<Value type="list" size="1" genre="config" instance="1" index="4" label="Wrong Tag Limit" min="1" max="20" value="5">
<Help>
Expand Down Expand Up @@ -47,7 +47,7 @@ https://products.z-wavealliance.org/products/2535/configs
<Item label="20" value="20" />
</Value>
<Value type="byte" genre="config" instance="1" index="7" label="Wrong tag timeout" size="1" min="1" max="250" units="seconds" value="30">
<Help>number of seconds unit will be inoperable after number of Wrong tag attempts is exceeded (30 = default)</Help>
<Help>Number of seconds unit will be inoperable after number of Wrong tag attempts is exceeded (30 = default)</Help>
</Value>
</CommandClass>
<CommandClass id="113">
Expand Down
23 changes: 13 additions & 10 deletions config/assa_abloy/KeyfreeConnected-plus.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,28 @@
<!-- Yale Keyfree Connected (YKFCON)
http://ozw.my-ho.st/Yale/Yale%20ZWave%20Developer%20Guide.pdf
https://products.z-wavealliance.org/products/2743/configs
-->
<!-- Yale Keyless Connected (YD-01-CON)
https://products.z-wavealliance.org/products/2576/configs
-->
<!-- Configuration -->
<CommandClass id="112">
<Value type="list" size="1" genre="config" instance="1" index="1" label="Volume" value="3">
<Help>Volume of the keypad tones and voice prompts</Help>
<Value type="list" size="1" genre="config" instance="1" index="1" label="Volume Level" value="3">
<Help>Volume of the keypad tones and any voice prompts (default = 3, high)</Help>
<Item label="Silent" value="1" />
<Item label="Low" value="2" />
<Item label="High" value="3" />
</Value>
<Value type="list" size="1" genre="config" instance="1" index="2" label="Auto Relock" value="0">
<Help></Help>
<Item label="On" value="255" />
<Item label="Off" value="0" />
<Help>Enable or disable the Auto relock feature (default = 255, enable)</Help>
<Item label="Enable" value="255" />
<Item label="Disable" value="0" />
</Value>
<Value type="byte" genre="config" instance="1" index="3" label="Auto-re-lock Time" size="1" min="7" max="60" units="seconds" value="30">
<Help>seconds; after successful code entry and unit unlocks, it will automatically re-lock after specified time (30 = default value)</Help>
<Value type="byte" genre="config" instance="1" index="3" label="Relock Time" size="1" min="7" max="60" units="seconds" value="7">
<Help>After successful local unlock, automatically relock after the specified time (default = 7 seconds)</Help>
</Value>
<Value type="byte" genre="config" instance="1" index="3" label="Auto-re-lock Time" size="1" min="10" max="90" units="seconds" value="10">
<Help>seconds; after successful remote unlock, it will automatically re-lock after specified time (10 = default value)</Help>
<Value type="byte" genre="config" instance="1" index="6" label="Remote Relock Time" size="1" min="10" max="90" units="seconds" value="10">
<Help>After successful remote unlock, automatically relock after the specified time (default = 10 seconds)</Help>
</Value>
</CommandClass>
<CommandClass id="113">
Expand All @@ -36,7 +39,7 @@ https://products.z-wavealliance.org/products/2743/configs
<!-- Association Groups -->
<CommandClass id="133">
<Associations num_groups="1">
<Group index="1" max_associations="5" label="Lifeline"/>
<Group index="1" max_associations="5" label="Lifeline"/>
</Associations>
</CommandClass>
</Product>
1 change: 1 addition & 0 deletions config/manufacturer_specific.xml
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@
<Product type="0007" id="0000" name="Yale Keyless Connected Smart Lock (YSL)" config="assa_abloy/KeyfreeConnected.xml"/>
<Product type="1bef" id="9230" name="Yale Keyless Connected Smart Lock (YSL)" config="assa_abloy/KeyfreeConnected.xml"/>
<Product type="6600" id="0002" name="Yale Conexis L1 (SD-L1000-CH)" config="assa_abloy/ConexisL1.xml"/>
<Product type="0007" id="0001" name="Keyless Connected (YD-01-CON)" config="assa_abloy/KeyfreeConnected-plus.xml"/>
<Product type="0006" id="0001" name="Yale Keyfree Connected Smart Lock (YKFCON)" config="assa_abloy/KeyfreeConnected-plus.xml"/>
<Product type="8001" id="0b00" name="Yale nexTouch Wireless Push Button (NTB610)" config="assa_abloy/nexTouch.xml"/>
<Product type="8003" id="0b00" name="Yale nexTouch Wireless Push Button (NTB620)" config="assa_abloy/nexTouch.xml"/>
Expand Down

0 comments on commit b5624b5

Please sign in to comment.