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

[homekit] Sort characteristics in HomekitCharacteristicFactory #17033

Merged
merged 1 commit into from
Jul 10, 2024

Conversation

ccutrer
Copy link
Contributor

@ccutrer ccutrer commented Jul 9, 2024

There are so many shared characteristics now, and so many accessories they belong to, there is no longer any groupings that make sense. so just sort solely by characteristic/method name. While the diff is huge, no actual code changes were made. Once this is merged, it will be easier to work on multiple PRs at the same time without conflicting with each other.

there are so many shared characteristics now, and so many accessories they belong
to, there is no longer any groupings that make sense. so just sort solely by
characteristic/method nome

Signed-off-by: Cody Cutrer <[email protected]>
@ccutrer ccutrer requested review from andylintner and yfre as code owners July 9, 2024 18:09
Copy link
Contributor

@lsiepel lsiepel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, LGTM (need to wait before jenkins finishes to merge)

@wborn wborn added rebuild Triggers Jenkins PR build and removed rebuild Triggers Jenkins PR build labels Jul 9, 2024
Copy link
Contributor

@yfre yfre left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good idea! thank you for doing it - it will indeed help to find the right method quicker.
LGTM

@lsiepel lsiepel merged commit 826e3b6 into openhab:main Jul 10, 2024
5 checks passed
@lsiepel lsiepel added this to the 4.3 milestone Jul 10, 2024
@ccutrer ccutrer deleted the homekit-sort-characteristics branch July 10, 2024 14:55
psmedley pushed a commit to psmedley/openhab-addons that referenced this pull request Jul 12, 2024
…ab#17033)

there are so many shared characteristics now, and so many accessories they belong
to, there is no longer any groupings that make sense. so just sort solely by
characteristic/method name

Signed-off-by: Cody Cutrer <[email protected]>
@jlaur jlaur changed the title [homekit] sort characteristics in HomekitCharacteristicFactory [homekit] Sort characteristics in HomekitCharacteristicFactory Jul 14, 2024
andrewfg pushed a commit to andrewfg/openhab-addons that referenced this pull request Jul 18, 2024
…ab#17033)

there are so many shared characteristics now, and so many accessories they belong
to, there is no longer any groupings that make sense. so just sort solely by
characteristic/method name

Signed-off-by: Cody Cutrer <[email protected]>
pgfeller pushed a commit to pgfeller/openhab-addons that referenced this pull request Sep 29, 2024
…ab#17033)

there are so many shared characteristics now, and so many accessories they belong
to, there is no longer any groupings that make sense. so just sort solely by
characteristic/method name

Signed-off-by: Cody Cutrer <[email protected]>
Signed-off-by: Patrik Gfeller <[email protected]>
joni1993 pushed a commit to joni1993/openhab-addons that referenced this pull request Oct 15, 2024
…ab#17033)

there are so many shared characteristics now, and so many accessories they belong
to, there is no longer any groupings that make sense. so just sort solely by
characteristic/method name

Signed-off-by: Cody Cutrer <[email protected]>
matchews pushed a commit to matchews/openhab-addons that referenced this pull request Oct 18, 2024
…ab#17033)

there are so many shared characteristics now, and so many accessories they belong
to, there is no longer any groupings that make sense. so just sort solely by
characteristic/method name

Signed-off-by: Cody Cutrer <[email protected]>
cipianpascu pushed a commit to cipianpascu/openhab-addons that referenced this pull request Jan 2, 2025
…ab#17033)

there are so many shared characteristics now, and so many accessories they belong
to, there is no longer any groupings that make sense. so just sort solely by
characteristic/method name

Signed-off-by: Cody Cutrer <[email protected]>
Signed-off-by: Ciprian Pascu <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants