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 TC-WASHERCTRL-2.1, STEP 1 TH reads from the DUT the the SpinSpeeds attribute we get SpinSpeeds: 4 entries [ 1, 2, 3, 4].
So as per spec, the SpinSpeedCurrent should be able to toggle between 1-4 with SUCCESS response and if user attempts to write a value that doesn't correspond to a valid index the DUT should respond with CONSTRAINT_ERROR.
But with current sample app we are able to write the value up to 4 - 31 without any issue.
The text was updated successfully, but these errors were encountered:
We use TOT source which include this commit: 2e59655 (HEAD -> master, origin/master, origin/HEAD) Add the Pre-Attribute checking for laundry washer controls cluster (#28618)
The test can pass. The log is attached
Feature Area
Other
Test Case
TC-WASHERCTRL-3.2
Reproduction steps
./chip-tool laundrywashercontrols write spin-speed-current 20 1 1
Expected Outcome:
Actual Outcome:
Bug prevalence
Whenever I try to write SpinSpeedCurrent with unsupported value.
GitHub hash of the SDK that was being used
5532798
Platform
raspi
Anything else?
The text was updated successfully, but these errors were encountered: