mirror of https://github.com/arendst/Tasmota.git
Update changelogs
This commit is contained in:
parent
b16b3859e3
commit
94aded8d5c
|
@ -9,8 +9,8 @@ All notable changes to this project will be documented in this file.
|
|||
- Berry `classof` extended to class methods (#21615)
|
||||
- Extend command ``SetOption147 1`` to disable publish of IRReceived MQTT messages (#21574)
|
||||
- Matter support for Rain sensor (#21633)
|
||||
- Matter add internal debug option
|
||||
- Matter add Fan support (virtual only)
|
||||
- Matter add internal debug option (#21634)
|
||||
- Matter add Fan support (virtual only) (#21637)
|
||||
|
||||
### Breaking Changed
|
||||
|
||||
|
@ -20,7 +20,7 @@ All notable changes to this project will be documented in this file.
|
|||
- NeoPool using temperature as only frequently changing value for NPTeleperiod (#21628)
|
||||
|
||||
### Fixed
|
||||
- Matter interverted attributes 0xFFF9 and 0xFFFB
|
||||
- Matter interverted attributes 0xFFF9 and 0xFFFB (#21636)
|
||||
|
||||
### Removed
|
||||
|
||||
|
|
|
@ -131,6 +131,8 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
|
|||
- HASPmota rounds to nearest int values passed as 'real' [#21599](https://github.com/arendst/Tasmota/issues/21599)
|
||||
- Matter support for Air Quality sensors [#21559](https://github.com/arendst/Tasmota/issues/21559)
|
||||
- Matter support for bridged Air Quality [#21597](https://github.com/arendst/Tasmota/issues/21597)
|
||||
- Matter add internal debug option [#21634](https://github.com/arendst/Tasmota/issues/21634)
|
||||
- Matter add Fan support (virtual only) [#21637](https://github.com/arendst/Tasmota/issues/21637)
|
||||
|
||||
### Changed
|
||||
- Optional MQTT_TELE_RETAIN to Energy Margins message replaced by ``SensorRetain``
|
||||
|
@ -147,5 +149,6 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
|
|||
|
||||
### Fixed
|
||||
- Berry `input()` returns empty string and does not crash [#21565](https://github.com/arendst/Tasmota/issues/21565)
|
||||
- Matter interverted attributes 0xFFF9 and 0xFFFB [#21636](https://github.com/arendst/Tasmota/issues/21636)
|
||||
|
||||
### Removed
|
||||
|
|
|
@ -664,6 +664,24 @@
|
|||
#define D_SIGNALSTRENGTH "Signal Strength"
|
||||
#define D_CHIPTEMPERATURE "Chip Temperature"
|
||||
|
||||
// xsns_60_GPS
|
||||
#define D_LATITUDE "Latitude"
|
||||
#define D_LONGITUDE "Longitude"
|
||||
#define D_HORIZONTAL_ACCURACY "Horizontal Accuracy"
|
||||
#define D_ALTITUDE "Altitude"
|
||||
#define D_VERTICAL_ACCURACY "Vertical Accuracy"
|
||||
#define D_SPEED "Speed"
|
||||
#define D_SPEED_ACCURACY "Speed Accuracy"
|
||||
#define D_HEADING "Heading"
|
||||
#define D_HEADING_ACCURACY "Heading Accuracy"
|
||||
#define D_SAT_FIX "Satellite Fix"
|
||||
#define D_SAT_FIX_NO_FIX "None"
|
||||
#define D_SAT_FIX_DEAD_RECK "Dead reckoning"
|
||||
#define D_SAT_FIX_2D "2D"
|
||||
#define D_SAT_FIX_3D "3D"
|
||||
#define D_SAT_FIX_GPS_DEAD "GPS and dead reckoning"
|
||||
#define D_SAT_FIX_TIME "Time only fix"
|
||||
|
||||
// tasmota_template.h - keep them as short as possible to be able to fit them in GUI drop down box
|
||||
#define D_SENSOR_NONE "Geen"
|
||||
#define D_SENSOR_USER "Gebruiker"
|
||||
|
|
|
@ -664,6 +664,24 @@
|
|||
#define D_SIGNALSTRENGTH "Сила на сигнала"
|
||||
#define D_CHIPTEMPERATURE "Температура на чипа"
|
||||
|
||||
// xsns_60_GPS
|
||||
#define D_LATITUDE "Latitude"
|
||||
#define D_LONGITUDE "Longitude"
|
||||
#define D_HORIZONTAL_ACCURACY "Horizontal Accuracy"
|
||||
#define D_ALTITUDE "Altitude"
|
||||
#define D_VERTICAL_ACCURACY "Vertical Accuracy"
|
||||
#define D_SPEED "Speed"
|
||||
#define D_SPEED_ACCURACY "Speed Accuracy"
|
||||
#define D_HEADING "Heading"
|
||||
#define D_HEADING_ACCURACY "Heading Accuracy"
|
||||
#define D_SAT_FIX "Satellite Fix"
|
||||
#define D_SAT_FIX_NO_FIX "None"
|
||||
#define D_SAT_FIX_DEAD_RECK "Dead reckoning"
|
||||
#define D_SAT_FIX_2D "2D"
|
||||
#define D_SAT_FIX_3D "3D"
|
||||
#define D_SAT_FIX_GPS_DEAD "GPS and dead reckoning"
|
||||
#define D_SAT_FIX_TIME "Time only fix"
|
||||
|
||||
// tasmota_template.h - keep them as short as possible to be able to fit them in GUI drop down box
|
||||
#define D_SENSOR_NONE "Няма"
|
||||
#define D_SENSOR_USER "Потребителско"
|
||||
|
|
|
@ -664,6 +664,24 @@
|
|||
#define D_SIGNALSTRENGTH "Nivell del senyal"
|
||||
#define D_CHIPTEMPERATURE "Temperatura del Xip"
|
||||
|
||||
// xsns_60_GPS
|
||||
#define D_LATITUDE "Latitude"
|
||||
#define D_LONGITUDE "Longitude"
|
||||
#define D_HORIZONTAL_ACCURACY "Horizontal Accuracy"
|
||||
#define D_ALTITUDE "Altitude"
|
||||
#define D_VERTICAL_ACCURACY "Vertical Accuracy"
|
||||
#define D_SPEED "Speed"
|
||||
#define D_SPEED_ACCURACY "Speed Accuracy"
|
||||
#define D_HEADING "Heading"
|
||||
#define D_HEADING_ACCURACY "Heading Accuracy"
|
||||
#define D_SAT_FIX "Satellite Fix"
|
||||
#define D_SAT_FIX_NO_FIX "None"
|
||||
#define D_SAT_FIX_DEAD_RECK "Dead reckoning"
|
||||
#define D_SAT_FIX_2D "2D"
|
||||
#define D_SAT_FIX_3D "3D"
|
||||
#define D_SAT_FIX_GPS_DEAD "GPS and dead reckoning"
|
||||
#define D_SAT_FIX_TIME "Time only fix"
|
||||
|
||||
// tasmota_template.h - keep them as short as possible to be able to fit them in GUI drop down box
|
||||
#define D_SENSOR_NONE "Cap"
|
||||
#define D_SENSOR_USER "Usuari"
|
||||
|
|
|
@ -664,6 +664,24 @@
|
|||
#define D_SIGNALSTRENGTH "Signal Strength"
|
||||
#define D_CHIPTEMPERATURE "Chip Temperature"
|
||||
|
||||
// xsns_60_GPS
|
||||
#define D_LATITUDE "Latitude"
|
||||
#define D_LONGITUDE "Longitude"
|
||||
#define D_HORIZONTAL_ACCURACY "Horizontal Accuracy"
|
||||
#define D_ALTITUDE "Altitude"
|
||||
#define D_VERTICAL_ACCURACY "Vertical Accuracy"
|
||||
#define D_SPEED "Speed"
|
||||
#define D_SPEED_ACCURACY "Speed Accuracy"
|
||||
#define D_HEADING "Heading"
|
||||
#define D_HEADING_ACCURACY "Heading Accuracy"
|
||||
#define D_SAT_FIX "Satellite Fix"
|
||||
#define D_SAT_FIX_NO_FIX "None"
|
||||
#define D_SAT_FIX_DEAD_RECK "Dead reckoning"
|
||||
#define D_SAT_FIX_2D "2D"
|
||||
#define D_SAT_FIX_3D "3D"
|
||||
#define D_SAT_FIX_GPS_DEAD "GPS and dead reckoning"
|
||||
#define D_SAT_FIX_TIME "Time only fix"
|
||||
|
||||
// tasmota_template.h - keep them as short as possible to be able to fit them in GUI drop down box
|
||||
#define D_SENSOR_NONE "Není"
|
||||
#define D_SENSOR_USER "User"
|
||||
|
|
|
@ -664,6 +664,24 @@
|
|||
#define D_SIGNALSTRENGTH "Signalstärke"
|
||||
#define D_CHIPTEMPERATURE "Chiptemperatur"
|
||||
|
||||
// xsns_60_GPS
|
||||
#define D_LATITUDE "Latitude"
|
||||
#define D_LONGITUDE "Longitude"
|
||||
#define D_HORIZONTAL_ACCURACY "Horizontal Accuracy"
|
||||
#define D_ALTITUDE "Altitude"
|
||||
#define D_VERTICAL_ACCURACY "Vertical Accuracy"
|
||||
#define D_SPEED "Speed"
|
||||
#define D_SPEED_ACCURACY "Speed Accuracy"
|
||||
#define D_HEADING "Heading"
|
||||
#define D_HEADING_ACCURACY "Heading Accuracy"
|
||||
#define D_SAT_FIX "Satellite Fix"
|
||||
#define D_SAT_FIX_NO_FIX "None"
|
||||
#define D_SAT_FIX_DEAD_RECK "Dead reckoning"
|
||||
#define D_SAT_FIX_2D "2D"
|
||||
#define D_SAT_FIX_3D "3D"
|
||||
#define D_SAT_FIX_GPS_DEAD "GPS and dead reckoning"
|
||||
#define D_SAT_FIX_TIME "Time only fix"
|
||||
|
||||
// tasmota_template.h - keep them as short as possible to be able to fit them in GUI drop down box
|
||||
#define D_SENSOR_NONE "None"
|
||||
#define D_SENSOR_USER "User"
|
||||
|
|
|
@ -664,6 +664,24 @@
|
|||
#define D_SIGNALSTRENGTH "Signal Strength"
|
||||
#define D_CHIPTEMPERATURE "Chip Temperature"
|
||||
|
||||
// xsns_60_GPS
|
||||
#define D_LATITUDE "Latitude"
|
||||
#define D_LONGITUDE "Longitude"
|
||||
#define D_HORIZONTAL_ACCURACY "Horizontal Accuracy"
|
||||
#define D_ALTITUDE "Altitude"
|
||||
#define D_VERTICAL_ACCURACY "Vertical Accuracy"
|
||||
#define D_SPEED "Speed"
|
||||
#define D_SPEED_ACCURACY "Speed Accuracy"
|
||||
#define D_HEADING "Heading"
|
||||
#define D_HEADING_ACCURACY "Heading Accuracy"
|
||||
#define D_SAT_FIX "Satellite Fix"
|
||||
#define D_SAT_FIX_NO_FIX "None"
|
||||
#define D_SAT_FIX_DEAD_RECK "Dead reckoning"
|
||||
#define D_SAT_FIX_2D "2D"
|
||||
#define D_SAT_FIX_3D "3D"
|
||||
#define D_SAT_FIX_GPS_DEAD "GPS and dead reckoning"
|
||||
#define D_SAT_FIX_TIME "Time only fix"
|
||||
|
||||
// tasmota_template.h - keep them as short as possible to be able to fit them in GUI drop down box
|
||||
#define D_SENSOR_NONE "Κανένα"
|
||||
#define D_SENSOR_USER "User"
|
||||
|
|
|
@ -664,6 +664,24 @@
|
|||
#define D_SIGNALSTRENGTH "Signal Strength"
|
||||
#define D_CHIPTEMPERATURE "Chip Temperature"
|
||||
|
||||
// xsns_60_GPS
|
||||
#define D_LATITUDE "Latitude"
|
||||
#define D_LONGITUDE "Longitude"
|
||||
#define D_HORIZONTAL_ACCURACY "Horizontal Accuracy"
|
||||
#define D_ALTITUDE "Altitude"
|
||||
#define D_VERTICAL_ACCURACY "Vertical Accuracy"
|
||||
#define D_SPEED "Speed"
|
||||
#define D_SPEED_ACCURACY "Speed Accuracy"
|
||||
#define D_HEADING "Heading"
|
||||
#define D_HEADING_ACCURACY "Heading Accuracy"
|
||||
#define D_SAT_FIX "Satellite Fix"
|
||||
#define D_SAT_FIX_NO_FIX "None"
|
||||
#define D_SAT_FIX_DEAD_RECK "Dead reckoning"
|
||||
#define D_SAT_FIX_2D "2D"
|
||||
#define D_SAT_FIX_3D "3D"
|
||||
#define D_SAT_FIX_GPS_DEAD "GPS and dead reckoning"
|
||||
#define D_SAT_FIX_TIME "Time only fix"
|
||||
|
||||
// tasmota_template.h - keep them as short as possible to be able to fit them in GUI drop down box
|
||||
#define D_SENSOR_NONE "None"
|
||||
#define D_SENSOR_USER "User"
|
||||
|
|
|
@ -664,6 +664,24 @@
|
|||
#define D_SIGNALSTRENGTH "Señal"
|
||||
#define D_CHIPTEMPERATURE "Temperatura del Chip"
|
||||
|
||||
// xsns_60_GPS
|
||||
#define D_LATITUDE "Latitude"
|
||||
#define D_LONGITUDE "Longitude"
|
||||
#define D_HORIZONTAL_ACCURACY "Horizontal Accuracy"
|
||||
#define D_ALTITUDE "Altitude"
|
||||
#define D_VERTICAL_ACCURACY "Vertical Accuracy"
|
||||
#define D_SPEED "Speed"
|
||||
#define D_SPEED_ACCURACY "Speed Accuracy"
|
||||
#define D_HEADING "Heading"
|
||||
#define D_HEADING_ACCURACY "Heading Accuracy"
|
||||
#define D_SAT_FIX "Satellite Fix"
|
||||
#define D_SAT_FIX_NO_FIX "None"
|
||||
#define D_SAT_FIX_DEAD_RECK "Dead reckoning"
|
||||
#define D_SAT_FIX_2D "2D"
|
||||
#define D_SAT_FIX_3D "3D"
|
||||
#define D_SAT_FIX_GPS_DEAD "GPS and dead reckoning"
|
||||
#define D_SAT_FIX_TIME "Time only fix"
|
||||
|
||||
// tasmota_template.h - keep them as short as possible to be able to fit them in GUI drop down box
|
||||
#define D_SENSOR_NONE "Ninguno"
|
||||
#define D_SENSOR_USER "Por Usuario"
|
||||
|
|
|
@ -664,6 +664,24 @@
|
|||
#define D_SIGNALSTRENGTH "Signal Strength"
|
||||
#define D_CHIPTEMPERATURE "Chip Temperature"
|
||||
|
||||
// xsns_60_GPS
|
||||
#define D_LATITUDE "Latitude"
|
||||
#define D_LONGITUDE "Longitude"
|
||||
#define D_HORIZONTAL_ACCURACY "Horizontal Accuracy"
|
||||
#define D_ALTITUDE "Altitude"
|
||||
#define D_VERTICAL_ACCURACY "Vertical Accuracy"
|
||||
#define D_SPEED "Speed"
|
||||
#define D_SPEED_ACCURACY "Speed Accuracy"
|
||||
#define D_HEADING "Heading"
|
||||
#define D_HEADING_ACCURACY "Heading Accuracy"
|
||||
#define D_SAT_FIX "Satellite Fix"
|
||||
#define D_SAT_FIX_NO_FIX "None"
|
||||
#define D_SAT_FIX_DEAD_RECK "Dead reckoning"
|
||||
#define D_SAT_FIX_2D "2D"
|
||||
#define D_SAT_FIX_3D "3D"
|
||||
#define D_SAT_FIX_GPS_DEAD "GPS and dead reckoning"
|
||||
#define D_SAT_FIX_TIME "Time only fix"
|
||||
|
||||
// tasmota_template.h - keep them as short as possible to be able to fit them in GUI drop down box
|
||||
#define D_SENSOR_NONE "Aucun"
|
||||
#define D_SENSOR_USER "Utilisateur"
|
||||
|
|
|
@ -664,6 +664,24 @@
|
|||
#define D_SIGNALSTRENGTH "Signal Strength"
|
||||
#define D_CHIPTEMPERATURE "Chip Temperature"
|
||||
|
||||
// xsns_60_GPS
|
||||
#define D_LATITUDE "Latitude"
|
||||
#define D_LONGITUDE "Longitude"
|
||||
#define D_HORIZONTAL_ACCURACY "Horizontal Accuracy"
|
||||
#define D_ALTITUDE "Altitude"
|
||||
#define D_VERTICAL_ACCURACY "Vertical Accuracy"
|
||||
#define D_SPEED "Speed"
|
||||
#define D_SPEED_ACCURACY "Speed Accuracy"
|
||||
#define D_HEADING "Heading"
|
||||
#define D_HEADING_ACCURACY "Heading Accuracy"
|
||||
#define D_SAT_FIX "Satellite Fix"
|
||||
#define D_SAT_FIX_NO_FIX "None"
|
||||
#define D_SAT_FIX_DEAD_RECK "Dead reckoning"
|
||||
#define D_SAT_FIX_2D "2D"
|
||||
#define D_SAT_FIX_3D "3D"
|
||||
#define D_SAT_FIX_GPS_DEAD "GPS and dead reckoning"
|
||||
#define D_SAT_FIX_TIME "Time only fix"
|
||||
|
||||
// tasmota_template.h - keep them as short as possible to be able to fit them in GUI drop down box
|
||||
#define D_SENSOR_NONE "Gjin"
|
||||
#define D_SENSOR_USER "Brûker"
|
||||
|
|
|
@ -664,6 +664,24 @@
|
|||
#define D_SIGNALSTRENGTH "Signal Strength"
|
||||
#define D_CHIPTEMPERATURE "Chip Temperature"
|
||||
|
||||
// xsns_60_GPS
|
||||
#define D_LATITUDE "Latitude"
|
||||
#define D_LONGITUDE "Longitude"
|
||||
#define D_HORIZONTAL_ACCURACY "Horizontal Accuracy"
|
||||
#define D_ALTITUDE "Altitude"
|
||||
#define D_VERTICAL_ACCURACY "Vertical Accuracy"
|
||||
#define D_SPEED "Speed"
|
||||
#define D_SPEED_ACCURACY "Speed Accuracy"
|
||||
#define D_HEADING "Heading"
|
||||
#define D_HEADING_ACCURACY "Heading Accuracy"
|
||||
#define D_SAT_FIX "Satellite Fix"
|
||||
#define D_SAT_FIX_NO_FIX "None"
|
||||
#define D_SAT_FIX_DEAD_RECK "Dead reckoning"
|
||||
#define D_SAT_FIX_2D "2D"
|
||||
#define D_SAT_FIX_3D "3D"
|
||||
#define D_SAT_FIX_GPS_DEAD "GPS and dead reckoning"
|
||||
#define D_SAT_FIX_TIME "Time only fix"
|
||||
|
||||
// tasmota_template.h - keep them as short as possible to be able to fit them in GUI drop down box
|
||||
#define D_SENSOR_NONE "None"
|
||||
#define D_SENSOR_USER "משתמש"
|
||||
|
|
|
@ -664,6 +664,24 @@
|
|||
#define D_SIGNALSTRENGTH "Signal Strength"
|
||||
#define D_CHIPTEMPERATURE "Chip Temperature"
|
||||
|
||||
// xsns_60_GPS
|
||||
#define D_LATITUDE "Latitude"
|
||||
#define D_LONGITUDE "Longitude"
|
||||
#define D_HORIZONTAL_ACCURACY "Horizontal Accuracy"
|
||||
#define D_ALTITUDE "Altitude"
|
||||
#define D_VERTICAL_ACCURACY "Vertical Accuracy"
|
||||
#define D_SPEED "Speed"
|
||||
#define D_SPEED_ACCURACY "Speed Accuracy"
|
||||
#define D_HEADING "Heading"
|
||||
#define D_HEADING_ACCURACY "Heading Accuracy"
|
||||
#define D_SAT_FIX "Satellite Fix"
|
||||
#define D_SAT_FIX_NO_FIX "None"
|
||||
#define D_SAT_FIX_DEAD_RECK "Dead reckoning"
|
||||
#define D_SAT_FIX_2D "2D"
|
||||
#define D_SAT_FIX_3D "3D"
|
||||
#define D_SAT_FIX_GPS_DEAD "GPS and dead reckoning"
|
||||
#define D_SAT_FIX_TIME "Time only fix"
|
||||
|
||||
// tasmota_template.h - keep them as short as possible to be able to fit them in GUI drop down box
|
||||
#define D_SENSOR_NONE "Nincs"
|
||||
#define D_SENSOR_USER "User"
|
||||
|
|
|
@ -664,6 +664,24 @@
|
|||
#define D_SIGNALSTRENGTH "Livello segnale"
|
||||
#define D_CHIPTEMPERATURE "Temperatura chip"
|
||||
|
||||
// xsns_60_GPS
|
||||
#define D_LATITUDE "Latitude"
|
||||
#define D_LONGITUDE "Longitude"
|
||||
#define D_HORIZONTAL_ACCURACY "Horizontal Accuracy"
|
||||
#define D_ALTITUDE "Altitude"
|
||||
#define D_VERTICAL_ACCURACY "Vertical Accuracy"
|
||||
#define D_SPEED "Speed"
|
||||
#define D_SPEED_ACCURACY "Speed Accuracy"
|
||||
#define D_HEADING "Heading"
|
||||
#define D_HEADING_ACCURACY "Heading Accuracy"
|
||||
#define D_SAT_FIX "Satellite Fix"
|
||||
#define D_SAT_FIX_NO_FIX "None"
|
||||
#define D_SAT_FIX_DEAD_RECK "Dead reckoning"
|
||||
#define D_SAT_FIX_2D "2D"
|
||||
#define D_SAT_FIX_3D "3D"
|
||||
#define D_SAT_FIX_GPS_DEAD "GPS and dead reckoning"
|
||||
#define D_SAT_FIX_TIME "Time only fix"
|
||||
|
||||
// tasmota_template.h - keep them as short as possible to be able to fit them in GUI drop down box
|
||||
#define D_SENSOR_NONE "Nessuno"
|
||||
#define D_SENSOR_USER "Utente"
|
||||
|
|
|
@ -664,6 +664,24 @@
|
|||
#define D_SIGNALSTRENGTH "Signal Strength"
|
||||
#define D_CHIPTEMPERATURE "Chip Temperature"
|
||||
|
||||
// xsns_60_GPS
|
||||
#define D_LATITUDE "Latitude"
|
||||
#define D_LONGITUDE "Longitude"
|
||||
#define D_HORIZONTAL_ACCURACY "Horizontal Accuracy"
|
||||
#define D_ALTITUDE "Altitude"
|
||||
#define D_VERTICAL_ACCURACY "Vertical Accuracy"
|
||||
#define D_SPEED "Speed"
|
||||
#define D_SPEED_ACCURACY "Speed Accuracy"
|
||||
#define D_HEADING "Heading"
|
||||
#define D_HEADING_ACCURACY "Heading Accuracy"
|
||||
#define D_SAT_FIX "Satellite Fix"
|
||||
#define D_SAT_FIX_NO_FIX "None"
|
||||
#define D_SAT_FIX_DEAD_RECK "Dead reckoning"
|
||||
#define D_SAT_FIX_2D "2D"
|
||||
#define D_SAT_FIX_3D "3D"
|
||||
#define D_SAT_FIX_GPS_DEAD "GPS and dead reckoning"
|
||||
#define D_SAT_FIX_TIME "Time only fix"
|
||||
|
||||
// tasmota_template.h - keep them as short as possible to be able to fit them in GUI drop down box
|
||||
#define D_SENSOR_NONE "없음"
|
||||
#define D_SENSOR_USER "User"
|
||||
|
|
|
@ -664,6 +664,24 @@
|
|||
#define D_SIGNALSTRENGTH "Signal Strength"
|
||||
#define D_CHIPTEMPERATURE "Chip Temperature"
|
||||
|
||||
// xsns_60_GPS
|
||||
#define D_LATITUDE "Latitude"
|
||||
#define D_LONGITUDE "Longitude"
|
||||
#define D_HORIZONTAL_ACCURACY "Horizontal Accuracy"
|
||||
#define D_ALTITUDE "Altitude"
|
||||
#define D_VERTICAL_ACCURACY "Vertical Accuracy"
|
||||
#define D_SPEED "Speed"
|
||||
#define D_SPEED_ACCURACY "Speed Accuracy"
|
||||
#define D_HEADING "Heading"
|
||||
#define D_HEADING_ACCURACY "Heading Accuracy"
|
||||
#define D_SAT_FIX "Satellite Fix"
|
||||
#define D_SAT_FIX_NO_FIX "None"
|
||||
#define D_SAT_FIX_DEAD_RECK "Dead reckoning"
|
||||
#define D_SAT_FIX_2D "2D"
|
||||
#define D_SAT_FIX_3D "3D"
|
||||
#define D_SAT_FIX_GPS_DEAD "GPS and dead reckoning"
|
||||
#define D_SAT_FIX_TIME "Time only fix"
|
||||
|
||||
// tasmota_template.h - keep them as short as possible to be able to fit them in GUI drop down box
|
||||
#define D_SENSOR_NONE "Geen"
|
||||
#define D_SENSOR_USER "Gebruiker"
|
||||
|
|
|
@ -664,6 +664,24 @@
|
|||
#define D_SIGNALSTRENGTH "Siła sygnału"
|
||||
#define D_CHIPTEMPERATURE "Temperatura Chipa"
|
||||
|
||||
// xsns_60_GPS
|
||||
#define D_LATITUDE "Latitude"
|
||||
#define D_LONGITUDE "Longitude"
|
||||
#define D_HORIZONTAL_ACCURACY "Horizontal Accuracy"
|
||||
#define D_ALTITUDE "Altitude"
|
||||
#define D_VERTICAL_ACCURACY "Vertical Accuracy"
|
||||
#define D_SPEED "Speed"
|
||||
#define D_SPEED_ACCURACY "Speed Accuracy"
|
||||
#define D_HEADING "Heading"
|
||||
#define D_HEADING_ACCURACY "Heading Accuracy"
|
||||
#define D_SAT_FIX "Satellite Fix"
|
||||
#define D_SAT_FIX_NO_FIX "None"
|
||||
#define D_SAT_FIX_DEAD_RECK "Dead reckoning"
|
||||
#define D_SAT_FIX_2D "2D"
|
||||
#define D_SAT_FIX_3D "3D"
|
||||
#define D_SAT_FIX_GPS_DEAD "GPS and dead reckoning"
|
||||
#define D_SAT_FIX_TIME "Time only fix"
|
||||
|
||||
// tasmota_template.h - keep them as short as possible to be able to fit them in GUI drop down box
|
||||
#define D_SENSOR_NONE "Brak"
|
||||
#define D_SENSOR_USER "Użytkownik"
|
||||
|
|
|
@ -664,6 +664,24 @@
|
|||
#define D_SIGNALSTRENGTH "Força do sinal"
|
||||
#define D_CHIPTEMPERATURE "Temperatura do CHIP"
|
||||
|
||||
// xsns_60_GPS
|
||||
#define D_LATITUDE "Latitude"
|
||||
#define D_LONGITUDE "Longitude"
|
||||
#define D_HORIZONTAL_ACCURACY "Horizontal Accuracy"
|
||||
#define D_ALTITUDE "Altitude"
|
||||
#define D_VERTICAL_ACCURACY "Vertical Accuracy"
|
||||
#define D_SPEED "Speed"
|
||||
#define D_SPEED_ACCURACY "Speed Accuracy"
|
||||
#define D_HEADING "Heading"
|
||||
#define D_HEADING_ACCURACY "Heading Accuracy"
|
||||
#define D_SAT_FIX "Satellite Fix"
|
||||
#define D_SAT_FIX_NO_FIX "None"
|
||||
#define D_SAT_FIX_DEAD_RECK "Dead reckoning"
|
||||
#define D_SAT_FIX_2D "2D"
|
||||
#define D_SAT_FIX_3D "3D"
|
||||
#define D_SAT_FIX_GPS_DEAD "GPS and dead reckoning"
|
||||
#define D_SAT_FIX_TIME "Time only fix"
|
||||
|
||||
// tasmota_template.h - keep them as short as possible to be able to fit them in GUI drop down box
|
||||
#define D_SENSOR_NONE "Nenhum"
|
||||
#define D_SENSOR_USER "Usuário"
|
||||
|
|
|
@ -664,6 +664,24 @@
|
|||
#define D_SIGNALSTRENGTH "Signal Strength"
|
||||
#define D_CHIPTEMPERATURE "Chip Temperature"
|
||||
|
||||
// xsns_60_GPS
|
||||
#define D_LATITUDE "Latitude"
|
||||
#define D_LONGITUDE "Longitude"
|
||||
#define D_HORIZONTAL_ACCURACY "Horizontal Accuracy"
|
||||
#define D_ALTITUDE "Altitude"
|
||||
#define D_VERTICAL_ACCURACY "Vertical Accuracy"
|
||||
#define D_SPEED "Speed"
|
||||
#define D_SPEED_ACCURACY "Speed Accuracy"
|
||||
#define D_HEADING "Heading"
|
||||
#define D_HEADING_ACCURACY "Heading Accuracy"
|
||||
#define D_SAT_FIX "Satellite Fix"
|
||||
#define D_SAT_FIX_NO_FIX "None"
|
||||
#define D_SAT_FIX_DEAD_RECK "Dead reckoning"
|
||||
#define D_SAT_FIX_2D "2D"
|
||||
#define D_SAT_FIX_3D "3D"
|
||||
#define D_SAT_FIX_GPS_DEAD "GPS and dead reckoning"
|
||||
#define D_SAT_FIX_TIME "Time only fix"
|
||||
|
||||
// tasmota_template.h - keep them as short as possible to be able to fit them in GUI drop down box
|
||||
#define D_SENSOR_NONE "Nenhum"
|
||||
#define D_SENSOR_USER "Utilizador"
|
||||
|
|
|
@ -664,6 +664,24 @@
|
|||
#define D_SIGNALSTRENGTH "Signal Strength"
|
||||
#define D_CHIPTEMPERATURE "Chip Temperature"
|
||||
|
||||
// xsns_60_GPS
|
||||
#define D_LATITUDE "Latitude"
|
||||
#define D_LONGITUDE "Longitude"
|
||||
#define D_HORIZONTAL_ACCURACY "Horizontal Accuracy"
|
||||
#define D_ALTITUDE "Altitude"
|
||||
#define D_VERTICAL_ACCURACY "Vertical Accuracy"
|
||||
#define D_SPEED "Speed"
|
||||
#define D_SPEED_ACCURACY "Speed Accuracy"
|
||||
#define D_HEADING "Heading"
|
||||
#define D_HEADING_ACCURACY "Heading Accuracy"
|
||||
#define D_SAT_FIX "Satellite Fix"
|
||||
#define D_SAT_FIX_NO_FIX "None"
|
||||
#define D_SAT_FIX_DEAD_RECK "Dead reckoning"
|
||||
#define D_SAT_FIX_2D "2D"
|
||||
#define D_SAT_FIX_3D "3D"
|
||||
#define D_SAT_FIX_GPS_DEAD "GPS and dead reckoning"
|
||||
#define D_SAT_FIX_TIME "Time only fix"
|
||||
|
||||
// tasmota_template.h - keep them as short as possible to be able to fit them in GUI drop down box
|
||||
#define D_SENSOR_NONE "Fără"
|
||||
#define D_SENSOR_USER "Utilizator"
|
||||
|
|
|
@ -665,6 +665,24 @@
|
|||
#define D_SIGNALSTRENGTH "Сила сигнала"
|
||||
#define D_CHIPTEMPERATURE "Температура чипа"
|
||||
|
||||
// xsns_60_GPS
|
||||
#define D_LATITUDE "Latitude"
|
||||
#define D_LONGITUDE "Longitude"
|
||||
#define D_HORIZONTAL_ACCURACY "Horizontal Accuracy"
|
||||
#define D_ALTITUDE "Altitude"
|
||||
#define D_VERTICAL_ACCURACY "Vertical Accuracy"
|
||||
#define D_SPEED "Speed"
|
||||
#define D_SPEED_ACCURACY "Speed Accuracy"
|
||||
#define D_HEADING "Heading"
|
||||
#define D_HEADING_ACCURACY "Heading Accuracy"
|
||||
#define D_SAT_FIX "Satellite Fix"
|
||||
#define D_SAT_FIX_NO_FIX "None"
|
||||
#define D_SAT_FIX_DEAD_RECK "Dead reckoning"
|
||||
#define D_SAT_FIX_2D "2D"
|
||||
#define D_SAT_FIX_3D "3D"
|
||||
#define D_SAT_FIX_GPS_DEAD "GPS and dead reckoning"
|
||||
#define D_SAT_FIX_TIME "Time only fix"
|
||||
|
||||
// tasmota_template.h - keep them as short as possible to be able to fit them in GUI drop down box
|
||||
#define D_SENSOR_NONE "-нет-"
|
||||
#define D_SENSOR_USER "User"
|
||||
|
|
|
@ -664,6 +664,24 @@
|
|||
#define D_SIGNALSTRENGTH "Signal Strength"
|
||||
#define D_CHIPTEMPERATURE "Chip Temperature"
|
||||
|
||||
// xsns_60_GPS
|
||||
#define D_LATITUDE "Latitude"
|
||||
#define D_LONGITUDE "Longitude"
|
||||
#define D_HORIZONTAL_ACCURACY "Horizontal Accuracy"
|
||||
#define D_ALTITUDE "Altitude"
|
||||
#define D_VERTICAL_ACCURACY "Vertical Accuracy"
|
||||
#define D_SPEED "Speed"
|
||||
#define D_SPEED_ACCURACY "Speed Accuracy"
|
||||
#define D_HEADING "Heading"
|
||||
#define D_HEADING_ACCURACY "Heading Accuracy"
|
||||
#define D_SAT_FIX "Satellite Fix"
|
||||
#define D_SAT_FIX_NO_FIX "None"
|
||||
#define D_SAT_FIX_DEAD_RECK "Dead reckoning"
|
||||
#define D_SAT_FIX_2D "2D"
|
||||
#define D_SAT_FIX_3D "3D"
|
||||
#define D_SAT_FIX_GPS_DEAD "GPS and dead reckoning"
|
||||
#define D_SAT_FIX_TIME "Time only fix"
|
||||
|
||||
// tasmota_template.h - keep them as short as possible to be able to fit them in GUI drop down box
|
||||
#define D_SENSOR_NONE "Žiaden"
|
||||
#define D_SENSOR_USER "User"
|
||||
|
|
|
@ -664,6 +664,24 @@
|
|||
#define D_SIGNALSTRENGTH "Signal Strength"
|
||||
#define D_CHIPTEMPERATURE "Chip Temperature"
|
||||
|
||||
// xsns_60_GPS
|
||||
#define D_LATITUDE "Latitude"
|
||||
#define D_LONGITUDE "Longitude"
|
||||
#define D_HORIZONTAL_ACCURACY "Horizontal Accuracy"
|
||||
#define D_ALTITUDE "Altitude"
|
||||
#define D_VERTICAL_ACCURACY "Vertical Accuracy"
|
||||
#define D_SPEED "Speed"
|
||||
#define D_SPEED_ACCURACY "Speed Accuracy"
|
||||
#define D_HEADING "Heading"
|
||||
#define D_HEADING_ACCURACY "Heading Accuracy"
|
||||
#define D_SAT_FIX "Satellite Fix"
|
||||
#define D_SAT_FIX_NO_FIX "None"
|
||||
#define D_SAT_FIX_DEAD_RECK "Dead reckoning"
|
||||
#define D_SAT_FIX_2D "2D"
|
||||
#define D_SAT_FIX_3D "3D"
|
||||
#define D_SAT_FIX_GPS_DEAD "GPS and dead reckoning"
|
||||
#define D_SAT_FIX_TIME "Time only fix"
|
||||
|
||||
// tasmota_template.h - keep them as short as possible to be able to fit them in GUI drop down box
|
||||
#define D_SENSOR_NONE "Ingen"
|
||||
#define D_SENSOR_USER "User"
|
||||
|
|
|
@ -664,6 +664,24 @@
|
|||
#define D_SIGNALSTRENGTH "Signal Strength"
|
||||
#define D_CHIPTEMPERATURE "Chip Temperature"
|
||||
|
||||
// xsns_60_GPS
|
||||
#define D_LATITUDE "Latitude"
|
||||
#define D_LONGITUDE "Longitude"
|
||||
#define D_HORIZONTAL_ACCURACY "Horizontal Accuracy"
|
||||
#define D_ALTITUDE "Altitude"
|
||||
#define D_VERTICAL_ACCURACY "Vertical Accuracy"
|
||||
#define D_SPEED "Speed"
|
||||
#define D_SPEED_ACCURACY "Speed Accuracy"
|
||||
#define D_HEADING "Heading"
|
||||
#define D_HEADING_ACCURACY "Heading Accuracy"
|
||||
#define D_SAT_FIX "Satellite Fix"
|
||||
#define D_SAT_FIX_NO_FIX "None"
|
||||
#define D_SAT_FIX_DEAD_RECK "Dead reckoning"
|
||||
#define D_SAT_FIX_2D "2D"
|
||||
#define D_SAT_FIX_3D "3D"
|
||||
#define D_SAT_FIX_GPS_DEAD "GPS and dead reckoning"
|
||||
#define D_SAT_FIX_TIME "Time only fix"
|
||||
|
||||
// tasmota_template.h - keep them as short as possible to be able to fit them in GUI drop down box
|
||||
#define D_SENSOR_NONE "None"
|
||||
#define D_SENSOR_USER "User"
|
||||
|
|
|
@ -664,6 +664,24 @@
|
|||
#define D_SIGNALSTRENGTH "Signal Strength"
|
||||
#define D_CHIPTEMPERATURE "Chip Temperature"
|
||||
|
||||
// xsns_60_GPS
|
||||
#define D_LATITUDE "Latitude"
|
||||
#define D_LONGITUDE "Longitude"
|
||||
#define D_HORIZONTAL_ACCURACY "Horizontal Accuracy"
|
||||
#define D_ALTITUDE "Altitude"
|
||||
#define D_VERTICAL_ACCURACY "Vertical Accuracy"
|
||||
#define D_SPEED "Speed"
|
||||
#define D_SPEED_ACCURACY "Speed Accuracy"
|
||||
#define D_HEADING "Heading"
|
||||
#define D_HEADING_ACCURACY "Heading Accuracy"
|
||||
#define D_SAT_FIX "Satellite Fix"
|
||||
#define D_SAT_FIX_NO_FIX "None"
|
||||
#define D_SAT_FIX_DEAD_RECK "Dead reckoning"
|
||||
#define D_SAT_FIX_2D "2D"
|
||||
#define D_SAT_FIX_3D "3D"
|
||||
#define D_SAT_FIX_GPS_DEAD "GPS and dead reckoning"
|
||||
#define D_SAT_FIX_TIME "Time only fix"
|
||||
|
||||
// tasmota_template.h - keep them as short as possible to be able to fit them in GUI drop down box
|
||||
#define D_SENSOR_NONE "Немає"
|
||||
#define D_SENSOR_USER "Користувач"
|
||||
|
|
|
@ -664,6 +664,24 @@
|
|||
#define D_SIGNALSTRENGTH "Signal Strength"
|
||||
#define D_CHIPTEMPERATURE "Chip Temperature"
|
||||
|
||||
// xsns_60_GPS
|
||||
#define D_LATITUDE "Latitude"
|
||||
#define D_LONGITUDE "Longitude"
|
||||
#define D_HORIZONTAL_ACCURACY "Horizontal Accuracy"
|
||||
#define D_ALTITUDE "Altitude"
|
||||
#define D_VERTICAL_ACCURACY "Vertical Accuracy"
|
||||
#define D_SPEED "Speed"
|
||||
#define D_SPEED_ACCURACY "Speed Accuracy"
|
||||
#define D_HEADING "Heading"
|
||||
#define D_HEADING_ACCURACY "Heading Accuracy"
|
||||
#define D_SAT_FIX "Satellite Fix"
|
||||
#define D_SAT_FIX_NO_FIX "None"
|
||||
#define D_SAT_FIX_DEAD_RECK "Dead reckoning"
|
||||
#define D_SAT_FIX_2D "2D"
|
||||
#define D_SAT_FIX_3D "3D"
|
||||
#define D_SAT_FIX_GPS_DEAD "GPS and dead reckoning"
|
||||
#define D_SAT_FIX_TIME "Time only fix"
|
||||
|
||||
// tasmota_template.h - keep them as short as possible to be able to fit them in GUI drop down box
|
||||
#define D_SENSOR_NONE "Không dùng"
|
||||
#define D_SENSOR_USER "Người Dùng"
|
||||
|
|
|
@ -664,6 +664,24 @@
|
|||
#define D_SIGNALSTRENGTH "Signal Strength"
|
||||
#define D_CHIPTEMPERATURE "Chip Temperature"
|
||||
|
||||
// xsns_60_GPS
|
||||
#define D_LATITUDE "Latitude"
|
||||
#define D_LONGITUDE "Longitude"
|
||||
#define D_HORIZONTAL_ACCURACY "Horizontal Accuracy"
|
||||
#define D_ALTITUDE "Altitude"
|
||||
#define D_VERTICAL_ACCURACY "Vertical Accuracy"
|
||||
#define D_SPEED "Speed"
|
||||
#define D_SPEED_ACCURACY "Speed Accuracy"
|
||||
#define D_HEADING "Heading"
|
||||
#define D_HEADING_ACCURACY "Heading Accuracy"
|
||||
#define D_SAT_FIX "Satellite Fix"
|
||||
#define D_SAT_FIX_NO_FIX "None"
|
||||
#define D_SAT_FIX_DEAD_RECK "Dead reckoning"
|
||||
#define D_SAT_FIX_2D "2D"
|
||||
#define D_SAT_FIX_3D "3D"
|
||||
#define D_SAT_FIX_GPS_DEAD "GPS and dead reckoning"
|
||||
#define D_SAT_FIX_TIME "Time only fix"
|
||||
|
||||
// tasmota_template.h - keep them as short as possible to be able to fit them in GUI drop down box
|
||||
#define D_SENSOR_NONE "无"
|
||||
#define D_SENSOR_USER "User"
|
||||
|
|
|
@ -664,6 +664,24 @@
|
|||
#define D_SIGNALSTRENGTH "Signal Strength"
|
||||
#define D_CHIPTEMPERATURE "Chip Temperature"
|
||||
|
||||
// xsns_60_GPS
|
||||
#define D_LATITUDE "Latitude"
|
||||
#define D_LONGITUDE "Longitude"
|
||||
#define D_HORIZONTAL_ACCURACY "Horizontal Accuracy"
|
||||
#define D_ALTITUDE "Altitude"
|
||||
#define D_VERTICAL_ACCURACY "Vertical Accuracy"
|
||||
#define D_SPEED "Speed"
|
||||
#define D_SPEED_ACCURACY "Speed Accuracy"
|
||||
#define D_HEADING "Heading"
|
||||
#define D_HEADING_ACCURACY "Heading Accuracy"
|
||||
#define D_SAT_FIX "Satellite Fix"
|
||||
#define D_SAT_FIX_NO_FIX "None"
|
||||
#define D_SAT_FIX_DEAD_RECK "Dead reckoning"
|
||||
#define D_SAT_FIX_2D "2D"
|
||||
#define D_SAT_FIX_3D "3D"
|
||||
#define D_SAT_FIX_GPS_DEAD "GPS and dead reckoning"
|
||||
#define D_SAT_FIX_TIME "Time only fix"
|
||||
|
||||
// tasmota_template.h - keep them as short as possible to be able to fit them in GUI drop down box
|
||||
#define D_SENSOR_NONE "無"
|
||||
#define D_SENSOR_USER "使用者"
|
||||
|
|
Loading…
Reference in New Issue