What is the variable name for Led Project?

What is the variable name to be given here for the Led control project?

For output devices like LEDs or buzzers, you may not need to specify a variable name because they are often controlled directly by the digital output pins of the Bolt module. In such cases, you can directly control these devices without the need for variable names, as their state (on/off) is controlled by sending digital signals to the respective pins

@Jairam For output projects like LED control, variable name is not critical. It is mainly required for the input projects like data collection. For LED control you can directly go to the code section and write your code. Here is a reference of how to control LED Controlling output devices (with a cloud dashboard)

Do try out the above suggestion and let me know if you face any issues.