response

package
v3.4.34 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 4, 2025 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Device

type Device struct {
	ModelId string `json:"model_id"`
	Sn      string `json:"sn"`
}

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 ResponseGetIotGroupInfo struct {
	response.ResponseMiniProgram
	GroupName  string   `json:"group_name"`
	ModelId    string   `json:"model_id"`
	ModelType  string   `json:"model_type"`
	DeviceList []Device `json:"device_list"`
}

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"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL