Firmware
- async OPNsenseClient.get_host_firmware_version()
Return the OPNsense Firmware version.
- Returns:
Normalized data returned by the related OPNsense endpoint.
- Return type:
None | str
- async OPNsenseClient.get_firmware_update_info()
Get the details of available firmware updates.
- Returns:
Normalized data returned by the related OPNsense endpoint.
- Return type:
MutableMapping[str, Any]
- async OPNsenseClient.upgrade_firmware(type='update')
Trigger a firmware upgrade.