You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Microwave Oven Control Cluster Feature Map value should be 1, But Currently DUT is responding with value 0. PWRNUM feature is set to true, because the attribute PowerSetting is depending on the feature PWRNUM is implemented. So Feature Map value should be 1.
Reproduction steps
Executed the below mentioned command to put DUT into a commissionable state
./chip-microwave-oven-app
Once DUT reach the commissionable state sent below mentioned command on TH.
./chip-tool pairing onnetwork 1 20202021
After the successful commissioning Send the below command
Actual behavior:
./chip-tool microwaveovencontrol read feature-map 1 1
Expected behavior:
./chip-tool microwaveovencontrol read feature-map 1 1
Bug prevalence
Whenever I do
GitHub hash of the SDK that was being used
7cbac91
Platform
raspi
Platform Version(s)
1.3
Anything else?
In Microwave Oven Control Cluster Feature Map value should be 1, But Currently DUT is responding with value 0.
PWRNUM
feature is set to true, because the attributePowerSetting
is depending on the featurePWRNUM
is implemented. So Feature Map value should be 1.Specification References:
The text was updated successfully, but these errors were encountered: