mirror of
https://gitee.com/XM-GO/PandaX.git
synced 2026-05-04 19:11:27 +08:00
【fix】修复设置属性,指令下发,单双向
This commit is contained in:
@@ -35,6 +35,7 @@ type DeviceCmdLog struct {
|
||||
CmdName string `gorm:"type:varchar(64);comment:命令名称" json:"cmdName"`
|
||||
CmdContent string `gorm:"type:longtext;comment:命令内容" json:"cmdContent"`
|
||||
State string `gorm:"type:varchar(1);comment:命令状态" json:"state"`
|
||||
Mode string `gorm:"type:varchar(64);comment:下发模式" json:"mode"`
|
||||
Type string `gorm:"type:varchar(1);comment:命令类型" json:"type"` // 0 自定义 1 命令
|
||||
ResponseContent string `gorm:"type:longtext;comment:响应内容" json:"responseContent"`
|
||||
RequestTime string `gorm:"comment:命令下发时间" json:"requestTime"`
|
||||
|
||||
Reference in New Issue
Block a user