When I try to access the get_doorlock_logs(), the data variable states Invalid Record.
My script right now starts the network, waits for it to be ready. I manually open and close the lock and then I call the network.nodes[n].get_doorlock_logs().
The data variable returns Invalid Record. Is there a setting I need to enable for logging or maybe I'm accessing the variable incorrectly?
The lock device has been added through the security add method and I can unlock/lock/set code for the device through my python script.
Thank you.