fix: 透传-modbus组件-下行透传格式
parent
0d1da6d928
commit
933104863c
|
@ -300,11 +300,7 @@ this.encode = function (service, device) {
|
||||||
mid: deviceMid,
|
mid: deviceMid,
|
||||||
content: {
|
content: {
|
||||||
topic: topic,
|
topic: topic,
|
||||||
payload: JSON.stringify({
|
payload: ab2hex(payloadArray).toUpperCase()
|
||||||
id: deviceMid,
|
|
||||||
method: method += "property." + identifier,
|
|
||||||
params: ab2hex(payloadArray).toUpperCase()
|
|
||||||
})
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
|
@ -300,11 +300,7 @@ this.encode = function (service, device) {
|
||||||
mid: deviceMid,
|
mid: deviceMid,
|
||||||
content: {
|
content: {
|
||||||
topic: topic,
|
topic: topic,
|
||||||
payload: JSON.stringify({
|
payload: ab2hex(payloadArray).toUpperCase()
|
||||||
id: deviceMid,
|
|
||||||
method: method += "property." + identifier,
|
|
||||||
params: ab2hex(payloadArray).toUpperCase()
|
|
||||||
})
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue