The DaVinci Resolve Control Surface panel have the ability to use Lua Snippets to set whether or not an LED is active.
The Snippet should return a true
or a false
.
You can learn more about Lua on the CommandPost Developers site.
return true
return false