GWIoTApi
Toggle table of contents
1.6.8
common
Platform filter
common
Switch theme
Search in API
GWIoTApi
GWIoTApi
/
com.gw.gwiotapi.entities
/
DeviceEvent
/
NameChanged
Name
Changed
data
class
NameChanged
(
val
deviceId
:
String
,
val
name
:
String
)
:
DeviceEvent
设备名称改变
Parameters
device
Id
设备ID
name
修改后的设备名称
Members
Constructors
Name
Changed
Link copied to clipboard
constructor
(
deviceId
:
String
,
name
:
String
)
Properties
device
Id
Link copied to clipboard
val
deviceId
:
String
name
Link copied to clipboard
val
name
:
String