Browse Source

Modified example.json

master
Maximilian Stiefel 4 months ago
parent
commit
9030940230
  1. 8
      example.json

8
example.json

@ -3,8 +3,8 @@
"technologies": [
{
"label": "Air water heat pump",
"installation_price": 112568.75,
"reinstallation_price": 120000,
"installation_price": 150000,
"reinstallation_price": 150000,
"kwh_expenditure": 5453.4,
"kwh_price": 2.1,
"maintenance_price": 2000,
@ -14,7 +14,7 @@
},
{
"label": "Geothermal heat pump",
"installation_price": 222788,
"installation_price": 240000,
"reinstallation_price": 120000,
"kwh_expenditure": 4519.1,
"kwh_price": 1.94,
@ -30,7 +30,7 @@
"kwh_expenditure": 18768,
"kwh_price": 0.95,
"maintenance_price": 2000,
"maintenance_interval": 2,
"maintenance_interval": 50,
"percent_inflation": 8,
"years_lifespan": 50
}

Loading…
Cancel
Save