X-Git-Url: https://git.ralfj.de/saartuer.git/blobdiff_plain/8b136f42bf0c83f8aee52c315f7dbebc371cce1b..dcf982c61b81917b9b01261bf832768c00cb4843:/pins.py diff --git a/pins.py b/pins.py index 8b699be..30f9666 100644 --- a/pins.py +++ b/pins.py @@ -44,8 +44,8 @@ class PinsWatcher(): 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