mirror of
https://github.com/MeshCore-Beacon/beacon-server.git
synced 2026-09-09 13:35:34 +00:00
+1
-1
@@ -181,7 +181,7 @@ func (s *Store) GetObserverTelemetry(ctx context.Context, observerID uuid.UUID,
|
||||
points := make([]api.ObserverTelemetryPoint, 0, len(rows))
|
||||
for _, v := range rows {
|
||||
points = append(points, api.ObserverTelemetryPoint{
|
||||
T: v.ReportedAt.Time.Unix(),
|
||||
T: v.ReportedAt.Time.UnixMilli(),
|
||||
BatteryMV: v.BatteryVoltageMv,
|
||||
AirtimeTxPct: v.AirtimeTxPct,
|
||||
AirtimeRxPct: v.AirtimeRxPct,
|
||||
|
||||
Reference in New Issue
Block a user