Skip to content

Commit

Permalink
Ignore answeredReader device type
Browse files Browse the repository at this point in the history
  • Loading branch information
dgreif committed Mar 29, 2024
1 parent b8d93fa commit f1fe23e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/homebridge-hatch-baby-rest/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ const knownProducts = [
Product.rest,
Product.alexa,
Product.grow,
Product.answeredReader,
],
iotClientRefreshPeriod = 8 * 60 * 60 * 1000 // refresh client every 8 hours

Expand Down
1 change: 1 addition & 0 deletions packages/shared/hatch-sleep-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export const enum Product {
restoreIot = 'restoreIot',
alexa = 'alexa',
grow = 'grow',
answeredReader = 'answeredReader',
}

export interface Baby {
Expand Down

0 comments on commit f1fe23e

Please sign in to comment.