Add attribution to Watering Data
This commit is contained in:
@@ -7,6 +7,9 @@ import { AdjustmentMethod, AdjustmentMethodResponse } from "./AdjustmentMethod";
|
||||
async function calculateManualWateringScale( ): Promise< AdjustmentMethodResponse > {
|
||||
return {
|
||||
scale: undefined,
|
||||
rawData: {
|
||||
weatherProvider: "Manual",
|
||||
},
|
||||
wateringData: undefined
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user