Skip to content

Commit

Permalink
add details into trigger_schedule docstring
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
  • Loading branch information
victorgarcia98 committed Sep 19, 2023
1 parent 72558bb commit 5dc7855
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions flexmeasures/api/v3_0/sensors.py
Original file line number Diff line number Diff line change
Expand Up @@ -313,11 +313,14 @@ def trigger_schedule( # noqa: C901
"soc-max": 25,
"roundtrip-efficiency": 0.98,
"storage-efficiency": 0.9999,
"storage-efficiency": 0.9999,
"power-capacity" : "25kW"
},
"flex-context": {
"consumption-price-sensor": 9,
"production-price-sensor": 10,
"inflexible-device-sensors": [13, 14, 15]
"site-power-capacity": "100kW"
}
}
Expand Down

0 comments on commit 5dc7855

Please sign in to comment.