-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathStatusMapping.json
60 lines (60 loc) · 1.18 KB
/
StatusMapping.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
53
54
55
56
57
58
59
60
{
"version": 1,
"app": "PerformanceInsight",
"exportType": "statusMapping",
"creationDate": "2023-02-08T09:24:45.841Z",
"name": "TankApplication",
"description": null,
"statusConfiguration": [
{
"color": "#006FE6",
"value": 1,
"label": "filling tank",
"description": null,
"timeCategoryId": 4
},
{
"color": "#A562E7",
"value": 2,
"label": "heating tank",
"description": null,
"timeCategoryId": 4
},
{
"color": "#FFC800",
"value": 3,
"label": "filling bottle",
"description": null,
"timeCategoryId": 4
},
{
"color": "#65C728",
"value": 4,
"label": "shifting bottle",
"description": null,
"timeCategoryId": 4
},
{
"color": "#EB780A",
"value": 5,
"label": "stop",
"description": null,
"timeCategoryId": 3
},
{
"color": "#ABB0C3",
"value": 6,
"label": "reset",
"description": null,
"timeCategoryId": 3
},
{
"color": "#F62447",
"value": 7,
"label": "error",
"description": null,
"timeCategoryId": 5
}
],
"useTimeCategories": true
}