# Snippets for LED Status

The DaVinci Resolve Control Surface panel has the ability to use Lua Snippets to set whether or not an LED is active.

The Snippet should return a true or a false boolean value.

You can learn more about Lua here.


# Examples

# Set LED to On

return true

# Set LED to Off

return false