We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8d93fa commit f1fe23eCopy full SHA for f1fe23e
packages/homebridge-hatch-baby-rest/api.ts
@@ -33,6 +33,7 @@ const knownProducts = [
33
Product.rest,
34
Product.alexa,
35
Product.grow,
36
+ Product.answeredReader,
37
],
38
iotClientRefreshPeriod = 8 * 60 * 60 * 1000 // refresh client every 8 hours
39
packages/shared/hatch-sleep-types.ts
@@ -9,6 +9,7 @@ export const enum Product {
9
restoreIot = 'restoreIot',
10
alexa = 'alexa',
11
grow = 'grow',
12
+ answeredReader = 'answeredReader',
13
}
14
15
export interface Baby {
0 commit comments