This commit is contained in:
2026-05-29 11:46:44 +02:00
commit 2dd72d367c
465 changed files with 155400 additions and 0 deletions
+56
View File
@@ -0,0 +1,56 @@
{
"manufacturer": "Toshiba",
"supportedModels": [
"FRC-199T"
],
"supportedController": "Broadlink",
"commandsEncoding": "Base64",
"brightness": [
16,
32,
48,
64,
80,
96,
112,
128,
144,
160,
176,
192,
208,
224,
240,
255
],
"colorTemperature": [
2700,
2953,
3207,
3460,
3713,
3967,
4220,
4473,
4727,
4980,
5233,
5487,
5740,
5993,
6247,
6500
],
"commands": {
"on": "",
"off": [
"",
""
],
"brighten": "",
"dim": "",
"colder": "",
"warmer": "",
"night": ""
}
}