View Source Grizzly.ZWave.Commands.FirmwareUpdateMDReport (grizzly v7.4.2)

The Firmware Update Meta Data Report Command is used to transfer a firmware image fragment.

Params:

  • :last? - whether this report carries the last firmware image fragment. (required)

  • :report_number - indicates the sequence number of the contained firmware fragment (required)

  • :data - one firmware image fragment (required)

  • :checksum - the checksum for the entire command (minus the checksum bytes) (v3 - optional)

Summary

Types

@type param() ::
  {:last?, boolean()} | {:report_number, non_neg_integer()} | {:data, binary()}