mirror of
https://github.com/CyberMind-FR/secubox-deb.git
synced 2026-07-30 05:06:05 +00:00
Implements DeviceRegistry class for managing paired Eye Remote devices: - CRUD operations (add, get, remove, list) - Thread-safe access via Lock - JSON file persistence at /var/lib/secubox/eye-remote/devices.json - Token validation and last_seen timestamp updates - Singleton pattern for global access Includes test suite with 8 passing tests covering all operations. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| conftest.py | ||
| test_device_registry.py | ||
| test_token_manager.py | ||