Skip to content

Commit

Permalink
Update aiohomekit/model/characteristics/const.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Jc2k authored Oct 18, 2024
1 parent cf63ff2 commit 5ad9541
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion aiohomekit/model/characteristics/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,8 @@ class CurrentFanState(enum.IntEnum):

class TargetFanState(enum.IntEnum):
"""Possible values target fan state.
https://developer.apple.com/documentation/homekit/hmcharacteristicvaluetargetfanstate"""
https://developer.apple.com/documentation/homekit/hmcharacteristicvaluetargetfanstate
"""

MANUAL = 0
AUTOMATIC = 1
Expand Down

0 comments on commit 5ad9541

Please sign in to comment.