Hi,
I have use SetWaveformOptional - Packet 119 it is not working
(Changing a device)
I tried using the SetWaveform - Packet 103 also but did not working
I hope somebody can shed some light here. Thanks
These are the data I sent for SetWaveform - Packet 103 to try using waveform:
transient= 0; (I think this is to not restore the previous colour, maintain the current colour set)
duration=1 second
cycle (I think this is how many cycles you want to be in that new colour) = 20 cycles
But this is quite weird because the expected value is float of 4 bytes
skew ratio=0; (this is actually 0.5 ratio, hence duty cycle = 1-0.5=0.5)
waveform=4 (pulse)
hue/saturation/brightness = 65535 (just for sake of testing set max)
kelvin= 65535 (just for sake of testing set max)
Like for SetColor - Packet 102 I have no problem
Thanks