Pending Command
data class PendingCommand(var deviceId: String, var command: RemoteCommand, var timeRequested: Timestamp, var timeSent: Timestamp?)
Represents a "pending" command.
Constructors
Link copied to clipboard
constructor(deviceId: String, command: RemoteCommand, timeRequested: Timestamp, timeSent: Timestamp?)