From b8e6fd5c196b06743965bae03ab225a2582b819c Mon Sep 17 00:00:00 2001 From: zhouhao Date: Fri, 21 Feb 2020 15:16:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- simulator/scripts/demo-children-device.js | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/simulator/scripts/demo-children-device.js b/simulator/scripts/demo-children-device.js index b39d3730..037b0df2 100644 --- a/simulator/scripts/demo-children-device.js +++ b/simulator/scripts/demo-children-device.js @@ -1,5 +1,12 @@ /** - * 子设备消息模拟 + * 子设备消息模拟,请在启动脚本start.sh中自行修改scriptFile选项 + * + * 在平台中创建对应的设备实例: + * + * 父设备ID使用: gateway-1 + * 子设备ID使用: child-device-1 + * 型号使用演示型号. + * 协议使用最新的demo-protocol-1.0.jar,源代码地址: https://github.com/jetlinks/demo-protocol */ var _logger = logger;