summaryrefslogtreecommitdiff
path: root/shared/res/resource.json
diff options
context:
space:
mode:
Diffstat (limited to 'shared/res/resource.json')
-rw-r--r--shared/res/resource.json52
1 files changed, 0 insertions, 52 deletions
diff --git a/shared/res/resource.json b/shared/res/resource.json
deleted file mode 100644
index 14d7ba5..0000000
--- a/shared/res/resource.json
+++ /dev/null
@@ -1,52 +0,0 @@
-{
- "resources": {
- "single": [
- {
- "uri": "/capability/motionSensor/main/0",
- "types": [
- "oic.r.sensor.motion"
- ],
- "interfaces": [
- "oic.if.s",
- "oic.if.baseline"
- ]
- },
- {
- "uri": "/capability/switch/main/0",
- "types": [
- "x.com.st.powerswitch"
- ],
- "interfaces": [
- "oic.if.a",
- "oic.if.baseline"
- ]
- }
- ]
- },
- "resourceTypes": [
- {
- "type": "oic.r.sensor.motion",
- "properties": [
- {
- "key": "value",
- "type": "boolean",
- "readOnly": 1,
- "mandatory": false,
- "isArray": false
- }
- ]
- },
- {
- "type": "x.com.st.powerswitch",
- "properties": [
- {
- "key": "power",
- "type": "string",
- "readOnly": 3,
- "mandatory": true,
- "isArray": false
- }
- ]
- }
- ]
-} \ No newline at end of file