Skip to content

Commit

Permalink
feat: add json for atomberg fan
Browse files Browse the repository at this point in the history
  • Loading branch information
tanishqmanuja committed Jul 9, 2024
1 parent 677641f commit b6c47b5
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions codes/fan/1818.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"manufacturer": "Atomberg",
"supportedModels": [
"Studio+"
],
"supportedController": "MQTT",
"commandsEncoding": "Raw",
"speed": [
"1",
"2",
"3",
"4",
"5",
"boost"
],
"commands": {
"off": "{\"Protocol\":\"NEC\",\"Bits\":32,\"Data\":\"0xCF8976\",\"DataLSB\":\"0xF3916E\",\"Repeat\":0}",
"default": {
"1": "{\"Protocol\":\"NEC\",\"Bits\":32,\"Data\":\"0xCFD12E\",\"DataLSB\":\"0xF38B74\",\"Repeat\":0}",
"2": "{\"Protocol\":\"NEC\",\"Bits\":32,\"Data\":\"0xCF09F6\",\"DataLSB\":\"0xF3906F\",\"Repeat\":0}",
"3": "{\"Protocol\":\"NEC\",\"Bits\":32,\"Data\":\"0xCF51AE\",\"DataLSB\":\"0xF38A75\",\"Repeat\":0}",
"4": "{\"Protocol\":\"NEC\",\"Bits\":32,\"Data\":\"0xCFC936\",\"DataLSB\":\"0xF3936C\",\"Repeat\":0}",
"5": "{\"Protocol\":\"NEC\",\"Bits\":32,\"Data\":\"0xCF11EE\",\"DataLSB\":\"0xF38877\",\"Repeat\":0}",
"boost": "{\"Protocol\":\"NEC\",\"Bits\":32,\"Data\":\"0xCFF10E\",\"DataLSB\":\"0xF38F70\",\"Repeat\":0}"
}
}
}

0 comments on commit b6c47b5

Please sign in to comment.