Skip to content

Commit

Permalink
add test responses
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielWeeber authored Jun 24, 2024
1 parent ffa2382 commit 81e02de
Showing 1 changed file with 117 additions and 0 deletions.
117 changes: 117 additions & 0 deletions tests/samples/responses.py
Original file line number Diff line number Diff line change
Expand Up @@ -1753,6 +1753,123 @@
],
}

X3_EVC_RESPONSE = {
"type": "X3-EVC",
"SN": "SQXXXXXXXX",
"ver": "3.007.05",
"Data": [
0,
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,
],
"Information": [0.000, 5, "X3-Hybiyd-G3", "XXXXXXX", 1, 3.00, 0.00, 3.17, 1.01],
"Information": [
11.000,
1,
"C311XXXXXXXXXX",
1,
1.08,
1.01,
0.00,
0.00,
0.00,
1,
],
}

X3_HYBRID_G3_RESPONSE = {
"type": "X3-Hybiyd-G3",
"SN": "XXXXXXX",
Expand Down

0 comments on commit 81e02de

Please sign in to comment.