summaryrefslogtreecommitdiff
path: root/res/device_def.json
diff options
context:
space:
mode:
Diffstat (limited to 'res/device_def.json')
-rwxr-xr-xres/device_def.json97
1 files changed, 0 insertions, 97 deletions
diff --git a/res/device_def.json b/res/device_def.json
deleted file mode 100755
index 0242a23..0000000
--- a/res/device_def.json
+++ /dev/null
@@ -1,97 +0,0 @@
-{
- "device": [
- {
- "specification": {
- "device": {
- "deviceType": "x.wwst.d.basic",
- "deviceName": "***TODO: ENTER YOUR DEVICE NAME***",
- "specVersion": "core.1.1.0",
- "dataModelVersion": "res.1.1.0"
- },
- "platform": {
- "manufacturerName": "***TODO: ENTER YOUR MNID***",
- "manufacturerUrl": "http://www.samsung.com/sec/",
- "manufacturingDate": "2017-11-29",
- "modelNumber": "NWSP-01",
- "platformVersion": "1.0",
- "osVersion": "1.0",
- "hardwareVersion": "1.0",
- "firmwareVersion": "1.0",
- "vendorId": "***TODO: ENTER YOUR VID***"
- }
- },
- "resources": {
- "single": [
- {
- "uri": "/capability/switch/main/0",
- "types": [
- "x.com.st.powerswitch"
- ],
- "interfaces": [
- "oic.if.a",
- "oic.if.baseline"
- ],
- "policy": 3
- },
- {
- "uri": "/capability/motionSensor/main/0",
- "types": [
- "oic.r.sensor.motion"
- ],
- "interfaces": [
- "oic.if.s",
- "oic.if.baseline"
- ],
- "policy": 3
- }
- ]
- }
- }
- ],
- "resourceTypes": [
- {
- "type": "x.com.st.powerswitch",
- "properties": [
- {
- "key": "power",
- "type": 3,
- "mandatory": true,
- "rw": 3
- }
- ]
- },
- {
- "type": "oic.r.sensor.motion",
- "properties": [
- {
- "key": "value",
- "type": 0,
- "mandatory": false,
- "rw": 1
- }
- ]
- }
- ],
- "configuration": {
- "easySetup": {
- "connectivity": {
- "type": 1,
- "softAP": {
- "setupId": "***TODO: ENTER YOUR SETUP ID***",
- "artik": false
- }
- },
- "ownershipTransferMethod": 2
- },
- "wifi": {
- "interfaces": 15,
- "frequency": 1
- },
- "filePath": {
- "svrdb": "artikserversecured.dat",
- "provisioning": "provisioning.dat",
- "certificate": "certificate.pem",
- "privateKey": "privatekey.der"
- }
- }
-} \ No newline at end of file