7474debb333e0ee4f2cb61ccbb60910cc1134695
[platform/upstream/iotivity.git] / service / simulator / java / eclipse-plugin / ServiceProviderPlugin / resource / oic.light.json
1 {
2   "title": "light",
3   "rt": "oic.light",
4   "if": "oic.if.baseline",
5   "properties": {
6     "power": {
7       "type": "string",
8       "description": "Light status",
9       "values": ["on","off"],
10       "default": "on",
11       "update_frequency": 1000
12     },
13     "intensity": {
14       "type": "integer",
15       "description": "brightness of the light",
16       "range": [1,9],
17       "default": 1,
18       "update_frequency": 1001
19     }
20   }
21 }