Bridge

@Serializable
data class Bridge(val id: BridgeId, val localIp: String, val port: Int = 80)

A discovered Hue Bridge.

Constructors

Link copied to clipboard
fun Bridge(id: BridgeId, localIp: String, port: Int = 80)

Properties

Link copied to clipboard

The unique ID of this hue bridge.

Link copied to clipboard

The local network IP address of the bridge.

Link copied to clipboard
val port: Int = 80

The port to be used for the Hue API.