Skip to content

Merge master into production (#patch)#179

Merged
RobinBol merged 2 commits intoproductionfrom
master
Mar 19, 2026
Merged

Merge master into production (#patch)#179
RobinBol merged 2 commits intoproductionfrom
master

Conversation

@RobinBol
Copy link
Copy Markdown
Collaborator

No description provided.

RobinBol and others added 2 commits March 19, 2026 11:32
… handlers

Cluster.handleFrame dispatches cluster-specific commands by looking up
`this[`on${Name}`]` methods on the cluster instance. Consumers set these
dynamically (e.g. `cluster.onZoneStatusChangeNotification = fn`), but
the TypeScript interface had no index signature, forcing `as any` casts.

Add `[key: string]: unknown` to ZCLNodeCluster in both the generator
script and the generated output.
Merge production into master
@RobinBol RobinBol merged commit cc6eba4 into production Mar 19, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant