Skip to content

Commit 94aded8

Browse files
committed
Update changelogs
1 parent b16b385 commit 94aded8

29 files changed

+492
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ All notable changes to this project will be documented in this file.
99
- Berry `classof` extended to class methods (#21615)
1010
- Extend command ``SetOption147 1`` to disable publish of IRReceived MQTT messages (#21574)
1111
- Matter support for Rain sensor (#21633)
12-
- Matter add internal debug option
13-
- Matter add Fan support (virtual only)
12+
- Matter add internal debug option (#21634)
13+
- Matter add Fan support (virtual only) (#21637)
1414

1515
### Breaking Changed
1616

@@ -20,7 +20,7 @@ All notable changes to this project will be documented in this file.
2020
- NeoPool using temperature as only frequently changing value for NPTeleperiod (#21628)
2121

2222
### Fixed
23-
- Matter interverted attributes 0xFFF9 and 0xFFFB
23+
- Matter interverted attributes 0xFFF9 and 0xFFFB (#21636)
2424

2525
### Removed
2626

RELEASENOTES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,8 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
131131
- HASPmota rounds to nearest int values passed as 'real' [#21599](https://github.com/arendst/Tasmota/issues/21599)
132132
- Matter support for Air Quality sensors [#21559](https://github.com/arendst/Tasmota/issues/21559)
133133
- Matter support for bridged Air Quality [#21597](https://github.com/arendst/Tasmota/issues/21597)
134+
- Matter add internal debug option [#21634](https://github.com/arendst/Tasmota/issues/21634)
135+
- Matter add Fan support (virtual only) [#21637](https://github.com/arendst/Tasmota/issues/21637)
134136

135137
### Changed
136138
- 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
147149

148150
### Fixed
149151
- Berry `input()` returns empty string and does not crash [#21565](https://github.com/arendst/Tasmota/issues/21565)
152+
- Matter interverted attributes 0xFFF9 and 0xFFFB [#21636](https://github.com/arendst/Tasmota/issues/21636)
150153

151154
### Removed

tasmota/language/af_AF.h

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -664,6 +664,24 @@
664664
#define D_SIGNALSTRENGTH "Signal Strength"
665665
#define D_CHIPTEMPERATURE "Chip Temperature"
666666

667+
// xsns_60_GPS
668+
#define D_LATITUDE "Latitude"
669+
#define D_LONGITUDE "Longitude"
670+
#define D_HORIZONTAL_ACCURACY "Horizontal Accuracy"
671+
#define D_ALTITUDE "Altitude"
672+
#define D_VERTICAL_ACCURACY "Vertical Accuracy"
673+
#define D_SPEED "Speed"
674+
#define D_SPEED_ACCURACY "Speed Accuracy"
675+
#define D_HEADING "Heading"
676+
#define D_HEADING_ACCURACY "Heading Accuracy"
677+
#define D_SAT_FIX "Satellite Fix"
678+
#define D_SAT_FIX_NO_FIX "None"
679+
#define D_SAT_FIX_DEAD_RECK "Dead reckoning"
680+
#define D_SAT_FIX_2D "2D"
681+
#define D_SAT_FIX_3D "3D"
682+
#define D_SAT_FIX_GPS_DEAD "GPS and dead reckoning"
683+
#define D_SAT_FIX_TIME "Time only fix"
684+
667685
// tasmota_template.h - keep them as short as possible to be able to fit them in GUI drop down box
668686
#define D_SENSOR_NONE "Geen"
669687
#define D_SENSOR_USER "Gebruiker"

tasmota/language/bg_BG.h

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -664,6 +664,24 @@
664664
#define D_SIGNALSTRENGTH "Сила на сигнала"
665665
#define D_CHIPTEMPERATURE "Температура на чипа"
666666

667+
// xsns_60_GPS
668+
#define D_LATITUDE "Latitude"
669+
#define D_LONGITUDE "Longitude"
670+
#define D_HORIZONTAL_ACCURACY "Horizontal Accuracy"
671+
#define D_ALTITUDE "Altitude"
672+
#define D_VERTICAL_ACCURACY "Vertical Accuracy"
673+
#define D_SPEED "Speed"
674+
#define D_SPEED_ACCURACY "Speed Accuracy"
675+
#define D_HEADING "Heading"
676+
#define D_HEADING_ACCURACY "Heading Accuracy"
677+
#define D_SAT_FIX "Satellite Fix"
678+
#define D_SAT_FIX_NO_FIX "None"
679+
#define D_SAT_FIX_DEAD_RECK "Dead reckoning"
680+
#define D_SAT_FIX_2D "2D"
681+
#define D_SAT_FIX_3D "3D"
682+
#define D_SAT_FIX_GPS_DEAD "GPS and dead reckoning"
683+
#define D_SAT_FIX_TIME "Time only fix"
684+
667685
// tasmota_template.h - keep them as short as possible to be able to fit them in GUI drop down box
668686
#define D_SENSOR_NONE "Няма"
669687
#define D_SENSOR_USER "Потребителско"

tasmota/language/ca_AD.h

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -664,6 +664,24 @@
664664
#define D_SIGNALSTRENGTH "Nivell del senyal"
665665
#define D_CHIPTEMPERATURE "Temperatura del Xip"
666666

667+
// xsns_60_GPS
668+
#define D_LATITUDE "Latitude"
669+
#define D_LONGITUDE "Longitude"
670+
#define D_HORIZONTAL_ACCURACY "Horizontal Accuracy"
671+
#define D_ALTITUDE "Altitude"
672+
#define D_VERTICAL_ACCURACY "Vertical Accuracy"
673+
#define D_SPEED "Speed"
674+
#define D_SPEED_ACCURACY "Speed Accuracy"
675+
#define D_HEADING "Heading"
676+
#define D_HEADING_ACCURACY "Heading Accuracy"
677+
#define D_SAT_FIX "Satellite Fix"
678+
#define D_SAT_FIX_NO_FIX "None"
679+
#define D_SAT_FIX_DEAD_RECK "Dead reckoning"
680+
#define D_SAT_FIX_2D "2D"
681+
#define D_SAT_FIX_3D "3D"
682+
#define D_SAT_FIX_GPS_DEAD "GPS and dead reckoning"
683+
#define D_SAT_FIX_TIME "Time only fix"
684+
667685
// tasmota_template.h - keep them as short as possible to be able to fit them in GUI drop down box
668686
#define D_SENSOR_NONE "Cap"
669687
#define D_SENSOR_USER "Usuari"

tasmota/language/cs_CZ.h

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -664,6 +664,24 @@
664664
#define D_SIGNALSTRENGTH "Signal Strength"
665665
#define D_CHIPTEMPERATURE "Chip Temperature"
666666

667+
// xsns_60_GPS
668+
#define D_LATITUDE "Latitude"
669+
#define D_LONGITUDE "Longitude"
670+
#define D_HORIZONTAL_ACCURACY "Horizontal Accuracy"
671+
#define D_ALTITUDE "Altitude"
672+
#define D_VERTICAL_ACCURACY "Vertical Accuracy"
673+
#define D_SPEED "Speed"
674+
#define D_SPEED_ACCURACY "Speed Accuracy"
675+
#define D_HEADING "Heading"
676+
#define D_HEADING_ACCURACY "Heading Accuracy"
677+
#define D_SAT_FIX "Satellite Fix"
678+
#define D_SAT_FIX_NO_FIX "None"
679+
#define D_SAT_FIX_DEAD_RECK "Dead reckoning"
680+
#define D_SAT_FIX_2D "2D"
681+
#define D_SAT_FIX_3D "3D"
682+
#define D_SAT_FIX_GPS_DEAD "GPS and dead reckoning"
683+
#define D_SAT_FIX_TIME "Time only fix"
684+
667685
// tasmota_template.h - keep them as short as possible to be able to fit them in GUI drop down box
668686
#define D_SENSOR_NONE "Není"
669687
#define D_SENSOR_USER "User"

tasmota/language/de_DE.h

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -664,6 +664,24 @@
664664
#define D_SIGNALSTRENGTH "Signalstärke"
665665
#define D_CHIPTEMPERATURE "Chiptemperatur"
666666

667+
// xsns_60_GPS
668+
#define D_LATITUDE "Latitude"
669+
#define D_LONGITUDE "Longitude"
670+
#define D_HORIZONTAL_ACCURACY "Horizontal Accuracy"
671+
#define D_ALTITUDE "Altitude"
672+
#define D_VERTICAL_ACCURACY "Vertical Accuracy"
673+
#define D_SPEED "Speed"
674+
#define D_SPEED_ACCURACY "Speed Accuracy"
675+
#define D_HEADING "Heading"
676+
#define D_HEADING_ACCURACY "Heading Accuracy"
677+
#define D_SAT_FIX "Satellite Fix"
678+
#define D_SAT_FIX_NO_FIX "None"
679+
#define D_SAT_FIX_DEAD_RECK "Dead reckoning"
680+
#define D_SAT_FIX_2D "2D"
681+
#define D_SAT_FIX_3D "3D"
682+
#define D_SAT_FIX_GPS_DEAD "GPS and dead reckoning"
683+
#define D_SAT_FIX_TIME "Time only fix"
684+
667685
// tasmota_template.h - keep them as short as possible to be able to fit them in GUI drop down box
668686
#define D_SENSOR_NONE "None"
669687
#define D_SENSOR_USER "User"

tasmota/language/el_GR.h

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -664,6 +664,24 @@
664664
#define D_SIGNALSTRENGTH "Signal Strength"
665665
#define D_CHIPTEMPERATURE "Chip Temperature"
666666

667+
// xsns_60_GPS
668+
#define D_LATITUDE "Latitude"
669+
#define D_LONGITUDE "Longitude"
670+
#define D_HORIZONTAL_ACCURACY "Horizontal Accuracy"
671+
#define D_ALTITUDE "Altitude"
672+
#define D_VERTICAL_ACCURACY "Vertical Accuracy"
673+
#define D_SPEED "Speed"
674+
#define D_SPEED_ACCURACY "Speed Accuracy"
675+
#define D_HEADING "Heading"
676+
#define D_HEADING_ACCURACY "Heading Accuracy"
677+
#define D_SAT_FIX "Satellite Fix"
678+
#define D_SAT_FIX_NO_FIX "None"
679+
#define D_SAT_FIX_DEAD_RECK "Dead reckoning"
680+
#define D_SAT_FIX_2D "2D"
681+
#define D_SAT_FIX_3D "3D"
682+
#define D_SAT_FIX_GPS_DEAD "GPS and dead reckoning"
683+
#define D_SAT_FIX_TIME "Time only fix"
684+
667685
// tasmota_template.h - keep them as short as possible to be able to fit them in GUI drop down box
668686
#define D_SENSOR_NONE "Κανένα"
669687
#define D_SENSOR_USER "User"

tasmota/language/en_GB.h

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -664,6 +664,24 @@
664664
#define D_SIGNALSTRENGTH "Signal Strength"
665665
#define D_CHIPTEMPERATURE "Chip Temperature"
666666

667+
// xsns_60_GPS
668+
#define D_LATITUDE "Latitude"
669+
#define D_LONGITUDE "Longitude"
670+
#define D_HORIZONTAL_ACCURACY "Horizontal Accuracy"
671+
#define D_ALTITUDE "Altitude"
672+
#define D_VERTICAL_ACCURACY "Vertical Accuracy"
673+
#define D_SPEED "Speed"
674+
#define D_SPEED_ACCURACY "Speed Accuracy"
675+
#define D_HEADING "Heading"
676+
#define D_HEADING_ACCURACY "Heading Accuracy"
677+
#define D_SAT_FIX "Satellite Fix"
678+
#define D_SAT_FIX_NO_FIX "None"
679+
#define D_SAT_FIX_DEAD_RECK "Dead reckoning"
680+
#define D_SAT_FIX_2D "2D"
681+
#define D_SAT_FIX_3D "3D"
682+
#define D_SAT_FIX_GPS_DEAD "GPS and dead reckoning"
683+
#define D_SAT_FIX_TIME "Time only fix"
684+
667685
// tasmota_template.h - keep them as short as possible to be able to fit them in GUI drop down box
668686
#define D_SENSOR_NONE "None"
669687
#define D_SENSOR_USER "User"

tasmota/language/es_ES.h

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -664,6 +664,24 @@
664664
#define D_SIGNALSTRENGTH "Señal"
665665
#define D_CHIPTEMPERATURE "Temperatura del Chip"
666666

667+
// xsns_60_GPS
668+
#define D_LATITUDE "Latitude"
669+
#define D_LONGITUDE "Longitude"
670+
#define D_HORIZONTAL_ACCURACY "Horizontal Accuracy"
671+
#define D_ALTITUDE "Altitude"
672+
#define D_VERTICAL_ACCURACY "Vertical Accuracy"
673+
#define D_SPEED "Speed"
674+
#define D_SPEED_ACCURACY "Speed Accuracy"
675+
#define D_HEADING "Heading"
676+
#define D_HEADING_ACCURACY "Heading Accuracy"
677+
#define D_SAT_FIX "Satellite Fix"
678+
#define D_SAT_FIX_NO_FIX "None"
679+
#define D_SAT_FIX_DEAD_RECK "Dead reckoning"
680+
#define D_SAT_FIX_2D "2D"
681+
#define D_SAT_FIX_3D "3D"
682+
#define D_SAT_FIX_GPS_DEAD "GPS and dead reckoning"
683+
#define D_SAT_FIX_TIME "Time only fix"
684+
667685
// tasmota_template.h - keep them as short as possible to be able to fit them in GUI drop down box
668686
#define D_SENSOR_NONE "Ninguno"
669687
#define D_SENSOR_USER "Por Usuario"

0 commit comments

Comments
 (0)