UNPKG

solar-scores

Version:

Compute scores for solar decathlon competition - Cali 2015

15 lines (12 loc) 282 B
var points = {}; points.Temperature = 50; points.Humidity = 20; points.Luminosity = 20; points.EnergyConsumption = 50; points.Refrigeration = 8; points.Freezing = 8; points.EglEl = 50; points.EnergyBalance = 60; points.PowerPeaks = 40; points.Water = 10; module.exports = points;