From: Ralf Jung Date: Thu, 3 Oct 2013 16:28:26 +0000 (+0200) Subject: Fix pin numbers X-Git-Url: https://git.ralfj.de/saartuer.git/commitdiff_plain/dcf982c61b81917b9b01261bf832768c00cb4843 Fix pin numbers --- 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