GWIoTApi
Toggle table of contents
1.2.1
common
Platform filter
common
Switch theme
Search in API
GWIoTApi
GWIoTApi
/
com.gw.gwiotapi.entities
/
BindEvent
/
BindSuccess
Bind
Success
data
class
BindSuccess
(
val
device
:
IDevice
,
val
openHome
:
Boolean
)
:
BindEvent
绑定成功
Parameters
device
绑定的设备信息
open
Home
是否打开设备主页
Members
Constructors
Bind
Success
Link copied to clipboard
constructor
(
device
:
IDevice
,
openHome
:
Boolean
)
Properties
device
Link copied to clipboard
val
device
:
IDevice
open
Home
Link copied to clipboard
val
openHome
:
Boolean