-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Ported Custom Philips Clusters From Herdsman To ModernExtends #8882
base: master
Are you sure you want to change the base?
Ported Custom Philips Clusters From Herdsman To ModernExtends #8882
Conversation
2629ee7
to
d62e862
Compare
8dabe6f
to
d62e862
Compare
eda9e90
to
d62e862
Compare
618d0f4
to
8e7b203
Compare
047db09
to
8e7b203
Compare
1dde87f
to
4933a1c
Compare
@@ -94,7 +94,29 @@ const philipsModernExtend = { | |||
result.exposes.push(...exposeEndpoints(e.enum("effect", ea.SET, effects), args.endpointNames)); | |||
} | |||
|
|||
const customCluster = m.deviceAddCustomCluster("manuSpecificPhilips3", { | |||
const customClusterFC00 = m.deviceAddCustomCluster("manuSpecificPhilips", { |
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 code is only executed for Philips devices using philipsLight()
, there are also e.g. plugs and motion sensors that have these clusters. Maybe we should create a new philipsCustomClusters()
modern extend?
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.
Thanks for the review! I'll get right on it!
Note to self; after this merge Koenkk/zigbee-herdsman#1326 |
This is a draft pull request intended to begin the moving of
manufacturerSpecific
clusters out of the Herdsman Clusters specification and into themodernExtends
format in preparation for some larger re-factoring taking place for the work done by @chrivers in the Bifrost project.At present, this is just a lift and drop of the cluster specs as they are in Herdsman (will create a separate PR in that repo for removal).
Once I have got this over the line, I will begin porting across the newly documented cluster attributes / commands / responses