Links

Snippets for LED Status

Snippets for LED Status

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.

Examples

Set LED to On

return true

Set LED to Off

return false