Skip to content

Commit

Permalink
🎨 Reformated Python, JSON and MD files
Browse files Browse the repository at this point in the history
  • Loading branch information
litinoveweedle authored and actions-user committed Aug 13, 2024
1 parent 5abc4d2 commit 09e432a
Show file tree
Hide file tree
Showing 4 changed files with 468 additions and 508 deletions.
20 changes: 3 additions & 17 deletions codes/climate/1165.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,14 @@
{
"manufacturer": "Carrier",
"supportedModels": [
"42P250HX",
"53P250HX"
],
"supportedModels": ["42P250HX", "53P250HX"],
"supportedController": "Broadlink",
"commandsEncoding": "Base64",
"temperatureUnit": "C",
"minTemperature": 17,
"maxTemperature": 32,
"precision": 1.0,
"operationModes": [
"heat_cool",
"heat",
"cool",
"dry",
"fan_only"
],
"fanModes": [
"auto",
"low",
"medium",
"high"
],
"operationModes": ["heat_cool", "heat", "cool", "dry", "fan_only"],
"fanModes": ["auto", "low", "medium", "high"],
"commands": {
"off": "JgDYAAABFYoSMhIREjETMxIREhASMxIyEhESEBIzEjITEBIzEhASMxIyEjMSEREzEhESEBIQEhESMhIREjMSMhIzEjMSMhIzEgACjgABFYkSERIyEhESEBIzEjISERIQEjMSMxIQEhASMxIQEjMSEREREhASMxIQEjMSMxIyEjMSERIyEhESEBIRERESEBIREgACjQABFYkSMxIREjISMxIQEhESMhIzEhESEBIzEjISERIyEhESMhMyEjMSEBIzEhESEBIQEhESMhIREjISMxIzEjMSMhIzEgANBQ==",
"heat_cool": {
Expand Down
Loading

0 comments on commit 09e432a

Please sign in to comment.