mirror of
https://github.com/zjs81/meshcore-open.git
synced 2026-06-27 20:57:31 +10:00
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:
@@ -1292,6 +1292,41 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"telemetry_digitalInputLabel": "Wejście cyfrowe",
|
||||
"telemetry_digitalOutputLabel": "Wyjście cyfrowe",
|
||||
"telemetry_analogInputLabel": "Wejście analogowe",
|
||||
"telemetry_analogOutputLabel": "Wyjście analogowe",
|
||||
"telemetry_genericLabel": "Czujnik ogólny",
|
||||
"telemetry_luminosityLabel": "Jasność",
|
||||
"telemetry_presenceLabel": "Obecność",
|
||||
"telemetry_humidityLabel": "Wilgotność",
|
||||
"telemetry_accelerometerLabel": "Akcelerometr",
|
||||
"telemetry_pressureLabel": "Ciśnienie",
|
||||
"telemetry_altitudeLabel": "Wysokość",
|
||||
"telemetry_frequencyLabel": "Częstotliwość",
|
||||
"telemetry_percentageLabel": "Procent",
|
||||
"telemetry_concentrationLabel": "Stężenie",
|
||||
"telemetry_powerLabel": "Moc",
|
||||
"telemetry_distanceLabel": "Odległość",
|
||||
"telemetry_energyLabel": "Energia",
|
||||
"telemetry_directionLabel": "Kierunek",
|
||||
"telemetry_timeLabel": "Czas",
|
||||
"telemetry_gyrometerLabel": "Żyrometr",
|
||||
"telemetry_colourLabel": "Kolor",
|
||||
"telemetry_gpsLabel": "GPS",
|
||||
"telemetry_switchLabel": "Przełącznik",
|
||||
"telemetry_polylineLabel": "Polilinia",
|
||||
"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": "Liczba żądań",
|
||||
"telemetry_error": "Nie udało się pobrać danych",
|
||||
"telemetry_noData": "Brak dostępnych danych telemetrycznych.",
|
||||
|
||||
Reference in New Issue
Block a user