View Source Grizzly.ZWave.Commands.PowerlevelTestNodeReport (grizzly v8.0.1)

This command is used to report the latest result of a test frame transmission started by the Powerlevel Test Node Set Command.

Params:

  • :test_node_id - The id of the node that received the test frames.

  • :test_frame_count - The number of test frames transmitted to the test node

  • :status_of_operation The result of the last test

Summary

Types

@type param() ::
  {:test_node_id, Grizzly.node_id()}
  | {:status_of_operation,
     Grizzly.ZWave.CommandClasses.Powerlevel.status_of_operation()}
  | {:test_frame_count, non_neg_integer()}