Files
IoT/.github/copilot-instructions.md
T
Naeel 76c11d5476 fix: rename query param device->device_id in telemetry API (v0.2.6)
- GET /telemetry?device_id= now consistently uses device_id
- was: ?device= (inconsistent with response field name)
- found during extended test suite
2026-04-21 07:20:12 +03:00

541 B

Правила

Подробные правила: .github/pravila.md

  1. Не трогать рабочий код без явного указания.
  2. Файлы редактировать локально — ~/remote_dev/ = ~/terra/ на ВМ (sshfs), SCP не нужен.
  3. Все команды — только через SSH, никогда локально:
    ssh -i ~/.ssh/naeel_vm_id_ed25519 -o StrictHostKeyChecking=no -o ConnectTimeout=10 naeel@5.172.178.213 'КОМАНДА'