TlvViewSceneResponse: ObjectSchema<{
    extensionFieldSetStructs: OptionalFieldType<TypeFromFields<{
        attributeValueList: FieldType<TypeFromFields<{
            attributeId: FieldType<(...)>;
            valueSigned16: OptionalFieldType<(...)>;
            valueSigned32: OptionalFieldType<(...)>;
            valueSigned64: OptionalFieldType<(...)>;
            valueSigned8: OptionalFieldType<(...)>;
            valueUnsigned16: OptionalFieldType<(...)>;
            valueUnsigned32: OptionalFieldType<(...)>;
            valueUnsigned64: OptionalFieldType<(...)>;
            valueUnsigned8: OptionalFieldType<(...)>;
        }>[]>;
        clusterId: FieldType<ClusterId>;
    }>[]>;
    groupId: FieldType<GroupId>;
    sceneId: FieldType<number>;
    sceneName: OptionalFieldType<string>;
    status: FieldType<Status>;
    transitionTime: OptionalFieldType<number>;
}> = ...

Type declaration

  • extensionFieldSetStructs: OptionalFieldType<TypeFromFields<{
        attributeValueList: FieldType<TypeFromFields<{
            attributeId: FieldType<(...)>;
            valueSigned16: OptionalFieldType<(...)>;
            valueSigned32: OptionalFieldType<(...)>;
            valueSigned64: OptionalFieldType<(...)>;
            valueSigned8: OptionalFieldType<(...)>;
            valueUnsigned16: OptionalFieldType<(...)>;
            valueUnsigned32: OptionalFieldType<(...)>;
            valueUnsigned64: OptionalFieldType<(...)>;
            valueUnsigned8: OptionalFieldType<(...)>;
        }>[]>;
        clusterId: FieldType<ClusterId>;
    }>[]>

    If the status is SUCCESS, this field shall be copied from the corresponding field in the Scene Table entry, otherwise it shall be omitted.

    MatterSpecification.v13.Cluster § 1.4.9.5.6

  • groupId: FieldType<GroupId>

    The GroupID field shall be set to the corresponding field of the received ViewScene command.

    MatterSpecification.v13.Cluster § 1.4.9.5.2

  • sceneId: FieldType<number>

    The SceneID field shall be set to the corresponding field of the received ViewScene command.

    MatterSpecification.v13.Cluster § 1.4.9.5.3

  • sceneName: OptionalFieldType<string>

    If the status is SUCCESS, this field shall be copied from the corresponding field in the Scene Table entry, otherwise it shall be omitted.

    MatterSpecification.v13.Cluster § 1.4.9.5.5

  • status: FieldType<Status>

    This field shall be set according to the Effect on Receipt section for ViewScene command.

    MatterSpecification.v13.Cluster § 1.4.9.5.1

  • transitionTime: OptionalFieldType<number>

    If the status is SUCCESS, this field shall be copied from the corresponding field in the Scene Table entry, otherwise it shall be omitted.

    MatterSpecification.v13.Cluster § 1.4.9.5.4

MatterSpecification.v13.Cluster § 1.4.9.5