Skip to content

Commit

Permalink
Merge pull request #1 from tzagim/patch-2
Browse files Browse the repository at this point in the history
Update icon-list-generator.ts
  • Loading branch information
tzagim authored Feb 5, 2024
2 parents 84a7a5e + 353f865 commit 7a4dbcd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/model/generators/icon-list-generator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,17 @@ export class IconListGenerator {
private static _ICON_MAPPING = {
Silent: "mdi:fan-remove",
Basic: "mdi:fan-speed-1",
Balanced: "mdi:fan-speed-1",
Standard: "mdi:fan-speed-1",
Strong: "mdi:fan-speed-2",
Medium: "mdi:fan-speed-2",
"Full Speed": "mdi:fan-speed-3",
Turbo: "mdi:fan-speed-3",
Max: "mdi:fan-speed-3",
Auto: "mdi:fan-auto",
Gentle: "mdi:waves",
Quiet: "mdi:waves",
Custom: "mdi:waves",
};

public static async generate(
Expand Down

0 comments on commit 7a4dbcd

Please sign in to comment.