Primul heartbeat real manual de pe mini PC către Guard. Doar metadata tehnică, fără pairing, fără camere, fără stream, fără media.
M9.4 enables the first real manual heartbeat receiver. The mini PC can send a metadata-only heartbeat to Guard by manually running the generated script. No service, cron, pairing, production, camera discovery, stream, media or billing is enabled.
| ID | Command | Status | Preview | Expected result | Safety |
|---|---|---|---|---|---|
| 1 | Download manual heartbeat script M904-CMD-download_heartbeat_script | manual_copy_required mini_pc_only=1 · server_exec=0 | cd /tmp && curl -fsSL https://guard.deriox.ro/api/gateway/mini-pc/heartbeat-script -o deriox-guard-heartbeat-m9.4.sh | Downloads the manual heartbeat script to the mini PC. | secret=0 · pass=0 · stream=0 · media=0 · no_camera_action=1 |
| 2 | Inspect heartbeat script M904-CMD-inspect_heartbeat_script | manual_copy_required mini_pc_only=1 · server_exec=0 | sed -n "1,260p" /tmp/deriox-guard-heartbeat-m9.4.sh | Review script before running. | secret=0 · pass=0 · stream=0 · media=0 · no_camera_action=1 |
| 3 | Syntax check heartbeat script M904-CMD-syntax_check_heartbeat_script | manual_copy_required mini_pc_only=1 · server_exec=0 | bash -n /tmp/deriox-guard-heartbeat-m9.4.sh | Must return no syntax errors. | secret=0 · pass=0 · stream=0 · media=0 · no_camera_action=1 |
| 4 | Run one manual heartbeat M904-CMD-run_heartbeat_script | manual_copy_required mini_pc_only=1 · server_exec=0 | bash /tmp/deriox-guard-heartbeat-m9.4.sh | Sends one metadata-only heartbeat to Guard. | secret=0 · pass=0 · stream=0 · media=0 · no_camera_action=1 |
| 5 | Check heartbeat status API M904-CMD-check_status_api | manual_copy_required mini_pc_only=1 · server_exec=0 | curl -k https://guard.deriox.ro/api/gateway/mini-pc/heartbeat/status | Shows receiver status and latest manual heartbeat information. | secret=0 · pass=0 · stream=0 · media=0 · no_camera_action=1 |