GWIoTApi
Toggle table of contents
1.6.8
common
Platform filter
common
Switch theme
Search in API
GWIoTApi
GWIoTApi
/
com.gw.gwiotapi.entities
/
IssueFeedback
Issue
Feedback
data
class
IssueFeedback
(
val
deviceId
:
String
?
=
null
,
val
content
:
String
?
=
null
)
问题反馈
Parameters
device
Id
设备id,反馈设备问题时尽量提供,会通知指定设备上传固件日志
content
问题描述
Members
Constructors
Issue
Feedback
Link copied to clipboard
constructor
(
deviceId
:
String
?
=
null
,
content
:
String
?
=
null
)
Properties
content
Link copied to clipboard
val
content
:
String
?
=
null
device
Id
Link copied to clipboard
val
deviceId
:
String
?
=
null