Custom Effect system shutdown

  • i was to greedy and to fast posting, got it working by removing

    Code
    for i in range(6):
        if hyperion.abort():
            off = False
            break
        if i % 2:
            hyperion.setColor(alarmColor[0], alarmColor[1], alarmColor[2])
        else:
            hyperion.setColor(0, 0, 0)
        time.sleep(sleepTime)


    out of shutdown.py

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!