Add a "Breast pumped" tile.

This commit is contained in:
Ian Gulliver
2016-01-01 21:09:16 -08:00
parent bb34f30224
commit f0de371500

View File

@@ -68,6 +68,11 @@ var BabyStats = function(container) {
implies: ['awake'],
timeout: 60 * 30,
},
{
type: 'pumped',
description: 'Breast pumped',
timeout: 60 * 30,
},
];
this.intervals_ = {};