upgrade

The upgrade commands module.

These commands are used in the following models: SMU2460

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

Please report an issue if one is found.

Attributes and Functions
- upgrade.previous()
- upgrade.unit()

Upgrade

Bases: BaseTSPCmd

The upgrade command tree.

Properties and methods
  • .previous(): The upgrade.previous() function.
  • .unit(): The upgrade.unit() function.

previous

previous() -> str

Run the upgrade.previous() function.

Description
  • This function returns to a previous version of the 2460 firmware.
TSP Syntax
- upgrade.previous()
Returns:
  • str

    The result of the function call.

Raises:

unit

unit() -> None

Run the upgrade.unit() function.

Description
  • This function upgrades the 2460 firmware.
TSP Syntax
- upgrade.unit()
Raises: