Hi there,
I have a neewbie question.
On device spesific page there is a feauture regarding “turn off disco lights” on AEOTEC Z-STICK.
The command line for turning off is:
$ echo -e -n “\x01\x08\x00\xF2\x51\x01\x00\x05\x01\x51” > /dev/serial/by-id/usb-0658_0200-if00
My question is where do i write this line?
Configuration.yaml i dont think?
I would need this explained in detail because i am not well known with phyton.
I have only done programming with c++ and arduinos.