Update LedKeyboardShortcuts.ahk
This commit is contained in:
parent
61849addaa
commit
fc4ce0489f
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
SetBatchLines, -1
|
SetBatchLines, -1
|
||||||
|
|
||||||
|
|
||||||
socket := new Example("ws://192.168.1.33:81") ; replace with the ip address of the mclighting controller
|
socket := new Example("ws://192.168.1.33:81") ; !!! Update this !!!
|
||||||
connected := 0 ; state variable for server connection
|
connected := 0 ; state variable for server connection
|
||||||
|
|
||||||
incrementAmount := 10 ; how finely you adjust the color, speed, and brightness per keypress
|
incrementAmount := 10 ; how finely you adjust the color, speed, and brightness per keypress
|
||||||
|
|
Loading…
Reference in a new issue