firmware

The firmware commands module.

These commands are used in the following models: MP5103

THIS FILE IS AUTO-GENERATED, IT SHOULD NOT BE MANUALLY MODIFIED.

Please report an issue if one is found.

Attributes and Functions
- firmware.load()
- firmware.update()

Firmware

Bases: BaseTSPCmd

The firmware command tree.

Properties and methods
  • .load(): The firmware.load() function.
  • .update(): The firmware.update() function.

load

load(filename: str) -> None

Run the firmware.load() function.

Description
  • This function loads a firmware image file from a USB flash drive.
TSP Syntax
- firmware.load()
Parameters:
  • filename (str) –

    Name of the firmware image file to load.

Raises:

update

update() -> None

Run the firmware.update() function.

Description
  • This function updates the mainframe with a firmware image.
TSP Syntax
- firmware.update()
Raises: