brightness property

  1. @BuiltValueField(wireName: 'bri')
int? brightness

The average brightness of the group (off is brightness 0, if device does not support “bri”: on is brightness 255). Unreachable lights are not used in calculation. If all lights are unreachable brightness is 0.

Implementation

@BuiltValueField(wireName: 'bri')
int? get brightness;