jayjlow
jayjlow
> > > Yes, each RJ-45 contain all necessary for one door 4 wires for wiegand reader and 2+2 for lock. 8 maybe 9 doors without SPI I/O epander is...
I made some alterations to the process_notifications function: ``` def process_notifications(pg_connection): # pg_connection.poll() gen = pg_connection.notifies() for notification in gen: with transaction.atomic(): for processor in [ NotificationProcessor, LockableNotificationProcessor, NotificationRecoveryProcessor, ]:...