initial upload
[apps/native/smart-surveillance-camera.git] / shared / res / master.json
1 {
2         "devices": [
3                 {
4                         "deviceType": "oic.d.camera",
5                         "deviceName": "YOUR-DEVICE-NAME",
6                         "mnid": "YOUR-MNID",
7                         "vid": "YOUR-VENDER-ID"
8                 }
9         ],
10         "configuration": {
11                 "otm": 2,
12                 "otmDescription" : "ownershipTransferMethod : b0001(Random PIN-based), b0010(UserConfirm-based)",
13                 "crtType" : 1,
14                 "crtDescription" : "certificate type: 1(Test Certificate), 2(Artik Certificate)",
15                 "easySetup": {
16                         "mode": 1,
17                         "modeDescription" : "easysetup mode : 1(SoftAP)",
18                         "setupId": "YOUR-SETUP-ID"
19                 }
20         }
21 }