-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Implement holiday schedules #18711
Implement holiday schedules #18711
Conversation
PR #18711: Size comparison from b36b8eb to f706473 Increases above 0.2%:
Increases (5 builds for linux)
Decreases (1 build for nrfconnect)
Full report (15 builds for linux, nrfconnect, telink)
|
f706473
to
984599e
Compare
PR #18711: Size comparison from b36b8eb to 984599e Increases above 0.2%:
Increases (13 builds for cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, p6)
Decreases (3 builds for cc13x2_26x2, esp32, nrfconnect)
Full report (37 builds for cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
|
984599e
to
1416eed
Compare
PR #18711: Size comparison from 7afd352 to 1416eed Increases above 0.2%:
Increases (9 builds for cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, p6)
Decreases (3 builds for cc13x2_26x2, esp32, nrfconnect)
Full report (27 builds for cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
|
1416eed
to
587ca8e
Compare
PR #18711: Size comparison from a3fdd05 to 587ca8e Increases above 0.2%:
Increases (12 builds for cc13x2_26x2, cyw30739, esp32, k32w, linux, mbed, p6)
Decreases (3 builds for cc13x2_26x2, esp32, nrfconnect)
Full report (32 builds for cc13x2_26x2, cyw30739, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
|
587ca8e
to
a689762
Compare
PR #18711: Size comparison from 0219efa to a689762 Increases above 0.2%:
Increases (12 builds for cc13x2_26x2, cyw30739, efr32, k32w, linux, mbed, p6)
Decreases (3 builds for cc13x2_26x2, esp32, nrfconnect)
Full report (37 builds for cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
|
Zcl, | ||
"Unable to get number of supported holiday schedules when initializing lock endpoint, defaulting to 10 [endpointId=%d]", | ||
endpointId); | ||
numberOfYearDaySchedulesPerUser = 10; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why are we resetting numberOfYearDaySchedulesPerUser
if holiday schedules are not supported?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was a typo, fixed here: #18860
return false; | ||
} | ||
|
||
// appclusters, 5.2.4.22-25: year day index changes from 1 to maxNumberOfHolidaySchedules |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What does this have to do with "year day index"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a typo, I copy pasted the comment, here's the result. I should probably revise all the comments.
Problem
Change overview
Implemented new commands for the door lock cluster related to holiday schedules:
Implemented new attribute related to holiday schedules:
Updated automated tests for the door lock schedules to include testing of the holiday schedules.
Testing