Hello! I’m just starting to attempt to develop for the AD2PI. So far I’ve gotten commands to work but I’m really confused on something... when I send the command device.send(*5123402*#) to delete a user code (1234 being the master and 02 being the slot number it doesn’t actually delete it, only changes it. When I add the code “3456” it adds through the python library just fine but when I go to delete it, it changes it to “1056”. I’m really confused as to what it’s doing to change the code.
While I’m at it, how do I request statuses from the system for zones, arming state, ready state, etc.? Do I use the device.send() command or something different?
Thank you for any help!!