diff options
author | Jin Yoon <jinny.yoon@samsung.com> | 2018-11-24 03:45:36 +0900 |
---|---|---|
committer | Jin Yoon <jinny.yoon@samsung.com> | 2018-11-24 03:45:59 +0900 |
commit | 4b93dfbdf8686f0ab73708af04e76a667f148e20 (patch) | |
tree | 4ac67bd371f7b46c0e16021518c9587c2ee0686d /shared/res/master.json | |
parent | 09c3cbe10ab086ba5ad3886520458384dd9a9049 (diff) | |
download | st-things-blind-master.tar.gz st-things-blind-master.tar.bz2 st-things-blind-master.zip |
Change-Id: I0a6d99cb746b1f64b19d8b21b883a16651c6eb0a
Diffstat (limited to 'shared/res/master.json')
-rw-r--r-- | shared/res/master.json | 6 |
1 files 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 |