Skip to content

Commit f1fe23e

Browse files
committed
Ignore answeredReader device type
1 parent b8d93fa commit f1fe23e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/homebridge-hatch-baby-rest/api.ts

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ const knownProducts = [
3333
Product.rest,
3434
Product.alexa,
3535
Product.grow,
36+
Product.answeredReader,
3637
],
3738
iotClientRefreshPeriod = 8 * 60 * 60 * 1000 // refresh client every 8 hours
3839

packages/shared/hatch-sleep-types.ts

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ export const enum Product {
99
restoreIot = 'restoreIot',
1010
alexa = 'alexa',
1111
grow = 'grow',
12+
answeredReader = 'answeredReader',
1213
}
1314

1415
export interface Baby {

0 commit comments

Comments
 (0)