Skip to content

Commit

Permalink
LCD: add led_strip lcd_config_schema (Freebox Ultra Limited Edition) (#…
Browse files Browse the repository at this point in the history
…746)

Co-authored-by: Bruce LIOU <[email protected]>
Co-authored-by: Quentame <[email protected]>
  • Loading branch information
3 people authored Dec 17, 2024
1 parent 8b2a0d2 commit 93ac942
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/freebox_api/api/lcd.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,17 @@ def __init__(self, access: Access):
"orientation": 0,
"brightness": 100,
"orientation_forced": False,
"available_led_strip_animations": [
"organic",
"static",
"breathing",
"rain",
"trail",
"wave",
],
"led_strip_brightness": 56,
"led_strip_animation": "breathing",
"led_strip_enabled": True,
}

async def get_configuration(self):
Expand Down

0 comments on commit 93ac942

Please sign in to comment.