Skip to content

Commit

Permalink
feat: add locked to alarm device data types
Browse files Browse the repository at this point in the history
  • Loading branch information
dgreif committed Nov 28, 2018
1 parent 5b0be21 commit e001ed8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ declare namespace RingApi {
serialNumber?: string
tamperStatus: 'ok' | 'tamper'
faulted?: boolean
locked?: 'jammed' | 'locked' | 'unlocked' | 'unknown'
roomId?: number
volume?: number
mode?: 'all' | 'some' | 'none'
Expand Down

0 comments on commit e001ed8

Please sign in to comment.