cdbbed3fd0
- 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.
23 lines
416 B
JSON
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
|
|
}
|
|
}
|