Files
photoBooth/photobooth-app/config/plugin_gpiolights.json
T
admin 209f81aa3d
🚀 Deploy — JH Photomaton / 🔍 Vérification (push) Has been cancelled
🚀 Deploy — JH Photomaton / 🍓 Deploy sur le Pi (push) Has been cancelled
first commit
2026-07-16 00:55:29 +02:00

15 lines
248 B
JSON

{
"enabled": false,
"gpio_lights": [
{
"enable": true,
"description": "main light",
"gpio_pin": 2,
"active_high": false,
"events": [
"on@countdown_start",
"off@after_capture"
]
}
]
}