Dimmer
Dim your visualization device.
Structure
For the dimmer visualization app you can adjust the scale of your dimming of your output.
{
"type": "DIMMER",
"config": {
"values": [20, 0, 111]
}
}
Validation
Config parameter | Description | Required | Allowed Values | Default |
---|---|---|---|---|
values | Degree of dimming for 3 possible dimming outputs | x | 0-255 | [0, 0, 0] |
Usage and Restrictions
The dimmer visualization app does just work for output types which allow a manual value dimming. For example this app can be used with an Artnet output in order to dim a light via PWM which is connected to the receiving Artnet device. The app allows a simple way to pass manually dedicated valuees between 0-255.