I'm writing a custom driver for a lock keypad, and I'm having trouble integrating it with lock code manager. When it tries to get the codes from my device, I get this error in the log:
Unable to decrypt lock code from device
... but the codes I'm returning aren't encrypted.
So, two questions for anybody who might know the answer:
What is the expected format that getCodes() should return?
How would I implement lock code encryption in a custom driver?