Can I somehow include the priority flag via the python API?
The reason I need it is that I would like to control the light locally via temperature probe and overwrite this with external artnet DMX input.
I guess it should be placed in the client.SendDmx(universe, data, DmxSent) function, looking at the link below.
http://docs.openlighting.org/ola/doc/latest/structola_1_1client_1_1_send_d_m_x_args.html
My code:
code.txt
Can I somehow include the priority flag via the python API?
The reason I need it is that I would like to control the light locally via temperature probe and overwrite this with external artnet DMX input.
I guess it should be placed in the client.SendDmx(universe, data, DmxSent) function, looking at the link below.
http://docs.openlighting.org/ola/doc/latest/structola_1_1client_1_1_send_d_m_x_args.html
My code:
code.txt