toggle menu
loxone-client-kotlin
0.5.1
common
switch theme
search in API
loxone-client-kotlin
/
cz.smarteon.loxkt.message
/
ApiKeyInfo
Api
Key
Info
@
Serializable
data
class
ApiKeyInfo
(
val
mac
:
String
,
val
version
:
String
,
val
key
:
String
,
val
address
:
String
,
val
isInTrust
:
Boolean
,
val
isLocal
:
Boolean
,
val
certTLD
:
String
?
,
val
httpsStatus
:
Int
?
)
:
LoxoneMsgVal
Members
Constructors
Api
Key
Info
Link copied to clipboard
constructor
(
mac
:
String
,
version
:
String
,
key
:
String
,
address
:
String
,
isInTrust
:
Boolean
,
isLocal
:
Boolean
,
certTLD
:
String
?
,
httpsStatus
:
Int
?
)
Types
Companion
Link copied to clipboard
object
Companion
:
CommandSupplier
<
LoxoneMsg
,
LoxoneMsgCommand
<
ApiKeyInfo
>
>
Properties
address
Link copied to clipboard
val
address
:
String
cert
TLD
Link copied to clipboard
val
certTLD
:
String
?
https
Status
Link copied to clipboard
val
httpsStatus
:
Int
?
is
In
Trust
Link copied to clipboard
val
isInTrust
:
Boolean
is
Local
Link copied to clipboard
@
SerialName
(
value
=
"local"
)
val
isLocal
:
Boolean
key
Link copied to clipboard
val
key
:
String
mac
Link copied to clipboard
@
SerialName
(
value
=
"snr"
)
val
mac
:
String
version
Link copied to clipboard
val
version
:
String