Add "Bath" tracking.
This commit is contained in:
@@ -62,6 +62,12 @@ var BabyStats = function(container) {
|
|||||||
implies: ['awake'],
|
implies: ['awake'],
|
||||||
timeout: 60 * 30,
|
timeout: 60 * 30,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
type: 'bath',
|
||||||
|
description: 'Bath',
|
||||||
|
implies: ['awake'],
|
||||||
|
timeout: 12 * 60 * 60,
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
this.intervals_ = {};
|
this.intervals_ = {};
|
||||||
|
|||||||
Reference in New Issue
Block a user