-
-
Notifications
You must be signed in to change notification settings - Fork 570
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initial support for chunmi.cooker.eh1 (#1018)
This provides basic support for the Xiaomi Mi Smart MultiCooker. This is supported: - Start/Set a recipe profile - With support for duration, schedule and autokeepwarm (akw) - Get some status information including: - operation mode - menu - cooking stage (incomplete) - temperature + history - cooking times This is not supported: - any other change to cooking profiles except: duration, schedule, akw - like: rice type, taste setting, temperature curve etc... - cooker settings - factory reset - firmware version - ... --------- Co-authored-by: Teemu Rytilahti <[email protected]>
- Loading branch information
Showing
8 changed files
with
1,035 additions
and
340 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
from .cooker_multi import MultiCooker | ||
|
||
__all__ = ["MultiCooker"] |
Oops, something went wrong.