View Source Grizzly.ZWaveFirmware.UpgradeSpec (grizzly v8.5.3)
A firmware upgrade specification used to determine if a firmware image can be applied given the running firmware version.
Summary
Functions
Whether the spec applies given the current version.
Types
@type t() :: %Grizzly.ZWaveFirmware.UpgradeSpec{ applies_to: Version.requirement(), path: Path.t(), version: Version.t() }
Firmware upgrade specification.
version
- the version of the firmware imagepath
- the path to the firmware imageapplies_to
- the version requirement for the running firmware version that must be met for the upgrade to be applied
Functions
Whether the spec applies given the current version.