mirror of
https://gitee.com/XM-GO/PandaX.git
synced 2026-05-10 05:42:09 +08:00
iot init
This commit is contained in:
8
iothub/iothub_session.go
Normal file
8
iothub/iothub_session.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package iothub
|
||||
|
||||
type DeviceEventInfo struct {
|
||||
DeviceId string `json:"deviceId"`
|
||||
Datas string `json:"datas"`
|
||||
Type string `json:"type"`
|
||||
RequestId string `json:"requestId"`
|
||||
}
|
||||
Reference in New Issue
Block a user