Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ResponseActiveLicenseDevice ¶
type ResponseActiveLicenseDevice struct {
response.ResponseMiniProgram
DeviceList []Device `json:"device_list"`
}
type ResponseAddIotGroupDevice ¶
type ResponseAddIotGroupDevice struct {
response.ResponseMiniProgram
DeviceList []struct {
ModelId string `json:"model_id"`
Sn string `json:"sn"`
Errcode int `json:"errcode"`
} `json:"device_list"`
}
type ResponseCreateIotGroupId ¶
type ResponseCreateIotGroupId struct {
response.ResponseMiniProgram
GroupId string `json:"group_id"`
}
type ResponseGetIotGroupInfo ¶
type ResponseGetLicenseDeviceInfo ¶
type ResponseGetLicenseDeviceInfo struct {
response.ResponseMiniProgram
DeviceList []struct {
ModelId string `json:"model_id"`
Sn string `json:"sn"`
ExpireTime int `json:"expire_time"`
} `json:"device_list"`
}
type ResponseGetLicensePkgList ¶
type ResponseGetLicensePkgList struct {
response.ResponseMiniProgram
PkgList []struct {
PkgId string `json:"pkg_id"`
PkgType int `json:"pkg_type"`
StartTime int `json:"start_time"`
EndTime int `json:"end_time"`
PkgStatus int `json:"pkg_status"`
Used int `json:"used"`
All int `json:"all"`
} `json:"pkg_list"`
MaxActiveNumber int `json:"max_active_number"`
}
type ResponseRemoveIotGroupDevice ¶
type ResponseRemoveIotGroupDevice struct {
response.ResponseMiniProgram
DeviceList []struct {
ModelId string `json:"model_id"`
Sn string `json:"sn"`
Errcode int `json:"errcode"`
} `json:"device_list"`
}
Click to show internal directories.
Click to hide internal directories.