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

This command is used to instruct the destination node to transmit a number of test frames to the specified NodeID with the RF power level specified. After the test frame transmissions the RF power level is reset to normal and the result (number of acknowledged test frames) is saved for subsequent read-back. The result of the test may be requested with a Powerlevel Test Node Get Command.

Params:

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

  • :power_level - The power level indicator value to use in the test frame transmission.

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

Summary

Types

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