Add "Bath" tracking.

This commit is contained in:
Ian Gulliver
2016-01-01 12:01:59 -08:00
parent 7ac7a406c3
commit a4ebe52519

View File

@@ -62,6 +62,12 @@ var BabyStats = function(container) {
implies: ['awake'],
timeout: 60 * 30,
},
{
type: 'bath',
description: 'Bath',
implies: ['awake'],
timeout: 12 * 60 * 60,
},
];
this.intervals_ = {};