Send UDP command to RBG controler

Hi @ll
This might sound silly but i have been searching for solution for few days already and found scraps i cannot combine together.

I have quite nice RGB dimmer that accepts command via UDP. Managed to get to the point i am able to send working commands via netcat but i would like to control it from OH. command are sent in hex to port 30977. Pattern for command are as follow: fbebffb4640000b959d600

fbeb ffb4640000 b959d6 00
scene rgb + 2x white mac add closing

i would like to use colour picker for rbg part and 2 sliders for both white chanels and send it via udp to device.

Any help or direction would be appreciated.