Files
le-mystere-professeur-zacus/hardware/firmware/data/story/scenarios/EXAMPLE_UNLOCK_EXPRESS.json
T
Clément SAILLANT feed1695c6 feat: Clean up unused screens and improve storage management
- Removed 9 unused screen JSON files: SCENE_BROKEN, SCENE_CAMERA_SCAN, SCENE_FIREWORKS, SCENE_LA_DETECT, SCENE_MEDIA_ARCHIVE, SCENE_SIGNAL_SPIKE, SCENE_WIN, SCENE_WINNER, SCENE_WIN_ETAPE.
- Updated AGENT_TODO.md to reflect the cleanup actions and results.
- Enhanced StorageManager to handle SD card access failures with a failure streak mechanism, switching to LittleFS after repeated failures.
- Added support for aliasing long action IDs to short filenames in the generator.
- Improved scenario manager to handle different key names for action IDs in YAML files.
2026-02-25 20:37:51 +01:00

2 lines
1.6 KiB
JSON

{"app_bindings":[{"app":"LA_DETECTOR","config":{"hold_ms":3000,"require_listening":true,"unlock_event":"UNLOCK"},"id":"APP_LA"},{"app":"AUDIO_PACK","config":null,"id":"APP_AUDIO"},{"app":"SCREEN_SCENE","config":null,"id":"APP_SCREEN"},{"app":"MP3_GATE","config":null,"id":"APP_GATE"},{"app":"WIFI_STACK","config":null,"id":"APP_WIFI"},{"app":"ESPNOW_STACK","config":null,"id":"APP_ESPNOW"}],"estimated_duration_s":0,"id":"EXAMPLE_UNLOCK_EXPRESS","initial_step":"STEP_WAIT_UNLOCK","steps":[{"actions":["ACTION_TRACE_STEP"],"apps":["APP_LA","APP_SCREEN","APP_GATE","APP_WIFI","APP_ESPNOW"],"audio_pack_id":"","mp3_gate_open":false,"screen_scene_id":"SCENE_LOCKED","step_id":"STEP_WAIT_UNLOCK","transitions":[{"after_ms":0,"event_name":"UNLOCK","event_type":"unlock","id":"TR_STEP_WAIT_UNLOCK_1","priority":100,"target_step_id":"STEP_WIN","trigger":"on_event"}]},{"actions":["ACTION_TRACE_STEP"],"apps":["APP_AUDIO","APP_SCREEN","APP_GATE","APP_WIFI","APP_ESPNOW"],"audio_pack_id":"PACK_WIN","mp3_gate_open":false,"screen_scene_id":"SCENE_REWARD","step_id":"STEP_WIN","transitions":[{"after_ms":0,"event_name":"AUDIO_DONE","event_type":"audio_done","id":"TR_STEP_WIN_1","priority":100,"target_step_id":"STEP_DONE","trigger":"on_event"},{"after_ms":0,"event_name":"FORCE_DONE","event_type":"serial","id":"TR_STEP_WIN_2","priority":120,"target_step_id":"STEP_DONE","trigger":"on_event"}]},{"actions":["ACTION_TRACE_STEP","ACTION_REFRESH_SD"],"apps":["APP_SCREEN","APP_GATE","APP_WIFI","APP_ESPNOW"],"audio_pack_id":"","mp3_gate_open":true,"screen_scene_id":"SCENE_READY","step_id":"STEP_DONE","transitions":[]}],"version":2,"scenario":"EXAMPLE_UNLOCK_EXPRESS"}