BrightnessTrait.MoveToBrightnessCommand.Request

class BrightnessTrait.MoveToBrightnessCommand.Request


The request payload for the MoveToBrightness command.

Summary

Public constructors

Request(brightnessPercent: UByte)

Creates a request payload for the MoveToBrightness command.

Public properties

UByte

The desired brightness percentage setting in the range of 0 to 100.

Public constructors

Request

Request(brightnessPercent: UByte)

Creates a request payload for the MoveToBrightness command.

Public properties

brightnessPercent

val brightnessPercentUByte

The desired brightness percentage setting in the range of 0 to 100.