Add attribution to Watering Data

This commit is contained in:
Pete ba
2019-10-27 14:29:37 +00:00
parent 4806428c84
commit 0f2607bb19
4 changed files with 9 additions and 1 deletions

View File

@@ -54,6 +54,7 @@ async function calculateEToWateringScale(
return {
scale: scale,
rawData: {
weatherProvider: etoData.weatherProvider,
eto: Math.round( eto * 1000) / 1000,
radiation: Math.round( etoData.solarRadiation * 100) / 100,
minT: Math.round( etoData.minTemp ),