Skip to content

Commit

Permalink
fix expected values
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielWeeber authored Jun 24, 2024
1 parent 7d7a0eb commit 0fc1c5b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/samples/expected_values.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
"Device State": "Preparing",
"Device Mode": "FAST",
"EQ Single": 1.2,
"EQ Total": 2.9,
"EQ Total": 91751.8,
"Total Charger Power": 11,
"Voltage A": 0.02,
"Voltage B": 0.03,
Expand All @@ -117,17 +117,17 @@
"Charger Power A": 8,
"Charger Power B": 9,
"Charger Power C": 10,
"Extern Current A": 0.016,
"Extern Current B": 0.017,
"Extern Current C": 0.018,
"Extern Current A": 0.16,
"Extern Current B": 0.17,
"Extern Current C": 0.18,
"Extern Power A": 19,
"Extern Power B": 20,
"Extern Power C": 21,
"Extern Total Power": 22,
"Temperature Plug": 23,
"Temperature PCB": 24,
"CP State": 26,
"Charging Duration": 161,
"Charging Duration": 5308496.0,
"OCPP Offline Mode": 85,
"Type Power": 87,
"Type Phase": 88,
Expand Down

0 comments on commit 0fc1c5b

Please sign in to comment.