SetLEDColorRequest#
Source proto:
rb/api/led.proto
Request to set led color.
Request message for configuring the LED color and behavior
Field |
Type |
Label |
Description |
|---|---|---|---|
request_header |
Request header |
||
color |
Desired LED color |
||
duration |
Duration for which the LED will maintain the requested color. If blinking is enabled, this duration applies to the blinking cycle. Default: 1s |
||
transition_time |
Specifies the time for transitioning from the current color to the new requested color. If omitted or zero, the transition is immediate. Default: 0s |
||
blinking |
Indicates whether to enable blinking Default: False |
||
blinking_freq |
Blinking frequency in Hz. This field is only relevant if blinking is set to true. Default: 1Hz |