package
Version:
v3.4.34
Opens a new window with list of versions in this module.
Published: Nov 4, 2025
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type RequestActiveLicenseDevice struct {
PkgType int `json:"pkg_type"`
DeviceList []response.Device `json:"device_list"`
}
type RequestAddIotGroupDevice struct {
GroupId string `json:"group_id"`
DeviceList []struct {
ModelId string `json:"model_id"`
Sn string `json:"sn"`
} `json:"device_list"`
}
type RequestCreateIotGroupId struct {
GroupName string `json:"group_name"`
ModelId string `json:"model_id"`
}
type RequestGetIotGroupInfo struct {
GroupId string `json:"group_id"`
}
type RequestGetLicenseDeviceInfo struct {
DeviceList []response.Device `json:"device_list"`
}
type RequestGetLicensePkgList struct {
PkgType int `json:"pkg_type"`
}
type RequestGetSnTicket struct {
ModelId string `json:"model_id"`
Sn string `json:"sn"`
}
type RequestRemoveIotGroupDevice struct {
GroupId string `json:"group_id"`
DeviceList []response.Device `json:"device_list"`
}
type RequestSendHardwareDeviceMessage struct {
ToOpenidList []string `json:"to_openid_list"`
Sn string `json:"sn"`
TemplateId string `json:"template_id"`
Page string `json:"page"`
MiniProgramState string `json:"miniprogram_state"`
Lang string `json:"lang"`
Data Data `json:"data"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.