|
Post by dlab246 on Aug 31, 2016 14:18:42 GMT
I haven't seen anyone try using the API with Powershell yet so I created a Powershell Function. This code is for the v3.0.2 dll and I've been testing with the wireless+audio device. The function and details are attached.
Examples:
Set-BLyncLight -Color Yellow Set-BLyncLight -Color Yellow -LightFlash Set-BLyncLight -Color Magenta -LightFlash -LightFlashSpeed 3 Set-BLyncLight -Color Cyan -DimLight Set-BLyncLight -Color '25,25,150' #Custom RGB color Set-BLyncLight -Color Red -MusicTone 11 Set-BLyncLight -Color Blue -MusicTone 12 -MusicVolume 8 -MusicPlayDuration 30 Set-BLyncLight -Color Fire -ColorFlashCount 20
|
|
|
Post by meep on Sept 20, 2016 15:35:36 GMT
I want to thank you for this!
Now when I have incoming work a rule in my Outlook client fires off a powershell!
Thanks!
|
|
|
Post by luckyluc on Oct 26, 2016 22:14:13 GMT
Very nice!
|
|