mirror of
https://gitee.com/XM-GO/PandaX.git
synced 2026-05-12 22:52:10 +08:00
【feat】添加tcp指令下发
This commit is contained in:
@@ -43,3 +43,11 @@ const (
|
||||
CMDFAIL = "1" //执行失败
|
||||
CMDRUNNING = "2" // 执行中
|
||||
)
|
||||
|
||||
const (
|
||||
MQTTProtocol = "MQTT"
|
||||
CoAPProtocol = "CoAP"
|
||||
TCPProtocol = "TCP"
|
||||
HTTPProtocol = "HTTP"
|
||||
LwM2MProtocol = "LwM2M"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user