Files
le-mystere-professeur-zacus/hardware/firmware/data/story/screens/SCENE_LEFOU_DETECTOR.json
T
Clément SAILLANT cdbbed3fd0 Add QR Unlock App implementation and schema
- Implemented QrUnlockApp class with methods for lifecycle management (begin, start, update, stop, handleEvent) and snapshot retrieval.
- Created header file for QrUnlockApp with necessary method declarations and private members.
- Added Yamale schema for scenario template to define prompt input and optional firmware snapshot.
2026-02-25 17:21:24 +01:00

23 lines
416 B
JSON

{
"id": "SCENE_LEFOU_DETECTOR",
"title": "DETECTEUR LEFOU",
"subtitle": "Analyse en cours",
"symbol": "AUDIO",
"effect": "wave",
"visual": {
"show_title": true,
"show_subtitle": true,
"show_symbol": true,
"effect_speed_ms": 460
},
"theme": {
"bg": "#071B1A",
"accent": "#46E6C8",
"text": "#E9FFF9"
},
"transition": {
"effect": "zoom",
"duration_ms": 250
}
}