PendingCommand

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?)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard