初始化组件数据修正
parent
a7dfd532d9
commit
c69d843fcd
|
@ -17,7 +17,7 @@
|
||||||
"name": "EMQX标准协议组件",
|
"name": "EMQX标准协议组件",
|
||||||
"type": "device",
|
"type": "device",
|
||||||
"protocol": "mqtt",
|
"protocol": "mqtt",
|
||||||
"jarFile": "emqx-component-0.4.0-SNAPSHOT.jar",
|
"jarFile": "iot-emqx-component-0.4.0-SNAPSHOT.jar",
|
||||||
"config": "{\"port\":\"1884\",\"ssl\":false,\"type\":\"client\",\"subscribeTopics\":[\"/sys/+/+/s/#\",\"/sys/client/connected\",\"/sys/client/disconnected\",\"/sys/session/subscribed\",\"/sys/session/unsubscribed\"],\"authPort\":\"8088\",\"broker\":\"127.0.0.1\",\"clientId\":\"test\",\"username\":\"test\",\"password\":\"123\"}",
|
"config": "{\"port\":\"1884\",\"ssl\":false,\"type\":\"client\",\"subscribeTopics\":[\"/sys/+/+/s/#\",\"/sys/client/connected\",\"/sys/client/disconnected\",\"/sys/session/subscribed\",\"/sys/session/unsubscribed\"],\"authPort\":\"8088\",\"broker\":\"127.0.0.1\",\"clientId\":\"test\",\"username\":\"test\",\"password\":\"123\"}",
|
||||||
"converter": "6260396d67aced2696184053",
|
"converter": "6260396d67aced2696184053",
|
||||||
"state": "stopped",
|
"state": "stopped",
|
||||||
|
@ -29,7 +29,7 @@
|
||||||
"name": "小度音箱接入组件",
|
"name": "小度音箱接入组件",
|
||||||
"type": "biz",
|
"type": "biz",
|
||||||
"protocol": "http",
|
"protocol": "http",
|
||||||
"jarFile": "http-biz-component-0.4.0-SNAPSHOT.jar",
|
"jarFile": "iot-http-biz-component-0.4.0-SNAPSHOT.jar",
|
||||||
"config": "{\"port\":\"8084\"}",
|
"config": "{\"port\":\"8084\"}",
|
||||||
"converter": "",
|
"converter": "",
|
||||||
"state": "stopped",
|
"state": "stopped",
|
||||||
|
|
Loading…
Reference in New Issue