Skip to content

Commit

Permalink
fix: add missing TVS-pro models to Model enum
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Dec 12, 2019
1 parent 23c9318 commit 8ac6777
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/enums/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ export enum Model {
TwoME4K = 0x06,
TwoMEBS4K = 0x07,
TVSHD = 0x08,
TVSProHD = 0x09,
TVSPro4K = 0x0a,
Constellation = 0x0b,
Constellation8K = 0x0c
}
Expand Down

0 comments on commit 8ac6777

Please sign in to comment.