LoxoneMsg

@Serializable
data class LoxoneMsg : LoxoneResponse

Represents a message from Loxone Miniserver.

Constructors

Link copied to clipboard
constructor(control: String, code: String, value: String)

Types

Link copied to clipboard
object Companion
Link copied to clipboard
@Serializable
data class Content(val control: String, val code: String, val value: String)

Properties

Link copied to clipboard

status code of the message, e.g. '200' for OK

Link copied to clipboard

control of the message, always without 'j' prefix, even if it is a response to a JSON request (e.g. 'dev/cfg/api')

Link copied to clipboard

value of the message in serialized form

Functions

Link copied to clipboard