Add hints for filling in master.json
[apps/native/st-things-blind.git] / shared / res / master.json
1 {
2   "devices": [
3     {
4       "deviceType": "oic.d.light",
5       "deviceName": "***Your Device ID***",
6       "mnid": "***Your MNID***",
7       "vid": "***Your Vendor ID***"
8     }
9   ],
10   "configuration": {
11     "easySetup": {
12       "mode": 1,
13       "setupId": "***Your Setup ID***"
14     },
15     "otm": 2,
16     "crtType": 1
17   }
18 }