Forgot to turn the alarm off, whoops
[gc-dialer] / src / led_handler.py
index f1b6328..0914105 100755 (executable)
@@ -43,7 +43,7 @@ class LedHandler(object):
 
        def off(self):
                self._lazy_init()
-               self._actual.on()
+               self._actual.off()
 
        @property
        def isReal(self):