1 Star 0 Fork 0

育子/nuciotsdk

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
devicestat.go 174 Bytes
Copy Edit Raw Blame History
育子 authored 2021-11-21 19:39 . init
package models
// 设备状态
type DeviceStat struct {
DeviceId string `json:"deviceId"` // 设备编号
Stat int `json:"deviceStat"` // 设备状态
IotBase
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/magicyu90/nuciotsdk.git
git@gitee.com:magicyu90/nuciotsdk.git
magicyu90
nuciotsdk
nuciotsdk
v1.2.0

Search