docs: update TASKS, TODO, CHANGELOG for v1.0.1

- Node control API (start/stop/restart peers via SSH)
- Home Assistant node control integration
- Termux/Android: skip BT scanning, optional location check
- Filter controls display only, always scan both WiFi/BT

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
User
2026-02-01 17:06:00 +01:00
parent bc2e23c3ca
commit 9c9f27e55f
3 changed files with 50 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
**Sprint:** v1.1.0 - Production Hardening
**Updated:** 2026-02-01
**Current Version:** v1.0.0
**Current Version:** v1.0.1
---
@@ -106,6 +106,12 @@
| Peer scanner markers on 3D map | 2026-02-01 |
| v1.0.0 release | 2026-02-01 |
| Multi-node master dashboard | 2026-02-01 |
| Replace hcitool with bleak for BLE scanning | 2026-02-01 |
| Skip BT scanning on Termux/Android | 2026-02-01 |
| Node control API (start/stop/restart peers via SSH) | 2026-02-01 |
| Home Assistant node control integration | 2026-02-01 |
| Make Termux location check optional | 2026-02-01 |
| Fix filter to control display only (always scan both) | 2026-02-01 |
---
@@ -143,3 +149,9 @@
- Switch between local/peer views without page redirect
- Live tracking runs on selected peer node
- WebSocket connects to peer for real-time updates
- **Node Control API**: Master can start/stop/restart peers via SSH
- `POST /api/nodes/<id>/start|stop|restart`
- `GET /api/nodes/<id>/status`
- Integrated with Home Assistant via rest_command
- **Termux/Android Support**: BT scanning skipped (no D-Bus), location check optional
- **Filter Behavior**: WiFi/BT always scanned; filter controls display only