Skip to content

Commit fae2d8f

Browse files
committed
update divert_sim test.http
1 parent 4d62c75 commit fae2d8f

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

divert_sim/test.http

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ GET http://localhost:8000/
99
POST http://localhost:8000/simulation
1010
Content-Type: application/json
1111

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+
1219
###
1320
# no import
1421

@@ -29,8 +36,8 @@ POST http://localhost:8000/simulation
2936
Content-Type: application/json
3037

3138
{
32-
"divert_PV_ratio": 1.1,
39+
"divert_PV_ratio": 0.5,
3340
"divert_attack_smoothing_time": 20,
34-
"divert_decay_smoothing_time": 200,
41+
"divert_decay_smoothing_time": 600,
3542
"divert_min_charge_time": 600
3643
}

0 commit comments

Comments
 (0)