Update SmartThings APIs for Tizen 5.0
[apps/native/st-things-co2-meter.git] / shared / res / master.json
index e99be34..3df0390 100644 (file)
@@ -2,7 +2,7 @@
   "devices": [
     {
       "deviceType": "x.wwst.d.basic",
-      "deviceName": "Basic",
+      "deviceName": "!!!YOUR_DEVICE_NAME!!!",
       "mnid": "!!!YOUR_MNID!!!",
       "vid": "!!!YOUR_VENDOR_ID!!!"
     }
@@ -10,9 +10,9 @@
   "configuration": {
     "easySetup": {
       "mode": 1,
-      "setupId": "000"
+      "setupId": "!!!YOUR_SETUP_ID!!!"
     },
     "otm": 2,
     "crtType": 1
   }
-}
\ No newline at end of file
+}