View Source Grizzly.ZWave.Commands.FirmwareUpdateMDStatusReport (grizzly v8.6.6)
This command is used to advertise the firmware update status.
Params:
:status
the status of the firmware update:wait_time
- the time in seconds that is needed before the receiving node again becomes available
Summary
Types
@type param() :: {:status, status()} | {:wait_time, non_neg_integer()}
@type status() ::
:checksum_error
| :unable_to_receive
| :invalid_manufacturer_id
| :invalid_firmware_id
| :invalid_firmware_target
| :invalid_file_header_information
| :invalid_file_header_format
| :insufficient_memory
| :invalid_hardware_version
| :successful_waiting_for_activation
| :successful_not_restarting
| :successful_restarting