SupervisorDevice constructor
SupervisorDevice({})
Returns a new SupervisorDevice instance.
Implementation
SupervisorDevice({
this.apiPort,
this.ipAddress,
this.commit,
this.status,
this.downloadProgress,
this.osVersion,
this.supervisorVersion,
this.updatePending,
this.updateDownloaded,
this.updateFailed,
});