View Source Grizzly.ZWave.Commands.MultiChannelEndpointReport (grizzly v7.4.1)

This command is used to advertise the number of End Points implemented by the sending node.

Params:

  • :dynamic - whether the node implements a dynamic number of End Points (required)
  • :identical - whether all end points have identical capabilities (required)
  • :endpoints - the number of endpoints (required)
  • :aggregated_endpoints - the number of Aggregated End Points implemented by this node (optional - v4)

Summary

Types

@type param() ::
  {:dynamic, boolean()}
  | {:identical, boolean()}
  | {:endpoints, byte()}
  | {:aggregated_endpoints, byte()}