Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed kwikset 914c alarm message index for refresh #2256

Merged
merged 1 commit into from
Jun 17, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 3 additions & 2 deletions config/kwikset/914c.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Product Revision="1" xmlns="https://github.com/OpenZWave/open-zwave">
<Product Revision="2" xmlns="https://github.com/OpenZWave/open-zwave">
<MetaData>
<MetaDataItem name="OzwInfoPage">http://www.openzwave.com/device-database/0090:0446:0003</MetaDataItem>
<MetaDataItem name="ProductPic">images/kwikset/914c.png</MetaDataItem>
Expand All @@ -13,6 +13,7 @@ Works with existing select single cylinder deadbolts</MetaDataItem>
<MetaDataItem name="Name">Convert Electronic Deadbolt</MetaDataItem>
<ChangeLog>
<Entry author="Jeff Sanicola - jeff.sanicola@outlook.com" date="20 Dec 2019" revision="1">Updated Metadata Import from Z-Wave Alliance Database - https://products.z-wavealliance.org/products/2268/xml</Entry>
<Entry author="steve28" date="14 Jun 2020" revision="2">Fixed index of alarm message to trigger lock status refresh</Entry>
</ChangeLog>
<MetaDataItem name="WakeupDescription">The electronic conversion kit remains asleep until an action occurs on the latch or a request is received from the RF side.
For the RF side, it will wake up every 1 second to check if there are any requests from your smart home controller.</MetaDataItem>
Expand Down Expand Up @@ -67,7 +68,7 @@ To perform a factory reset, please perform the following:
Lock Status is Changed, but instead send a Alarm Message -
So we trigger a Refresh of the DoorLock Command Class when
we recieve a Alarm Message Instead -->
<TriggerRefreshValue Genre="user" Index="0" Instance="1">
<TriggerRefreshValue Genre="user" Index="6" Instance="1">
<RefreshClassValue CommandClass="98" Index="1" Instance="1" RequestFlags="0"/>
</TriggerRefreshValue>
</CommandClass>
Expand Down
4 changes: 2 additions & 2 deletions cpp/build/testconfigversions.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -1612,8 +1612,8 @@
'md5' => '6c73035dfad876c339cd6433337ec8b822da99ec5e4cee641f7c0bea712b18118e58243764df11200aa7745e1ef4fbe38b77f3df17b8a81ec7bc1350d379d57b'
},
'config/kwikset/914c.xml' => {
'Revision' => 1,
'md5' => '8a03cf4ab3f166b2daf23317797a5e6f6871ea14a996ac09ad4d8d769f1f1fcb1884368a879c689fd16248b94fb225f67eda780b9d9390852ae73fdd778341ca'
'Revision' => 2,
'md5' => '5724dcb1df68c2809fa3136f2fae556df59be5c75af1fe8283b3aec92239a422f36180f55aafe0589333e759e89b5d1d22b02f10fa0caa27d44b8f1b0f5edf18'
},
'config/kwikset/smartcode.xml' => {
'Revision' => 14,
Expand Down