Hi, I have the zwave JS UI, it is connected with a smart lock that supports the following command called “Door Lock Logging” - Z-Way Manual — Command Class Reference. The lock identifies itself as a Kwikset 916 (even though the lock itself is a Baldwin, but I think the electronics are made by Kwikset)
I am interested in querying this to see the history of open/close, and user-code-added events. All of these events would have happened before I added the lock to the zwave.
I was able to run “ZWave Invoke a command class” from the developer tools (Z-Wave JS - Z-Wave driver written entirely in JavaScript/TypeScript). When I asked for getRecordCount the lock responded with ‘10’, and then when I queried records I could only get records up to ‘10’; after that, it just returned values from 1999 (which I think represents a sort of blank state).
Is this expected and would it be unsurprising if the lock only stored 10 records?
thanks for any advice!