UNPKG

836 BJavaScriptView Raw
1module.exports = {
2 "name": "Robot",
3 "description": "robotic device",
4 "streams": {
5 "test": {
6 "num": "number",
7 "bool": "boolean",
8 "text": "string"
9 },
10 "temperature": {
11 "description": "Measure the temperature",
12 "channels": {
13 "degree": {
14 "type": "number",
15 },
16 "name": "string",
17 "color": "string",
18 "isActive": "boolean"
19 }
20 }
21 },
22 "properties": {
23 "example": true
24 },
25 "settings": {
26 "storeData": true,
27 "eventsEnabled": false
28 },
29 "actions": [
30 "makeCall",
31 {
32 "name": "makePhoto",
33 "status": "active=1&destroy=now"
34 },
35 "eatMeal"
36 ]
37}