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] CookTime attribute Id has to be updated as per Spec in MicroWaveOvenControl cluster #31106

Closed
Ashwinigrl opened this issue Dec 19, 2023 · 2 comments · Fixed by #31130
Closed
Labels
bug Something isn't working cert blocker needs triage Spec XML align SDK XML does not match the spec (including naming, etc)

Comments

@Ashwinigrl
Copy link

Ashwinigrl commented Dec 19, 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

./chip-tool microwaveovencontrol read cook-time 1 1

[1702986435.548379][14363:14365] CHIP:DMG: ReportDataMessage =
[1702986435.548384][14363:14365] CHIP:DMG: {
[1702986435.548387][14363:14365] CHIP:DMG: 	AttributeReportIBs =
[1702986435.548395][14363:14365] CHIP:DMG: 	[
[1702986435.548400][14363:14365] CHIP:DMG: 		AttributeReportIB =
[1702986435.548406][14363:14365] CHIP:DMG: 		{
[1702986435.548410][14363:14365] CHIP:DMG: 			AttributeDataIB =
[1702986435.548414][14363:14365] CHIP:DMG: 			{
[1702986435.548420][14363:14365] CHIP:DMG: 				DataVersion = 0xa8117ba3,
[1702986435.548423][14363:14365] CHIP:DMG: 				AttributePathIB =
[1702986435.548428][14363:14365] CHIP:DMG: 				{
[1702986435.548433][14363:14365] CHIP:DMG: 					Endpoint = 0x1,
[1702986435.548437][14363:14365] CHIP:DMG: 					Cluster = 0x5f,
**[1702986435.548442][14363:14365] CHIP:DMG: 					Attribute = 0x0000_0001,**
[1702986435.548445][14363:14365] CHIP:DMG: 				}
[1702986435.548452][14363:14365] CHIP:DMG: 					
[1702986435.548456][14363:14365] CHIP:DMG: 				Data = 30, 
[1702986435.548460][14363:14365] CHIP:DMG: 			},
[1702986435.548466][14363:14365] CHIP:DMG: 			
[1702986435.548469][14363:14365] CHIP:DMG: 		},
[1702986435.548476][14363:14365] CHIP:DMG: 		
[1702986435.548479][14363:14365] CHIP:DMG: 	],
[1702986435.548485][14363:14365] CHIP:DMG: 	
[1702986435.548489][14363:14365] CHIP:DMG: 	SuppressResponse = true, 
[1702986435.548493][14363:14365] CHIP:DMG: 	InteractionModelRevision = 11
[1702986435.548497][14363:14365] CHIP:DMG: }

As per Spec the CookTime attribute id is 0x0000, but in sample app (Microwave-Oven-app) attribute Id is mentioned is 0x0001

Bug prevalence

Whenever I do

GitHub hash of the SDK that was being used

7cbac91

Platform

raspi

Platform Version(s)

1.3

Anything else?

Spec References:

@Ashwinigrl Ashwinigrl added bug Something isn't working needs triage labels Dec 19, 2023
@Ashwinigrl Ashwinigrl changed the title [1.3] [1.3] CookTime attribute Id has to be updated as per Spec in MicroWaveOvenControl cluster Dec 19, 2023
@bzbarsky-apple bzbarsky-apple added the Spec XML align SDK XML does not match the spec (including naming, etc) label Dec 21, 2023
@github-project-automation github-project-automation bot moved this to Open Cert Blockers in [Certification] Blockers Jan 8, 2024
@liangpy4
Copy link
Contributor

Updated the attribute ID of cook-time in PR#31130.

@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 XML align SDK XML does not match the spec (including naming, etc)
Projects
Archived in project
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants