Skip to content

Instantly share code, notes, and snippets.

View 9dc's full-sized avatar
🏠
Working from home

9dc 9dc

🏠
Working from home
View GitHub Profile
@9dc
9dc / gist:010b7625980e71077211456b4e96ff84
Last active March 20, 2024 09:32
Auto On/Off of Logitech Litra Glow when Webcam in use (for Teams) // doesnt need any logitech shit software other than hidapitester.exe
function setLightState {
param (
[Parameter(Mandatory = $true)]
[ValidateSet('On', 'Off')]
[String]$state,
[ValidateRange(1, 100)]
[Int]$brightness=50,
[ValidateRange(2700, 6500)]