self.pins = {
'bell_ringing': PinWatcher(18, 2),
'door_closed': PinWatcher(8, 5),
- 'door_locked': PinWatcher(9, 5),
- 'space_active': PinWatcher(10, 5),
+ 'door_locked': PinWatcher(10, 5),
+ 'space_active': PinWatcher(24, 5),
}
self._sm = state_machine