forked from phillipsnj/mergCbusAdminServer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmergConfig.json
48 lines (48 loc) · 1.05 KB
/
mergConfig.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
{
"modules": {
"32": {
"name": "canmio-universal",
"component": "mergCANMIO"
},
"29": {
"name": "CANPAN",
"component": "mergCANPAN"
},
"10": {
"name": "CANCMD",
"component": "mergCANCMD"
},
"5": {
"name": "CANACE8C",
"component": "mergDefault"
},
"65": {
"name": "ETHNIGE",
"component": "mergETHNIGE"
}
},
"cbusErrors": {
"1": "Command Not Supported",
"2": "Not in Learn Mode",
"3": "Not in Setup Mode",
"4": "Too Many Events",
"5": "No Event",
"6": "Invalid Event variable index",
"7": "Invalid Event",
"8": "Reserved",
"9": "Invalid Parameter Index",
"10": "Invalid Node Variable Index",
"11": "Invalid Event Variable Value",
"12": "Invalid Node Variable Value"
},
"dccErrors": {
"1": "Loco Stack Full",
"2": "Loco Address Taken",
"3": "Session not present",
"4": "Consist Empty",
"5": "Loco Not Found",
"6": "Can Bus Error",
"7": "Invalid Request",
"8": "Session Cancelled"
}
}