feat: add device support for T0xFB.

This commit is contained in:
sususweet
2025-10-22 16:01:20 +08:00
parent 7327ee3433
commit 087c5db497
5 changed files with 67 additions and 0 deletions

View File

@@ -359,6 +359,9 @@
},
"water_heater": {
"name": "Water Heater"
},
"electric_heater": {
"name": "Electric Heater"
}
},
"humidifier": {
@@ -1530,6 +1533,9 @@
}
},
"switch": {
"screen_close": {
"name": "Screen Close"
},
"anion": {
"name": "Anion"
},

View File

@@ -363,6 +363,9 @@
},
"water_heater": {
"name": "热水器"
},
"electric_heater": {
"name": "取暖器"
}
},
"humidifier": {
@@ -1534,6 +1537,9 @@
}
},
"switch": {
"screen_close": {
"name": "屏幕关闭"
},
"anion": {
"name": "负离子"
},