LoxoneEndpoint

data class LoxoneEndpoint @JvmOverloads constructor(val host: String, val port: Int = HTTPS_PORT, val useSsl: Boolean = true, val path: String = "")

Loxone connection endpoint representation.

Parameters

host

Loxone host name or IP address, without protocol prefix, port or path.

port

Loxone port, default is 443 (HTTPS).

useSsl

Whether to use SSL, default is true.

path

Loxone path, url encoded, default is empty string.

Constructors

Link copied to clipboard
constructor(host: String, port: Int = HTTPS_PORT, useSsl: Boolean = true, path: String = "")

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val port: Int
Link copied to clipboard
val useSsl: Boolean = true