Skip to content

Commit

Permalink
GSYE-696: Added ScmStorage and ScmHeatPump to the launch simulation A…
Browse files Browse the repository at this point in the history
…VRO schema.
  • Loading branch information
spyrostz committed Feb 28, 2024
1 parent b542d19 commit 84e393d
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions gsy_framework/schema/avro_schemas/launch_simulation_scenario.json
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,52 @@
{"name": "cap_price_strategy", "type": ["null", "boolean"]}
]
},
{
"name": "ScmStorage",
"type": "record",
"fields": [
{"name": "name", "type": "string"},
{"name": "type", "type": "string"},
{"name": "uuid", "type": "string"},
{"name": "libraryUUID", "type": ["null", "string"]},
{"name": "address", "type": ["null", "string"]},
{"name": "geo_tag_location", "type": [
"null", {
"type": "array",
"items": "float"
}
]},
{"name": "prosumption_kWh_profile", "type": ["null", "string"]},
{"name": "prosumption_kWh_profile_uuid", "type": ["null", "string"]},
{"name": "use_market_maker_rate", "type": ["null", "boolean"]},
{"name": "allow_external_connection", "type": ["null", "boolean"]},
{"name": "display_type", "type": "string"},
{"name": "forecast_stream_id", "type": ["null", "string"]}
]
},
{
"name": "ScmHeatPump",
"type": "record",
"fields": [
{"name": "name", "type": "string"},
{"name": "type", "type": "string"},
{"name": "uuid", "type": "string"},
{"name": "libraryUUID", "type": ["null", "string"]},
{"name": "address", "type": ["null", "string"]},
{"name": "geo_tag_location", "type": [
"null", {
"type": "array",
"items": "float"
}
]},
{"name": "consumption_kWh_profile", "type": ["null", "string"]},
{"name": "consumption_kWh_profile_uuid", "type": ["null", "string"]},
{"name": "use_market_maker_rate", "type": ["null", "boolean"]},
{"name": "allow_external_connection", "type": ["null", "boolean"]},
{"name": "display_type", "type": "string"},
{"name": "forecast_stream_id", "type": ["null", "string"]}
]
},
{
"name": "SmartMeter",
"type": "record",
Expand Down

0 comments on commit 84e393d

Please sign in to comment.