Skip to content
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

[1.3] Microwave Oven Control Cluster Feature-map value mismatch. #31122

Closed
Ashwinigrl opened this issue Dec 20, 2023 · 3 comments · Fixed by #31130
Closed

[1.3] Microwave Oven Control Cluster Feature-map value mismatch. #31122

Ashwinigrl opened this issue Dec 20, 2023 · 3 comments · Fixed by #31130
Labels
bug Something isn't working cert blocker needs triage spec Mismatch between spec and implementation

Comments

@Ashwinigrl
Copy link

Ashwinigrl commented Dec 20, 2023

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

[1702972998.240172][9703:9705] CHIP:DMG: }
[1702972998.240301][9703:9705] CHIP:TOO: Endpoint: 1 Cluster: 0x0000_005F Attribute 0x0000_FFFC DataVersion: 486770894
[1702972998.240343][9703:9705] CHIP:TOO:   FeatureMap: 0

Expected behavior:

./chip-tool microwaveovencontrol read feature-map 1 1

[1702972998.240172][9703:9705] CHIP:DMG: }
[1702972998.240301][9703:9705] CHIP:TOO: Endpoint: 1 Cluster: 0x0000_005F Attribute 0x0000_FFFC DataVersion: 486770894
[1702972998.240343][9703:9705] CHIP:TOO:   FeatureMap: 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 attribute PowerSetting is depending on the feature PWRNUM is implemented. So Feature Map value should be 1.

Specification References:

@bzbarsky-apple
Copy link
Contributor

@fengdx4 this seems like a bug in #30235

@liangpy4
Copy link
Contributor

Feature-map in the MicrowaveOven example app is set to 5 now. You may close this issue.

@Ashwinigrl
Copy link
Author

Issue Fixed

@github-project-automation github-project-automation bot moved this from Open Cert Blockers to Complete in [Certification] Blockers Jan 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working cert blocker needs triage spec Mismatch between spec and implementation
Projects
Archived in project
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants