Question about $ commands, terminal session

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.

Best regards HomEd

The command is entered in thru a terminal program (most use “putty”) that is connected to your device via SSH.

When you enter the command you ignore the " $" in the beginning of the command. That’s typically put there to denote a Linux command line entry.

You also have to know your z wave USB address

If you want to always have the lights off I recommend using the aeotec backup tool. You can download it from the aeotec site.

You can not only turn off the led, but it allows you to backup you z stick as well