-
Notifications
You must be signed in to change notification settings - Fork 2.2k
feat: add Chef Microwave Oven device #39221
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
dbf52a1
to
2d2e80d
Compare
PR #39221: Size comparison from 58445a2 to a0cd475 Full report (9 builds for cc13x4_26x4, cc32xx, qpg, stm32)
|
PR #39221: Size comparison from 9ff282f to 3a5b1b7 Full report (3 builds for cc32xx, stm32)
|
PR #39221: Size comparison from 2ba0309 to dc3bc75 Full report (24 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, qpg, stm32, telink, tizen)
|
I am facing an issue building last commit : 552fe5f
|
examples/chef/common/clusters/microwave-oven-control/chef-microwave-oven-control.cpp
Outdated
Show resolved
Hide resolved
Add |
PR #39221: Size comparison from b2bdeb6 to 845f2c3 Full report (3 builds for cc32xx, stm32)
|
PR #39221: Size comparison from d24f34e to 8f941c2 Full report (83 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
PR #39221: Size comparison from d24f34e to c10be2e Increases above 0.2%:
Full report (83 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
PR #39221: Size comparison from f89f1a5 to aafb94d Full report (83 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
PR #39221: Size comparison from f89f1a5 to 42bd0d9 Increases above 0.2%:
Full report (83 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
Description:
This is a follow up for PR 38628
The task is to add Chef virtual device Microwave Oven.
38628 added Microwave Oven Mode cluster and this PR added Microwave Oven Control cluster.
Enabled features:
0 PWRNUM
2 PWRLMTS
Enabled Attributes:
0x0000 CookTime
0x0001 MaxCookTime
0x0002 PowerSetting
0x0003 MinPower
0x0004 MaxPower
0x0005 PowerStep
Enabled Commands:
0x00 SetCookingParameters
0x01AddMoreTime
Testing
chip-tool commands
./chip-tool microwaveovencontrol read cook-time 0x11 1
./chip-tool microwaveovencontrol read min-power 0x11 1
./chip-tool microwaveovencontrol read max-power 0x11 1
./chip-tool microwaveovencontrol read max-cook-time 0x11 1
./chip-tool microwaveovencontrol read power-setting 0x11 1
./chip-tool microwaveovencontrol read power-step 0x11 1
./chip-tool microwaveovencontrol add-more-time 15 0x11 1
./chip-tool microwaveovencontrol set-cooking-parameters 0x11 1 --CookMode 1 --CookTime 55 --PowerSetting 70