Skip to content

Commit

Permalink
fl-exp: nabairqualityd: fiddle with animations colors (mixed cyan/mag…
Browse files Browse the repository at this point in the history
…enta).
  • Loading branch information
f-laurens committed Jul 17, 2021
1 parent 07df729 commit 3d1c035
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions nabairqualityd/nabairqualityd.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,42 +22,42 @@ class NabAirqualityd(NabInfoCachedService):
)
ANIMATION_MODERATE = (
'{"tempo":14,"colors":['
'{"left":"000000","center":"00ffff","right":"00ffff"},'
'{"left":"00ffff","center":"00ffff","right":"000000"},'
'{"left":"00ffff","center":"00ffff","right":"00ffff"},'
'{"left":"00ffff","center":"00ffff","right":"00ffff"},'
'{"left":"00ffff","center":"00ffff","right":"00ffff"},'
'{"left":"00ffff","center":"00ffff","right":"00ffff"},'
'{"left":"000000","center":"ff00ff","right":"00ffff"},'
'{"left":"00ffff","center":"ff00ff","right":"000000"},'
'{"left":"00ffff","center":"ff00ff","right":"00ffff"},'
'{"left":"00ffff","center":"ff00ff","right":"00ffff"},'
'{"left":"00ffff","center":"ff00ff","right":"00ffff"},'
'{"left":"00ffff","center":"ff00ff","right":"00ffff"},'
'{"left":"00ffff","center":"000000","right":"00ffff"},'
'{"left":"000000","center":"000000","right":"00ffff"},'
'{"left":"000000","center":"000000","right":"000000"},'
'{"left":"000000","center":"00ffff","right":"000000"},'
'{"left":"000000","center":"00ffff","right":"00ffff"},'
'{"left":"00ffff","center":"00ffff","right":"00ffff"},'
'{"left":"00ffff","center":"00ffff","right":"00ffff"},'
'{"left":"00ffff","center":"00ffff","right":"00ffff"},'
'{"left":"00ffff","center":"00ffff","right":"000000"},'
'{"left":"000000","center":"ff00ff","right":"000000"},'
'{"left":"000000","center":"ff00ff","right":"00ffff"},'
'{"left":"00ffff","center":"ff00ff","right":"00ffff"},'
'{"left":"00ffff","center":"ff00ff","right":"00ffff"},'
'{"left":"00ffff","center":"ff00ff","right":"00ffff"},'
'{"left":"00ffff","center":"ff00ff","right":"000000"},'
'{"left":"00ffff","center":"000000","right":"00ffff"},'
'{"left":"000000","center":"00ffff","right":"00ffff"}]}'
'{"left":"000000","center":"ff00ff","right":"00ffff"}]}'
)
ANIMATION_BAD = (
'{"tempo":14,"colors":['
'{"left":"000000","center":"00ffff","right":"000000"},'
'{"left":"000000","center":"00ffff","right":"00ffff"},'
'{"left":"00ffff","center":"00ffff","right":"00ffff"},'
'{"left":"00ffff","center":"000000","right":"000000"},'
'{"left":"000000","center":"ff00ff","right":"000000"},'
'{"left":"000000","center":"ff00ff","right":"ff00ff"},'
'{"left":"ff00ff","center":"ff00ff","right":"ff00ff"},'
'{"left":"ff00ff","center":"000000","right":"000000"},'
'{"left":"000000","center":"000000","right":"000000"},'
'{"left":"000000","center":"00ffff","right":"000000"},'
'{"left":"000000","center":"00ffff","right":"00ffff"},'
'{"left":"000000","center":"ff00ff","right":"000000"},'
'{"left":"000000","center":"ff00ff","right":"ff00ff"},'
'{"left":"000000","center":"000000","right":"000000"},'
'{"left":"00ffff","center":"00ffff","right":"000000"},'
'{"left":"00ffff","center":"00ffff","right":"00ffff"},'
'{"left":"000000","center":"000000","right":"00ffff"},'
'{"left":"00ffff","center":"000000","right":"000000"},'
'{"left":"000000","center":"00ffff","right":"000000"},'
'{"left":"ff00ff","center":"ff00ff","right":"000000"},'
'{"left":"ff00ff","center":"ff00ff","right":"ff00ff"},'
'{"left":"000000","center":"000000","right":"ff00ff"},'
'{"left":"ff00ff","center":"000000","right":"000000"},'
'{"left":"000000","center":"ff00ff","right":"000000"},'
'{"left":"000000","center":"000000","right":"000000"},'
'{"left":"00ffff","center":"000000","right":"00ffff"},'
'{"left":"000000","center":"00ffff","right":"000000"}]}'
'{"left":"ff00ff","center":"000000","right":"ff00ff"},'
'{"left":"000000","center":"ff00ff","right":"000000"}]}'
)

ANIMATIONS = [ANIMATION_BAD, ANIMATION_MODERATE, ANIMATION_GOOD]
Expand Down

0 comments on commit 3d1c035

Please sign in to comment.