GWIoTApi
Toggle table of contents
1.2.1
common
Platform filter
common
Switch theme
Search in API
GWIoTApi
GWIoTApi
/
com.gw.gwiotapi.entities
/
QRCodeType
/
BindDevice
Bind
Device
class
BindDevice
(
val
sn
:
String
,
val
model
:
String
,
val
mac
:
String
?
,
qrCodeValue
:
String
)
:
QRCodeType
绑定设备二维码
Parameters
sn
设备SN/ID
model
设备型号
mac
设备MAC地址
Members
Constructors
Bind
Device
Link copied to clipboard
constructor
(
sn
:
String
,
model
:
String
,
mac
:
String
?
,
qrCodeValue
:
String
)
Properties
mac
Link copied to clipboard
val
mac
:
String
?
model
Link copied to clipboard
val
model
:
String
sn
Link copied to clipboard
val
sn
:
String