View Source Grizzly.ZWave.Commands.FirmwareUpdateMDRequestReport (grizzly v8.3.0)

This command is used to advertise if the firmware update will be initiated.

Params:

  • :status - the status of the firmware update request, either :ok or an error such as :invalid_manufacturer_or_device_id

Summary

Types

@type param() :: {:status, status()}
@type status() ::
  :ok
  | :invalid_manufacturer_or_device_id
  | :authenticated_required
  | :excessive_fragment_size
  | :target_not_upgradable
  | :invalid_hardware_version
  | :firmware_update_in_progress
  | :insufficient_battery_level

Functions