remove personal info from device_def.json
authorJeonghoon Park <jh1979.park@samsung.com>
Mon, 27 Aug 2018 10:50:02 +0000 (19:50 +0900)
committerJeonghoon Park <jh1979.park@samsung.com>
Mon, 27 Aug 2018 10:50:02 +0000 (19:50 +0900)
res/device_def.json

index 6eac818..00d15dc 100644 (file)
@@ -4,12 +4,12 @@
       "specification": {
         "device": {
           "deviceType": "x.wwst.d.basic",
-          "deviceName": "co2_test",
+          "deviceName": "!!!YOUR_DEVICE_NAME!!!",
           "specVersion": "core.1.1.0",
           "dataModelVersion": "res.1.1.0"
         },
         "platform": {
-          "manufacturerName": "fAbr",
+          "manufacturerName": "!!!YOUR_MNID!!!",
           "manufacturerUrl": "http://",
           "manufacturingDate": "2017-11-29",
           "modelNumber": "NWSP-01",
@@ -17,7 +17,7 @@
           "osVersion": "1.0",
           "hardwareVersion": "1.0",
           "firmwareVersion": "1.0",
-          "vendorId": "co2_test"
+          "vendorId": "!!!YOUR_VENDOR_ID!!!"
         }
       },
       "resources": {
@@ -61,7 +61,7 @@
       "connectivity": {
         "type": 1,
         "softAP": {
-          "setupId": "001",
+          "setupId": "!!!YOUR_ONBOARDING_ID!!!",
           "artik": false
         }
       },