PendingCommand
public struct PendingCommand : Equatable, Hashable
extension PendingCommand: Sendable
Represents a “pending” command.
-
Declaration
Swift
public var deviceId: String -
Declaration
Swift
public var command: RemoteCommand -
Declaration
Swift
public var timeRequested: Timestamp -
Declaration
Swift
public var timeSent: Timestamp? -
Declaration
Swift
public init(deviceId: String, command: RemoteCommand, timeRequested: Timestamp, timeSent: Timestamp?)