lightIds property

  1. @BuiltValueField(wireName: 'lights')
BuiltList<String>? lightIds

The light ids which are in the scene. This array can empty. As of 1.11 it must contain at least 1 element. If an invalid lights resource is given, error 7 is returned and the scene is not created.

When writing, lightstate of all lights in list will be overwritten with current light state. As of 1.15 when writing, lightstate of lights which are not yet in list will be created with current light state.

Implementation

@BuiltValueField(wireName: 'lights')
BuiltList<String>? get lightIds;