Skip to content

Commit

Permalink
Add remote access constants (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Dec 11, 2021
1 parent 7264b5b commit ec790ae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions flux_led/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ class MultiColorEffects(Enum):
ATTR_FIRMWARE_DATE: Final = "firmware_date"
ATTR_MODEL_INFO: Final = "model_info"
ATTR_MODEL_DESCRIPTION: Final = "model_description"
ATTR_REMOTE_ACCESS_ENABLED: Final = "remote_access_enabled"
ATTR_REMOTE_ACCESS_HOST: Final = "remote_access_host"
ATTR_REMOTE_ACCESS_PORT: Final = "remote_access_port"


# Color modes
COLOR_MODE_DIM: Final = "DIM"
Expand Down

0 comments on commit ec790ae

Please sign in to comment.