Skip to content

Commit

Permalink
fix: add CC to NIF
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCalzone committed Jul 27, 2022
1 parent e30e86f commit f877605
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions packages/zwave-js/src/lib/controller/NodeInformationFrame.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,11 @@ export function determineNIF(): {
const supportedCCs = [
// Z-Wave Plus Info must be listed first
CommandClasses["Z-Wave Plus Info"],
// TODO: Z-Wave Plus v2 Device Type Specification
// Gateway device type MUST **support** Inclusion Controller and Time CC
// Z-Wave Plus v2 Device Type Specification
// -> Gateway device type MUST support Inclusion Controller and Time CC
CommandClasses["Inclusion Controller"],
// TODO: Implement handling of Time CC
// CommandClasses.Time,
...implementedEncapsulationCCs,
];

Expand Down

0 comments on commit f877605

Please sign in to comment.