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
409 B
JSON
23 lines
409 B
JSON
{
|
|
"id": "SCENE_FINAL_WIN",
|
|
"title": "FINAL WIN",
|
|
"subtitle": "Mission accomplie",
|
|
"symbol": "WIN",
|
|
"effect": "celebrate",
|
|
"visual": {
|
|
"show_title": true,
|
|
"show_subtitle": true,
|
|
"show_symbol": true,
|
|
"effect_speed_ms": 320
|
|
},
|
|
"theme": {
|
|
"bg": "#1C0C2E",
|
|
"accent": "#FFCC5C",
|
|
"text": "#FFF7E4"
|
|
},
|
|
"transition": {
|
|
"effect": "fade",
|
|
"duration_ms": 240
|
|
}
|
|
}
|