GWIoTApi
Toggle table of contents
1.6.8
common
Platform filter
common
Switch theme
Search in API
GWIoTApi
GWIoTApi
/
com.gw.gwiotapi.entities
/
DevUpgradeInfo
Dev
Upgrade
Info
data
class
DevUpgradeInfo
(
val
devId
:
String
,
val
currentVer
:
String
,
val
latestVer
:
String
,
val
desc
:
String
,
val
checkTime
:
Long
=
getPlatform().currentTimeMillis()
)
Members
Constructors
Dev
Upgrade
Info
Link copied to clipboard
constructor
(
devId
:
String
,
currentVer
:
String
,
latestVer
:
String
,
desc
:
String
,
checkTime
:
Long
=
getPlatform().currentTimeMillis()
)
Properties
check
Time
Link copied to clipboard
val
checkTime
:
Long
检查时间, 单位:毫秒
current
Ver
Link copied to clipboard
val
currentVer
:
String
当前版本
desc
Link copied to clipboard
val
desc
:
String
新版本描述
dev
Id
Link copied to clipboard
val
devId
:
String
设备ID
latest
Ver
Link copied to clipboard
val
latestVer
:
String
最新版本