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

[linux] add some basic information cluster attributes to cmd line args to the reference app #33302

Open
cjandhyala opened this issue May 3, 2024 · 0 comments · May be fixed by #33303
Open

Comments

@cjandhyala
Copy link

Reproduction steps

Add vendor-name, product-name, hardware-version-string, software-version-string, serial-number attributes of basic information cluster to the all-cluster-app on linux and darwin platforms, along with the existing command line arguments. it should look something like

./out/all-clusters-app/chip-all-clusters-app --vendor-name <> --product-name <> --hardware-version-string <> --software-version-string --serial-number <>

Platform

raspi

Platform Version(s)

N/A

Type

Manually tested with SDK

(Optional) If manually tested please explain why this is only manually tested

Tested with all-cluster-app on raspi and darwin. Steps followed

  1. Launch all-cluster-app with the above params
  2. provision it using chip-tool
  3. read the basicinformation cluster attributes and make sure those match with the ones provided in CMD line args.

Anything else?

No response

@cjandhyala cjandhyala changed the title [linux] add some basic information cluster attributes to cmd line args of reference app May 3, 2024
@woody-apple woody-apple removed the darwin label May 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment