fix(observers): rename telemetry airtime fields to seconds (#136)

This commit is contained in:
MrAlders0n
2026-09-10 07:17:29 -04:00
committed by GitHub
parent b66573b3b7
commit d202205659
9 changed files with 43 additions and 38 deletions
+2 -2
View File
@@ -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": {