mirror of
https://github.com/Fishwaldo/open-zwave.git
synced 2025-03-15 11:31:40 +00:00
Just like almost any other lock, CC 98 needs to be refreshed when Alarm message has been received
This commit is contained in:
parent
35bcfeb772
commit
649ec47be7
1 changed files with 11 additions and 1 deletions
|
@ -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="Name">GKW-2000D</MetaDataItem>
|
||||
<MetaDataItem name="Description">The GKW-2000D is a secure electronic door lock</MetaDataItem>
|
||||
|
@ -29,9 +29,19 @@
|
|||
<MetaDataItem id="0001" name="FrequencyName" type="0002">Australia / New Zealand</MetaDataItem>
|
||||
<MetaDataItem id="0001" name="FrequencyName" type="0002">CEPT (Europe)</MetaDataItem>
|
||||
<ChangeLog>
|
||||
<Entry author="Brian Veltman - brian@brianveltman.com" date="28 September 2019" revision="2">Refresh lock status when alarm message received</Entry>
|
||||
<Entry author="Brian Veltman - brian@brianveltman.com" date="27 September 2019" revision="1">Initial Metadata import</Entry>
|
||||
</ChangeLog>
|
||||
</MetaData>
|
||||
<CommandClass id="113">
|
||||
<!-- These Door Locks don't send a DoorLockReport when the
|
||||
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">
|
||||
<RefreshClassValue CommandClass="98" Index="1" Instance="1" RequestFlags="0"/>
|
||||
</TriggerRefreshValue>
|
||||
</CommandClass>
|
||||
<!-- The Association Group Information -->
|
||||
<CommandClass id="133">
|
||||
<Associations num_groups="2">
|
||||
|
|
Loading…
Add table
Reference in a new issue