Skip to content

NeewerLite-Python 0.6

Compare
Choose a tag to compare
@taburineagle taburineagle released this 03 Jan 04:10
· 162 commits to main since this release

Many new additions!

  • Added RSSI (signal strength) indicator to each light once they're found, listed underneath the light type in the GUI
  • Added scan for power status/channel information to the main thread to get light status, listed in the Linked status in the GUI
  • Added better quit/background thread handling

also - Keyboard shortcuts (in the GUI):

CTRL-PAGE UP - turn selected light(s) on
CTRL-PAGE DOWN - turn selected light(s) off
CTRL-SHIFT-S - Scan/Re-scan
CTRL-SHIFT-C - Link to the selected light(s)

Switch to a particular tab -
ALT-1 - Switch to CCT mode
ALT-2 - Switch to HSI mode
ALT-3 - Switch to SCENE mode
ALT-4 - Switch to Prefs

Brightness (regardless of which tab you're currently on) -
/ - Decrease the brightness by a small amount
CTRL-/ - Same as above, but by a larger amount
* - Increase the brightness by a small amount
CTRL-* - Same as above, but by a larger amount

Moving the sliders -
7 - Decrease the first slider on a tab by a small amount
CTRL-7 - Same as above, but by a larger amount
9 - Increase the first slider on a tab by a small amount
CTRL-9 - Same as above, but by a larger amount
4 - Decrease the 2nd slider on a tab by a small amount
CTRL-4 - Same as above, but by a larger amount
6 - Increase the 2nd slider on a tab by a small amount
CTRL-6 - Same as above, but by a larger amount
1 - Decrease the 3rd slider on a tab by a small amount
CTRL-1 - Same as above, but by a larger amount
3 - Increase the 3rd slider on a tab by a small amount
CTRL-3 - Same as above, but by a larger amount

Also, 1-9 on the SCENE mode tab launches the animation corresponding to that number.