We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Follow up from this issue in the Test Plan.
- label: "Step 2: TH reads from the DUT the the FanMode attribute" PICS: FAN.S.A0000 command: "readAttribute" attribute: "FanMode" response: constraints: type: enum8 minValue: 0 maxValue: 6
The range 0-6 includes deprecated values so is the wrong expected outcome.
Should be:
constraints: type: enum8 anyOf: [0, 1, 2, 3, 5]
On hold until Test Plan update is merged
The text was updated successfully, but these errors were encountered:
Fixes project-chip#31230, corrects the constraint of FanMode to exclu…
9fe51f6
…de deprecated values
Corrects the constraint of FanMode to exclude deprecated values (#31291)
6ce2bed
* Fixes #31230, corrects the constraint of FanMode to exclude deprecated values * Regen after test change
mhazley
Successfully merging a pull request may close this issue.
Follow up from this issue in the Test Plan.
The range 0-6 includes deprecated values so is the wrong expected outcome.
Should be:
On hold until Test Plan update is merged
The text was updated successfully, but these errors were encountered: