-
Notifications
You must be signed in to change notification settings - Fork 34
/
Copy pathconfig.json
49 lines (49 loc) · 1.3 KB
/
config.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
[
{
"name": "exampleConfig",
"label": "monitor position",
"type": "boolean",
"default": "false",
"description": "switch on logging of position acquired/failed",
"category": "example",
"capabilities": {
"testboard":"true"
}
},
{
"name": "exampleBDSel",
"label": "value to check",
"type": "boatData",
"default": "",
"description": "select a value to monitor for value change",
"category": "example",
"capabilities": {
"testboard":"true"
}
},
{
"name": "exTransducer",
"label": "voltage transducer name",
"type": "String",
"default": "",
"description": "set the name for the xdr transducer for the simulated voltage, leave empty to disable ",
"category": "example",
"capabilities": {
"testboard":"true"
}
},
{
"name": "exInstanceId",
"label": "voltage instance id",
"type": "number",
"default": 99,
"description": "the N2K instance id for the simulated voltage ",
"category": "example",
"min": 0,
"max": 255,
"check": "checkMinMax",
"capabilities": {
"testboard":"true"
}
}
]