Command

@Serializable
data class Command(val command: String? = null, val href: String? = null)(source)

Available command for the vehicle.

Constructors

Link copied to clipboard
constructor(command: String? = null, href: String? = null)

Properties

Link copied to clipboard
@SerialName(value = "command")
val command: String?
Link copied to clipboard
@SerialName(value = "href")
val href: String?