From 4b93dfbdf8686f0ab73708af04e76a667f148e20 Mon Sep 17 00:00:00 2001 From: Jin Yoon Date: Sat, 24 Nov 2018 03:45:36 +0900 Subject: [PATCH] Add hints for filling in master.json Change-Id: I0a6d99cb746b1f64b19d8b21b883a16651c6eb0a --- shared/res/master.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/shared/res/master.json b/shared/res/master.json index 2061f1e..fc65066 100644 --- a/shared/res/master.json +++ b/shared/res/master.json @@ -2,15 +2,15 @@ "devices": [ { "deviceType": "oic.d.light", - "deviceName": "Smart_Blind", + "deviceName": "***Your Device ID***", "mnid": "***Your MNID***", - "vid": "Blind_Vendor" + "vid": "***Your Vendor ID***" } ], "configuration": { "easySetup": { "mode": 1, - "setupId": "***Your Setup ID" + "setupId": "***Your Setup ID***" }, "otm": 2, "crtType": 1 -- 2.7.4