forked from Reginald-Gillespie/HackPackHelpBot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsupport_packs.json
More file actions
102 lines (102 loc) · 3.07 KB
/
support_packs.json
File metadata and controls
102 lines (102 loc) · 3.07 KB
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"Domino": [
{
"title": "Calibration Issue",
"message": "Try resetting the sensor alignment and ensure the domino track is clear.",
"tag": "Calibrate",
"color": "Green"
},
{
"title": "Motor Malfunction",
"message": "Check the wiring and battery connection. Replace motor if needed.",
"tag": "Replace",
"color": "Red"
},
{
"title": "Bluetooth Not Connecting",
"message": "Restart the device and ensure it's in pairing mode.",
"tag": "Connectivity",
"color": "Blue"
}
],
"IR TURRET": [
{
"title": "Not Detecting Targets",
"message": "Ensure the IR sensor is clean and properly aligned.",
"tag": "Sensor",
"color": "Yellow"
},
{
"title": "Slow Movement",
"message": "Check motor power and adjust sensitivity settings.",
"tag": "Speed",
"color": "Purple"
},
{
"title": "Connection Issues",
"message": "Reconnect to the control software and verify settings.",
"tag": "Connectivity",
"color": "Blue"
}
],
"Label Maker": [
{
"title": "Paper Jamming",
"message": "Open the label slot and clear any stuck paper.",
"tag": "Fix",
"color": "Orange"
},
{
"title": "Printing Faint",
"message": "Replace or clean the thermal head.",
"tag": "Maintenance",
"color": "Brown"
},
{
"title": "Not Powering On",
"message": "Ensure battery or power cable is properly connected.",
"tag": "Power",
"color": "Black"
}
],
"Laser Tag": [
{
"title": "Gun Not Firing",
"message": "Check battery levels and reload the game software.",
"tag": "Battery",
"color": "Red"
},
{
"title": "Vest Not Registering Hits",
"message": "Ensure the IR sensor is not obstructed.",
"tag": "Sensor",
"color": "Yellow"
},
{
"title": "Pairing Issues",
"message": "Reset both gun and vest, then re-pair.",
"tag": "Connectivity",
"color": "Blue"
}
],
"Self Balance": [
{
"title": "Not Staying Upright",
"message": "Recalibrate the gyroscope and ensure a level surface.",
"tag": "Calibration",
"color": "Green"
},
{
"title": "Wheel Misalignment",
"message": "Check for loose bolts and tighten if necessary.",
"tag": "Alignment",
"color": "Purple"
},
{
"title": "Bluetooth Not Connecting",
"message": "Restart the device and ensure the app is up-to-date.",
"tag": "Connectivity",
"color": "Blue"
}
]
}