Place the LED object within the mission editor and give it a name, such as "led_1".
Place a switch type trigger with an activation parameter of your choice.
In the "On Act." field of the trigger, insert:
led_1 setLED "green";
This will cause the LED to emit green light to indicate that the trigger has been fired.
This is a very simple, proof of concept, example.