Skip to content

Ability to control Logitech Litra Lights via Powershell. Wanted the ability to control the lights via my Stream Deck.

License

Notifications You must be signed in to change notification settings

vainsoftgames/logitech_litra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

logitech_litra

Ability to control Logitech Litra Lights via Powershell. Wanted the ability to control the lights via my Stream Deck.

This powershell script does require an external executable to function. HIDAPITester allows for communication with USB Devices https://github.com/todbot/hidapitester

To control your lights via a Stream Deck.

1). Add a button
2). Under the System menu, add "Open"

Before adding the App / File path, replace [PATH_TO_PS1_SCRIPT] with the directory of the litra.ps1
Ex: D:\Litra_Lights
3). After replacing that string, copy the full command into the App / File path for your new button.



Control Brightness
You can change the last value to any number between 1 to 100

100%
powershell -windowstyle hidden -nologo -executionpolicy bypass -File "[PATH_TO_PS1_SCRIPT]\litra.ps1" brightness 100

50%
powershell -windowstyle hidden -nologo -executionpolicy bypass -File "[PATH_TO_PS1_SCRIPT]\litra.ps1" brightness 50

10%
powershell -windowstyle hidden -nologo -executionpolicy bypass -File "[PATH_TO_PS1_SCRIPT]\litra.ps1" brightness 10


Turn Light On/Off

On
powershell -windowstyle hidden -nologo -executionpolicy bypass -File "[PATH_TO_PS1_SCRIPT]\litra.ps1" on

Off
powershell -windowstyle hidden -nologo -executionpolicy bypass -File "[PATH_TO_PS1_SCRIPT]\litra.ps1" off

About

Ability to control Logitech Litra Lights via Powershell. Wanted the ability to control the lights via my Stream Deck.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published