LoxoneEndpoint

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

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.