-
Notifications
You must be signed in to change notification settings - Fork 0
/
ops_test.cmd
69 lines (69 loc) · 1.52 KB
/
ops_test.cmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"variables" : [
{
"id": "a",
"type": "cycle",
"element_type": "uint8",
"start": 0,
"end": 15,
"spacing": 1
},
{
"id": "b",
"type": "random",
"element_type": "uint8",
"low": 0,
"high": 255
}
],
"message": {
"mid": "0xCA",
"cc" : 11,
"arguments": [
"a",
"b",
{
"type": "uint8",
"label": "c",
"value": 3
},
{
"type": "uint8",
"label": "d",
"value": 4
},
{
"type": "string",
"length": 8,
"label": "str",
"value": "abcd"
},
{
"type": "array",
"element_type": "uint8",
"label": "intArr",
"values": [5, 6, 7, 8]
},
{
"type": "float",
"label": "e",
"value": 9
},
{
"type": "double",
"label": "f",
"value": 10
},
{
"type": "uint32",
"label": "g",
"value": 11
},
{
"type": "uint64",
"label": "h",
"value": 12
}
]
}
}