Telemetry: room-server request fix #2

The telemetry parser has been expanded and should now support significantly more metrics. It has been ported from the Python implementation of meshcore_py.
This commit is contained in:
HDDen
2026-05-19 23:16:37 +03:00
parent 425229fce8
commit 7a823654df
40 changed files with 3626 additions and 41 deletions
+35
View File
@@ -1468,6 +1468,41 @@
}
}
},
"telemetry_digitalInputLabel": "Digitális bemenet",
"telemetry_digitalOutputLabel": "Digitális kimenet",
"telemetry_analogInputLabel": "Analóg bemenet",
"telemetry_analogOutputLabel": "Analóg kimenet",
"telemetry_genericLabel": "Általános érzékelő",
"telemetry_luminosityLabel": "Fényerő",
"telemetry_presenceLabel": "Jelenlét",
"telemetry_humidityLabel": "Páratartalom",
"telemetry_accelerometerLabel": "Gyorsulásmérő",
"telemetry_pressureLabel": "Nyomás",
"telemetry_altitudeLabel": "Magasság",
"telemetry_frequencyLabel": "Frekvencia",
"telemetry_percentageLabel": "Százalék",
"telemetry_concentrationLabel": "Koncentráció",
"telemetry_powerLabel": "Teljesítmény",
"telemetry_distanceLabel": "Távolság",
"telemetry_energyLabel": "Energia",
"telemetry_directionLabel": "Irány",
"telemetry_timeLabel": "Idő",
"telemetry_gyrometerLabel": "Giroszkóp",
"telemetry_colourLabel": "Szín",
"telemetry_gpsLabel": "GPS",
"telemetry_switchLabel": "Kapcsoló",
"telemetry_polylineLabel": "Töröttvonal",
"telemetry_altitudeValue": "{meters} m",
"telemetry_frequencyValue": "{hertz} Hz",
"telemetry_pressureValue": "{hpa} hPa",
"telemetry_luminosityValue": "{lux} lx",
"telemetry_powerValue": "{watts} W",
"telemetry_distanceValue": "{meters} m",
"telemetry_energyValue": "{kilowattHours} kWh",
"telemetry_directionValue": "{degrees}°",
"telemetry_concentrationValue": "{ppm} ppm",
"telemetry_percentageValue": "{percent}%",
"telemetry_analogValue": "{value}",
"telemetry_autoFetchQuantity": "Kérések száma",
"telemetry_error": "Nem sikerült lekérni az adatokat",
"telemetry_noData": "Nincsenek elérhető telemetriadatok.",