GatewaySoftwareVersions

data class GatewaySoftwareVersions(val mainboardVersion: SoftwareVersion, val childboardVersion: SoftwareVersion, val websiteVersion: SoftwareVersion, val certificatesVersion: SoftwareVersion)

Represents software versions of individual gateway components

Constructors

Link copied to clipboard
constructor(mainboardVersion: SoftwareVersion, childboardVersion: SoftwareVersion, websiteVersion: SoftwareVersion, certificatesVersion: SoftwareVersion)

Properties

Link copied to clipboard

version of the certificates component

Link copied to clipboard

version of the childboard component

Link copied to clipboard

version of the mainboard component

Link copied to clipboard

version of the website component