Interface SmmAutomatedUpdate

Represents the automated update state and eligibility criteria for SMM (Synapticon Motion Master) software installation. This interface is used to determine whether an automated update process can be initiated and what conditions are met for a specific device.

Property

Indicates whether the connected device is a recognized and valid Synapticon product.

Property

Indicates whether the device is running LW1 (Unencrypted).

Property

Indicates whether the device belongs to the Circulo product family.

Property

Indicates whether the device is specifically a Circulo 7 model.

Property

Indicates whether the device is specifically a Circulo 9 model.

Property

Indicates whether the firmware binary intended for installation is encrypted.

Property

Indicates whether the firmware binary version is permitted for installation on the device.

Property

Indicates whether the device SoC firmware version is >=5.5.0 to install firmware version 256.

Property

Indicates whether all conditions are met to proceed with the automated SMM software installation process.

Hierarchy

  • SmmAutomatedUpdate

Properties

allowedTargetSmmVersions: number[]
binaryVersion: number
canInstallV256: boolean
deviceFirmwareVersion: string
deviceSmmVersion: number
deviceSupportsStreaming: boolean
isAllowedBinaryVersion: boolean
isAutomationAllowed: boolean
isBinaryEncrypted: boolean
isCirculo: boolean
isCirculo7: boolean
isCirculo9: boolean
isDeviceLw1: boolean
isV770: boolean
isV771: boolean
isV990: boolean
isValidProduct: boolean

Generated using TypeDoc