Skip to content

Commit

Permalink
feat(cc): bump version of Association and MCA CC (#7078)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCalzone authored Aug 2, 2024
1 parent 11d57af commit cf00302
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/cc/src/cc/AssociationCC.ts
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ export class AssociationCCAPI extends PhysicalCCAPI {
}

@commandClass(CommandClasses.Association)
@implementedVersion(3)
@implementedVersion(4)
@ccValues(AssociationCCValues)
export class AssociationCC extends CommandClass {
declare ccCommand: AssociationCommand;
Expand Down
2 changes: 1 addition & 1 deletion packages/cc/src/cc/MultiChannelAssociationCC.ts
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ export class MultiChannelAssociationCCAPI extends PhysicalCCAPI {
}

@commandClass(CommandClasses["Multi Channel Association"])
@implementedVersion(4)
@implementedVersion(5)
@ccValues(MultiChannelAssociationCCValues)
export class MultiChannelAssociationCC extends CommandClass {
declare ccCommand: MultiChannelAssociationCommand;
Expand Down

0 comments on commit cf00302

Please sign in to comment.