feat: relay inversé, LED idle solid, luminosité manuelle, auto-flash lux
🚀 Deploy — JH Photomaton / 🔍 Vérification (push) Has been cancelled
🚀 Deploy — JH Photomaton / 🍓 Deploy sur le Pi (push) Has been cancelled

This commit is contained in:
2026-07-17 10:32:43 +02:00
parent 3de55821b7
commit 4b188ce819
8 changed files with 260 additions and 6 deletions
+2 -2
View File
@@ -57,8 +57,8 @@ class ButtonService:
try:
self._relay = OutputDevice(
self._cfg.relay_pin,
active_high=True,
initial_value=True,
active_high=False,
initial_value=False,
)
self._button = Button(
self._cfg.pin,