We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d62c75 commit fae2d8fCopy full SHA for fae2d8f
divert_sim/test.http
@@ -9,6 +9,13 @@ GET http://localhost:8000/
9
POST http://localhost:8000/simulation
10
Content-Type: application/json
11
12
+{
13
+ "divert_PV_ratio": 1.1,
14
+ "divert_attack_smoothing_time": 20,
15
+ "divert_decay_smoothing_time": 600,
16
+ "divert_min_charge_time": 600
17
+}
18
+
19
###
20
# no import
21
@@ -29,8 +36,8 @@ POST http://localhost:8000/simulation
29
36
30
37
31
38
{
32
- "divert_PV_ratio": 1.1,
39
+ "divert_PV_ratio": 0.5,
33
40
"divert_attack_smoothing_time": 20,
34
- "divert_decay_smoothing_time": 200,
41
35
42
"divert_min_charge_time": 600
43
}
0 commit comments