Skip to content

Commit

Permalink
Oven & Microwave support (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
nVuln authored Sep 11, 2023
1 parent a65c943 commit 10922b2
Show file tree
Hide file tree
Showing 9 changed files with 4,445 additions and 31 deletions.
20 changes: 13 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,17 +74,23 @@ npm i -g homebridge-lg-thinq

## Implementation Status

| *Device* | *Implementation* | *Status* | *Control* | *Thinq2* | *Thinq1* |
| --- | --- | --- | --- | --- | --- |
| Refrigerator | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
| Air Purifier | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
| *Device* | *Implementation* | *Status* | *Control* | *Thinq2* | *Thinq1* |
|----------------| --- | --- | --- | --- | --- |
| Refrigerator | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
| Air Purifier | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
| Washer & Dryer | ✔️ | ✔️ | 🚫 | ✔️ | ✔️ |
| Dishwasher | ✔️ | ✔️ | 🚫 | ✔️ | 🚫 |
| Dehumidifier | ✔️ | ✔️ | ⚠️ | ✔️ | 🚫 |
| AC | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
| Dishwasher | ✔️ | ✔️ | 🚫 | ✔️ | 🚫 |
| Dehumidifier | ✔️ | ✔️ | ⚠️ | ✔️ | 🚫 |
| AC | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
| Oven | ✔️ | ✔️ | ✔️ | ⚠️ | ⚠️ |
| Microwave | ✔️ | ✔️ | ✔️ | ⚠️ | ⚠️ |

for more device support please open issue request.

## Contributors ✨

- Special thank to carlosgamezvillegas (https://github.com/carlosgamezvillegas) for implementing Oven & Microwave device support.

## Support

If you have a question, please [start a discussion](https://github.com/nVuln/homebridge-lg-thinq/discussions/new) or leave a message at [discord channel](https://discord.gg/wEfQpCDtS7).
Expand Down
5 changes: 4 additions & 1 deletion config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,10 @@
"DISHWASHER",
"AIR_PURIFIER",
"DEHUMIDIFIER",
"AERO_TOWER"
"AERO_TOWER",
"OVEN",
"RANGE",
"COOKTOP"
],
"condition": {
"functionBody": "return false;"
Expand Down
666 changes: 653 additions & 13 deletions src/devices/Dishwasher.ts

Large diffs are not rendered by default.

1,845 changes: 1,845 additions & 0 deletions src/devices/Microwave.ts

Large diffs are not rendered by default.

Loading

0 comments on commit 10922b2

Please sign in to comment.