mirror of
https://github.com/rzuasti/oott.git
synced 2026-07-08 19:21:54 +02:00
Add device_events table and scan history API endpoint
Records a DeviceEvent row on every scan: NewDevice when a device is first
seen, DeviceSeen on subsequent scans. Exposes GET /api/devices/{mac}/events
with pagination, ordered by date descending.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 4.6
parent
47a76c4bf8
commit
888f18603f
@@ -1,3 +1,4 @@
|
||||
pub mod device_events;
|
||||
pub mod devices;
|
||||
pub mod error;
|
||||
pub mod notifications;
|
||||
|
||||
Reference in New Issue
Block a user