mirror of
https://github.com/jwetzell/q-sys-plugin-novastar.git
synced 2026-09-01 18:29:04 +00:00
Don’t send display normal on input change.
This commit is contained in:
@@ -1270,7 +1270,6 @@ if (Controls) then
|
|||||||
if (v ~= nil and #v > 1) then
|
if (v ~= nil and #v > 1) then
|
||||||
print("value is not nill and length greater than 1")
|
print("value is not nill and length greater than 1")
|
||||||
Controls['IN'..k].EventHandler = function()
|
Controls['IN'..k].EventHandler = function()
|
||||||
sendCommand(NovaStar.Commands.DisplayNormal[Properties['Model'].Value])
|
|
||||||
sendCommand(v)
|
sendCommand(v)
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user