expanded the water levels to be used to configure pumping levels and moved the water draining period to config file
This commit is contained in:
@@ -24,6 +24,10 @@ if (Meteor.isServer) {
|
||||
tankLevel3: this.bodyParams.tankLevel3,
|
||||
tankLevel4: this.bodyParams.tankLevel4,
|
||||
tankFull: this.bodyParams.tankFull,
|
||||
startPumpingAt: this.bodyParams.startPumpingAt,
|
||||
stopPumpingAt: this.bodyParams.stopPumpingAt,
|
||||
drainingPeriodUnit: parseInt(this.bodyParams.drainingPeriodUnit),
|
||||
drainingPeriodAmount: this.bodyParams.drainingPeriodAmount,
|
||||
owner: this.bodyParams.owner,
|
||||
created_at: new Date()
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user