GWIoTApi
Toggle table of contents
1.4.4
common
Platform filter
common
Switch theme
Search in API
GWIoTApi
GWIoTApi
/
com.gw.gwiotapi.entities
/
PushData
/
DevAlmTrg
Dev
Alm
Trg
@
Serializable
data
class
DevAlmTrg
(
val
deviceId
:
String
,
val
evtId
:
String
,
val
trgTime
:
Long
,
val
trgType
:
Long
,
val
devCfg
:
Int
)
:
PushData
Members
Constructors
Dev
Alm
Trg
Link copied to clipboard
constructor
(
deviceId
:
String
,
evtId
:
String
,
trgTime
:
Long
,
trgType
:
Long
,
devCfg
:
Int
)
Properties
dev
Cfg
Link copied to clipboard
@
SerialName
(
value
=
"DevCfg"
)
val
devCfg
:
Int
device
Id
Link copied to clipboard
@
SerialName
(
value
=
"DevId"
)
val
deviceId
:
String
evt
Id
Link copied to clipboard
@
SerialName
(
value
=
"EvtId"
)
val
evtId
:
String
trg
Time
Link copied to clipboard
@
SerialName
(
value
=
"TrgTime"
)
val
trgTime
:
Long
trg
Type
Link copied to clipboard
@
SerialName
(
value
=
"TrgType"
)
val
trgType
:
Long