mirror of
https://github.com/MeshCore-Beacon/beacon-server.git
synced 2026-09-17 01:04:19 +00:00
fix(observers): rename telemetry airtime fields to seconds (#136)
This commit is contained in:
+2
-2
@@ -3204,10 +3204,10 @@ const docTemplate = `{
|
||||
"github_com_MeshCore-Beacon_beacon-server_internal_api.ObserverTelemetryPoint": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"airtimeRxPct": {
|
||||
"airtimeRxSecs": {
|
||||
"type": "number"
|
||||
},
|
||||
"airtimeTxPct": {
|
||||
"airtimeTxSecs": {
|
||||
"type": "number"
|
||||
},
|
||||
"batteryMv": {
|
||||
|
||||
Reference in New Issue
Block a user