Fire a bridged light
vnyan_lightAdjust light intensity for bloom, vignette, ambient light, or toggle sun light (intensity ignored). Requires prior bridge graph installation.
Instructions
Drives ambient light intensity via the installed bridge graph's TriggerNode - live-parametrized. 'sunLight' is fire-only: every value-socket wired into SunLightNode crashes VNyan's trigger processing (root cause not identified, looks like a VNyan-side bug specific to this node class), so firing it just turns the sun light on at fixed defaults - 'intensity'/'toggle' are ignored for it. REQUIRES vnyan_bridge_graph action 'install' to have been run once. Source: plugin trigger.call (live). No getter exists at any tier - the MCP tracks the value it just sent, it does not read back the actual applied state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Bridge action key, e.g. 'ambientLight' or 'sunLight' | |
| toggle | No | Ignored for sunLight - see tool description | |
| intensity | No | Default 0. Ignored for sunLight - see tool description |