-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathljmmm_test.json
49 lines (48 loc) · 1.03 KB
/
ljmmm_test.json
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
{
"registers": [
{
"address": 2990,
"name": "LED_COMM",
"type": "UINT16",
"devices": [
{
"device": "T7",
"fwmin": 1.7777
},
{
"device": "T4",
"fwmin": 1.4444
}
],
"readwrite": "RW",
"tags": ["DIO"],
"default": 0,
"description": "Sets the state of the COMM LED when the LEDs are set to manual, see the POWER_LED register.",
"constants": [
{"value": 0, "name": "Off"},
{"value": 1, "name": "On"}
]
}
],
"errors": [
{
"error": 0,
"string": "LJ_SUCCESS"
},
{
"error": 200,
"string": "LJME_WARNINGS_BEGIN",
"description": "test01"
},
{
"error": 399,
"string": "LJME_WARNINGS_END",
"description": "test02"
},
{
"error": 201,
"string": "LJME_FRAMES_OMITTED_DUE_TO_PACKET_SIZE",
"description": "test03"
}
]
}