提交 22bc57a0 authored 作者: fwang's avatar fwang

Initial commit

上级
流水线 #753 已失败 于阶段
[
{
"emq_host": "139.224.69.89",
"emq_port": 31101,
"serial_no": "VT00001",
"measurements": [
{
"measurement": "door",
"type": 0,
"random_type": 1,
"port": "c",
"port_address": 1
}
]
}
]
\ No newline at end of file
# encoding=utf8
import sys
########################
# 虚拟终端上报数据脚本
########################
terminal_confs = [
{
"emq_host": "",
"emq_port": 11883,
"serial_no": "v000000001",
"measurements": [
{
"measurement": "door",
"type": 0,
"random_type": 1,
"port": "c",
"port_address": 1
}
]
},
]
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论