-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmetainfo.json
52 lines (52 loc) · 1.3 KB
/
metainfo.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
50
51
52
{
"author": "Carl Zeiss GOM Metrology GmbH",
"description": "Example add-on demonstrating usage of the settings API",
"licensing": {
"licenses": [
],
"product-codes": [
]
},
"settings": [
{
"description": "Dialog configuration",
"name": "dialog"
},
{
"description": "Size of the dialog",
"name": "dialog.size"
},
{
"description": "Dialog width",
"digits": 0,
"name": "dialog.size.width",
"value": 640
},
{
"description": "Dialog height",
"digits": 0,
"name": "dialog.size.height",
"value": 480
},
{
"description": "Threshold",
"digits": 2,
"maximum": 10,
"minimum": 0,
"name": "dialog.threshold",
"step": 0.01,
"value": 1
},
{
"description": "Magic Key",
"name": "dialog.magic",
"value": "Default text",
"visible": false
}
],
"software-revision": "2127",
"software-version": "2023-RC",
"title": "Settings API example",
"uuid": "3b515488-aa7b-4035-85e1-b9509db8af4f",
"version": "1.0.4"
}