Test local pentru fișiere JSONL de coadă offline pe mini PC. Se raportează doar metadata către Guard, fără replay.
M9.8 tests the local offline queue file mechanism on the mini PC. The script creates local JSONL queue files and reports only metadata to Guard. It does not replay queued events, does not start service/cron, does not enable production, camera discovery, streams, media or billing.
| ID | Command | Status | Preview | Expected result | Safety |
|---|---|---|---|---|---|
| 1 | Download offline queue test script M908-CMD-download_queue_script | manual_copy_required mini_pc_only=1 · server_exec=0 | cd /tmp && curl -fsSL https://guard.deriox.ro/api/gateway/mini-pc/offline-queue-script -o deriox-guard-offline-queue-m9.8.sh | Downloads the local offline queue file test script to the mini PC. | secret=0 · pairing_code=0 · pass=0 · stream=0 · media=0 · no_camera_action=1 |
| 2 | Inspect offline queue script M908-CMD-inspect_queue_script | manual_copy_required mini_pc_only=1 · server_exec=0 | sed -n "1,320p" /tmp/deriox-guard-offline-queue-m9.8.sh | Review script before running. | secret=0 · pairing_code=0 · pass=0 · stream=0 · media=0 · no_camera_action=1 |
| 3 | Syntax check offline queue script M908-CMD-syntax_check_queue_script | manual_copy_required mini_pc_only=1 · server_exec=0 | bash -n /tmp/deriox-guard-offline-queue-m9.8.sh | Must return no syntax errors. | secret=0 · pairing_code=0 · pass=0 · stream=0 · media=0 · no_camera_action=1 |
| 4 | Run local offline queue file test M908-CMD-run_queue_script | manual_copy_required mini_pc_only=1 · server_exec=0 | bash /tmp/deriox-guard-offline-queue-m9.8.sh | Creates local JSONL queue file and reports metadata-only to Guard. | secret=0 · pairing_code=0 · pass=0 · stream=0 · media=0 · no_camera_action=1 |
| 5 | List local queue files M908-CMD-list_queue_files | manual_copy_required mini_pc_only=1 · server_exec=0 | find /var/lib/deriox-guard/queue/outbox -maxdepth 1 -type f -name "*.jsonl" -ls | Shows local queued JSONL files. | secret=0 · pairing_code=0 · pass=0 · stream=0 · media=0 · no_camera_action=1 |
| 6 | Check Guard queue status API M908-CMD-check_queue_status | manual_copy_required mini_pc_only=1 · server_exec=0 | curl -k https://guard.deriox.ro/api/gateway/mini-pc/offline-queue/status | Shows reports and gateway queue snapshots. | secret=0 · pairing_code=0 · pass=0 · stream=0 · media=0 · no_camera_action=1 |