mirror of
https://gitee.com/XM-GO/PandaX.git
synced 2026-04-28 17:59:36 +08:00
9 lines
186 B
Go
9 lines
186 B
Go
package iothub
|
|
|
|
type DeviceEventInfo struct {
|
|
DeviceId string `json:"deviceId"`
|
|
Datas string `json:"datas"`
|
|
Type string `json:"type"`
|
|
RequestId string `json:"requestId"`
|
|
}
|