Update scripts and seconds

This commit is contained in:
2022-11-28 22:13:52 +01:00
parent e181b42c6c
commit 672a770ac1
4 changed files with 99 additions and 10 deletions

View File

@ -28,7 +28,7 @@ const log = debug("itender:station");
const mixLog = debug("itender:mix");
export class iTender {
private static secondsPer100ml: number = 10;
private static secondsPer100ml: number = 35.3335;
static get drinks(): IDrink[] {
return this._drinks;