Update LedKeyboardShortcuts.ahk

This commit is contained in:
flagstone78 2018-04-15 16:38:49 -06:00 committed by GitHub
parent 61849addaa
commit fc4ce0489f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@
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
incrementAmount := 10 ; how finely you adjust the color, speed, and brightness per keypress