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 SPEC, the NumberOfWeekDaySchedulesSupportedPerUser, NumberOfYearDaySchedulesSupportedPerUser and NumberOfHolidaySchedulesSupported attributes constraint is updated by adding max0xFD.
So In YAML script Step 11a, 12a and 13a, the maxvalue has to be updated from 255 to 253(0xFD).
Description:
NumberOfWeekDaySchedulesSupportedPerUser, NumberOfYearDaySchedulesSupportedPerUser and NumberOfHolidaySchedulesSupported
attributes constraint is updated by addingmax0xFD
.SPEC Reference: https://github.com/CHIP-Specifications/connectedhomeip-spec/blob/master/src/app_clusters/DoorLock.adoc#attributes
Script Reference: https://github.com/project-chip/connectedhomeip/blob/master/src/app/tests/suites/certification/Test_TC_DRLK_2_1.yaml
The text was updated successfully, but these errors were encountered: