Skip to content

Commit f084cbe

Browse files
committed
Update meta
1 parent 449b976 commit f084cbe

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

BUILDS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ Note: the `minimal` variant is not listed as it shouldn't be used outside of the
168168
| USE_GDK101 | - | - / - | - | - | - | - |
169169
| USE_TC74 | - | - / - | - | - | - | - |
170170
| USE_PCA9557 | - | - / - | - | - | - | - |
171+
| USE_AGS02MA | - | - / - | - | - | - | - |
171172
| | | | | | | |
172173
| **Feature or Sensor** | **l** | **t** | **k** | **s** | **i** | **d** | **Remarks** |
173174
| USE_HIH6 | - | - / x | - | x | - | - |

CODE_OWNERS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@ In addition to @arendst the following code is mainly owned by:
234234
| xsns_114_amsx915 | Bastian Urschel
235235
| xsns_115_wooliis | Luca Melette
236236
| xsns_117_c8_co2_5k | @jeroenvermeulen
237+
| xsns_118_ags02ma | Akshaylal S
237238
| |
238239
| xsns_127_esp32_sensors | @arendst
239240
| |

TEMPLATES.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,7 @@
55

66
# Templates
77

8-
Find below the available templates as of October 2025. More template information can be found in the [Tasmota Device Templates Repository](http://blakadder.github.io/templates)
9-
10-
##
11-
```
12-
```
8+
Find below the available templates as of December 2025. More template information can be found in the [Tasmota Device Templates Repository](http://blakadder.github.io/templates)
139

1410
## Adapter Board
1511
```
@@ -2287,8 +2283,8 @@ Devantech 8x16A {"NAME":"ESP32LR88","GPIO":[0,0,231,0,32,35,0,0,229
22872283
Dingtian 16 Channel {"NAME":"Dingtian DT-R008","GPIO":[1,9408,1,9440,1,1,1,1,1,9760,9729,9856,9792,1,1,1,0,1,1,1,0,1,1,1,0,0,0,0,9824,9952,1,1,1,0,0,1],"FLAG":0,"BASE":1}
22882284
Dingtian 2 Channel {"NAME":"Dingtian DT-R002","GPIO":[5536,9408,225,9440,0,0,0,0,0,9952,0,0,224,0,5600,0,0,0,0,5568,0,0,0,0,0,0,0,0,576,0,0,0,160,0,0,161],"FLAG":0,"BASE":1}
22892285
Dingtian 32 Channel {"NAME":"Dingtian DT-R008","GPIO":[1,9408,1,9440,1,1,1,1,1,9760,9731,9856,9792,1,1,1,0,1,1,1,0,1,1,1,0,0,0,0,9824,9952,1,1,1,0,0,1],"FLAG":0,"BASE":1}
2290-
Dingtian 4 Channel {"NAME":"Dingtian DT-R004","GPIO":[0,9408,225,9440,0,0,0,0,227,9952,0,0,224,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,226,162,0,163,160,0,0,161],"FLAG":0,"BASE":1}
2291-
Dingtian 8 Channel {"NAME":"Dingtian DT-R008","GPIO":[1,9408,1,9440,1,1,1,1,1,9760,9728,9856,9792,1,1,1,0,1,1,1,0,1,1,1,0,0,0,0,9824,9952,1,1,1,0,0,1],"FLAG":0,"BASE":1}
2286+
Dingtian 4 Channel {"NAME":"Dingtian DT-R004","GPIO":[0,9408,225,9440,0,0,0,0,227,9952,0,0,224,0,5600,0,0,0,0,5568,0,0,0,0,0,0,0,0,226,162,0,163,160,0,0,161],"FLAG":0,"BASE":1}
2287+
Dingtian 8 Channel {"NAME":"Dingtian DT-R008","GPIO":[1,9408,1,9440,1,1,1,1,5536,9760,9728,9856,9792,1,5600,1,0,1,1,5568,0,1,1,1,0,0,0,0,9824,9952,1,1,1,0,0,1],"FLAG":0,"BASE":1}
22922288
DoHome HomeKit DIY Switch {"NAME":"DoHome DIY","GPIO":[1,1,0,1,96,544,0,0,224,0,0,0,0,0],"FLAG":0,"BASE":1}
22932289
Eachen ST-DC2 {"NAME":"Garage Control","GPIO":[162,0,0,0,226,225,33,0,224,288,163,227,0,4704],"FLAG":0,"BASE":18}
22942290
Eachen ST-DC4 {"NAME":"Eachen_ST-DC4","GPIO":[160,1,1,1,226,225,1,1,224,544,1,227,1,0],"FLAG":0,"BASE":54}

tasmota/tasmota_support/support_features.ino

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -961,7 +961,9 @@ constexpr uint32_t feature[] = {
961961
#ifdef USE_VID6608
962962
0x00080000 | // xdrv_92_vid6608.ino
963963
#endif
964-
// 0x00100000 | //
964+
#ifdef USE_AGS02MA
965+
0x00100000 | // xsns_118_ags02ma.ino
966+
#endif
965967
// 0x00200000 | //
966968
// 0x00400000 | //
967969
// 0x00800000 | //

0 commit comments

Comments
 (0)