Skip to content

Commit

Permalink
add category for TVs
Browse files Browse the repository at this point in the history
This is not backed by any documentation or specification but by
#170
  • Loading branch information
jlusiardi committed Jan 11, 2020
1 parent 14a05a9 commit bbfe9d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions homekit/model/categories.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ class _Categories(object):
SPRINKLER = 28
FAUCET = 29
SHOWER_SYSTEM = 30
TV = 31
REMOTE = 32

def __init__(self):
Expand Down Expand Up @@ -78,6 +79,7 @@ def __init__(self):
_Categories.SPRINKLER: 'Sprinkler',
_Categories.FAUCET: 'Faucet',
_Categories.SHOWER_SYSTEM: 'Shower System',
_Categories.TV: 'TV',
_Categories.REMOTE: 'Remote',
}

Expand Down

0 comments on commit bbfe9d7

Please sign in to comment.