TlvStayActiveResponse: ObjectSchema<{
    promisedActiveDuration: FieldType<number>;
}> = ...

This message shall be sent by the ICD in response to the StayActiveRequest command and shall contain the computed duration (in milliseconds) that the ICD intends to stay active for.

Type declaration

  • promisedActiveDuration: FieldType<number>

    This field shall provide the actual duration that the ICD server can stay active from the time it receives the StayActiveRequest command.

    The minimum value of the PromisedActiveDuration field shall be equal to either 30000 milliseconds or StayActiveDuration (from the received StayActiveRequest command), whichever is smaller.

    MatterSpecification.v13.Core § 9.17.7.5.1

MatterSpecification.v13.Core § 9.17.7.5