mirror of
https://gitee.com/XM-GO/PandaX.git
synced 2026-05-01 09:31:28 +08:00
【fix】修复设置属性,指令下发,单双向
This commit is contained in:
@@ -148,6 +148,7 @@ func (p *DeviceApi) DownAttribute(rc *restfulx.ReqCtx) {
|
||||
key := restfulx.QueryParam(rc, "key")
|
||||
value := restfulx.QueryParam(rc, "value")
|
||||
one := p.DeviceApp.FindOne(id)
|
||||
biz.IsTrue(one.LinkStatus == global.ONLINE, "设备不在线无法设置属性")
|
||||
if one.Product.ProtocolName == global.TCPProtocol {
|
||||
err := tcpclient.Send(id, value)
|
||||
biz.ErrIsNil(err, "属性下发失败")
|
||||
|
||||
Reference in New Issue
Block a user