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 Sep 22, 2024
1 parent a7cc5e8 commit 96f83d2
Showing 1 changed file with 5 additions and 23 deletions.
28 changes: 5 additions & 23 deletions codes/climate/3102.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,28 +13,10 @@
"minTemperature": 16,
"maxTemperature": 30,
"precision": 1,
"operationModes": [
"dry",
"cool",
"fan_only",
"heat"
],
"presetModes": [
"normal",
"sleep"
],
"fanModes": [
"auto",
"quiet",
"low",
"medium",
"high",
"turbo"
],
"swingModes": [
"fixed",
"swing"
],
"operationModes": ["dry", "cool", "fan_only", "heat"],
"presetModes": ["normal", "sleep"],
"fanModes": ["auto", "quiet", "low", "medium", "high", "turbo"],
"swingModes": ["fixed", "swing"],
"commands": {
"off": "JgCWAAABOwABPgABPAABPpVRCg0LHwsfCg0LHwoNCg0KDQoNCx8KDQoNCx8KDQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KDQoNCx8KDQsfCg0KDQsfCg0KDQoNCg0LHwsfCx8KDQsfCx8LAAKRlAANBQ==",
"on": "JgCWAAABOwABPgABPAABPpVRCg0LHwsfCg0LHwoNCg0KDQoNCx8KDQoNCx8KDQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KDQoNCx8KDQsfCg0KDQsfCg0KDQoNCg0LHwsfCx8KDQsfCx8LAAKRlAANBQ==",
Expand Down Expand Up @@ -983,4 +965,4 @@
}
}
}
}
}

0 comments on commit 96f83d2

Please sign in to comment.