mirror of
https://github.com/dpup/meshstream.git
synced 2026-08-09 18:23:07 +02:00
Track rx time
This commit is contained in:
@@ -306,6 +306,9 @@ export interface Data {
|
||||
|
||||
// Error tracking
|
||||
decodeError?: string;
|
||||
|
||||
// Reception timestamp (added by decoder)
|
||||
rxTime?: number;
|
||||
}
|
||||
|
||||
// Packet represents a complete decoded MQTT message
|
||||
|
||||
Reference in New Issue
Block a user