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

@@ -7,6 +7,9 @@ import { AdjustmentMethod, AdjustmentMethodResponse } from "./AdjustmentMethod";
async function calculateManualWateringScale( ): Promise< AdjustmentMethodResponse > {
return {
scale: undefined,
rawData: {
weatherProvider: "Manual",
},
wateringData: undefined
}
}