From f92213120ced5f281aed322faa5c507dc6c0beaf Mon Sep 17 00:00:00 2001 From: zhou-hao Date: Mon, 9 Mar 2020 15:55:07 +0800 Subject: [PATCH] =?UTF-8?q?=E9=BB=98=E8=AE=A4demo-device?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- simulator/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simulator/start.sh b/simulator/start.sh index 71bef8f5..f0117a49 100755 --- a/simulator/start.sh +++ b/simulator/start.sh @@ -6,6 +6,6 @@ java -jar device-simulator.jar \ mqtt.enableEvent=true \ mqtt.eventLimit=1 \ mqtt.eventRate=1000 \ - mqtt.scriptFile=./scripts/demo-children-device.js \ + mqtt.scriptFile=./scripts/demo-device.js \ mqtt.address=127.0.0.1 \ mqtt.port=1883 \ No newline at end of file