Outlet

data class Outlet(val id: String? = null, val connector: Int? = null, val kilowatts: Int? = null, val power: Int? = null)

Constructors

Link copied to clipboard
constructor(id: String? = null, connector: Int? = null, kilowatts: Int? = null, power: Int? = null)

Properties

Link copied to clipboard
val connector: Int? = null
Link copied to clipboard
val id: String? = null
Link copied to clipboard
val kilowatts: Int? = null
Link copied to clipboard
val power: Int? = null