initial upload
[apps/native/smart-surveillance-camera.git] / smartthings-plugin / device-profile.json
1 {
2   "name": "YOUR_DEVICE_NAME",
3   "components": [
4     {
5       "id": "main",
6       "capabilities": [
7         {
8           "id": "switch"
9         },
10         {
11           "id": "audioVolume"
12         },
13         {
14           "id": "motionSensor"
15         },
16         {
17           "id": "switchLevel"
18         }
19       ]
20     }
21   ],
22   "metadata": {
23     "mnmn": "",
24     "vid": "YOUR_VENDER_ID",
25     "deviceType": "Others"
26   }
27 }