mirror of
https://github.com/zjs81/meshcore-open.git
synced 2026-06-26 12:23:12 +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:
@@ -1282,6 +1282,41 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"telemetry_digitalInputLabel": "Ingresso digitale",
|
||||
"telemetry_digitalOutputLabel": "Uscita digitale",
|
||||
"telemetry_analogInputLabel": "Ingresso analogico",
|
||||
"telemetry_analogOutputLabel": "Uscita analogica",
|
||||
"telemetry_genericLabel": "Sensore generico",
|
||||
"telemetry_luminosityLabel": "Luminosità",
|
||||
"telemetry_presenceLabel": "Presenza",
|
||||
"telemetry_humidityLabel": "Umidità",
|
||||
"telemetry_accelerometerLabel": "Accelerometro",
|
||||
"telemetry_pressureLabel": "Pressione",
|
||||
"telemetry_altitudeLabel": "Altitudine",
|
||||
"telemetry_frequencyLabel": "Frequenza",
|
||||
"telemetry_percentageLabel": "Percentuale",
|
||||
"telemetry_concentrationLabel": "Concentrazione",
|
||||
"telemetry_powerLabel": "Potenza",
|
||||
"telemetry_distanceLabel": "Distanza",
|
||||
"telemetry_energyLabel": "Energia",
|
||||
"telemetry_directionLabel": "Direzione",
|
||||
"telemetry_timeLabel": "Ora",
|
||||
"telemetry_gyrometerLabel": "Giroscopio",
|
||||
"telemetry_colourLabel": "Colore",
|
||||
"telemetry_gpsLabel": "GPS",
|
||||
"telemetry_switchLabel": "Interruttore",
|
||||
"telemetry_polylineLabel": "Polilinea",
|
||||
"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": "Numero di richieste",
|
||||
"telemetry_error": "Impossibile recuperare i dati",
|
||||
"telemetry_noData": "Nessun dato di telemetria disponibile.",
|
||||
|
||||
Reference in New Issue
Block a user