Modified device name and VID 99/165299/2
authorEunyoung Lee <ey928.lee@samsung.com>
Thu, 28 Dec 2017 05:30:26 +0000 (14:30 +0900)
committerEunyoung Lee <ey928.lee@samsung.com>
Fri, 29 Dec 2017 09:19:32 +0000 (18:19 +0900)
Change-Id: I4143bd4903bae88a97e6f248cecc42ea7c3b0fc9

res/device_def.json

index 1d45388..dd6584e 100644 (file)
@@ -3,8 +3,8 @@
     {
       "specification": {
         "device": {
-          "deviceType": "oic.d.motion",
-          "deviceName": "Motion",
+          "deviceType": "oic.d.testdevice",
+          "deviceName": "Test Device",
           "specVersion": "core.1.1.0",
           "dataModelVersion": "res.1.1.0"
         },
@@ -17,7 +17,7 @@
           "osVersion": "1.0",
           "hardwareVersion": "1.0",
           "firmwareVersion": "1.0",
-          "vendorId": "TT_02"
+          "vendorId": "TT"
         }
       },
       "resources": {
@@ -28,7 +28,8 @@
               "oic.r.sensor.motion"
             ],
             "interfaces": [
-              "oic.if.r"
+              "oic.if.s",
+              "oic.if.baseline"
             ],
             "policy": 3
           }