From 96f83d245959fa6aaa433c130bc75a671bbdb2da Mon Sep 17 00:00:00 2001 From: litinoveweedle Date: Sun, 22 Sep 2024 12:35:53 +0000 Subject: [PATCH] :art: Reformated Python, JSON and MD files --- codes/climate/3102.json | 28 +++++----------------------- 1 file changed, 5 insertions(+), 23 deletions(-) diff --git a/codes/climate/3102.json b/codes/climate/3102.json index 02e17e1e..ea16d6e7 100644 --- a/codes/climate/3102.json +++ b/codes/climate/3102.json @@ -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==", @@ -983,4 +965,4 @@ } } } -} \ No newline at end of file +}