diff options
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 |