-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathdmx_start_address.json
More file actions
53 lines (53 loc) · 890 Bytes
/
dmx_start_address.json
File metadata and controls
53 lines (53 loc) · 890 Bytes
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
{
"name": "DMX_START_ADDRESS",
"pid": 240,
"version": 1,
"get_request": {
"fields": []
},
"get_response": {
"fields": [
{
"name": "start_address",
"type": "uint16",
"ranges": [
{
"lower": 1,
"upper": 512
}
],
"labels": [
{
"label": "No footprint",
"value": 65535
}
]
}
]
},
"get_subdevice_range": 2,
"set_request": {
"fields": [
{
"name": "start_address",
"type": "uint16",
"ranges": [
{
"lower": 1,
"upper": 512
}
],
"labels": [
{
"label": "No footprint",
"value": 65535
}
]
}
]
},
"set_response": {
"fields": []
},
"set_subdevice_range": 3
}