TlvSlotAdjustment: ObjectSchema<{
    duration: FieldType<number>;
    nominalPower: FieldType<number | bigint>;
    slotIndex: FieldType<number>;
}> = ...

Type declaration

  • duration: FieldType<number>

    This field shall indicate the new requested duration, in seconds, that the ESA shall extend or shorten the slot duration to. It MUST be between the MinDurationAdjustment and MaxDurationAdjustment for the slot as advertised by the ESA.

    MatterSpecification.v13.Cluster § 9.2.7.12.3

  • nominalPower: FieldType<number | bigint>

    This field shall indicate the new requested power that the ESA shall operate at. It MUST be between the MinPowerAdjustment and MaxPowerAdjustment for the slot as advertised by the ESA.

    MatterSpecification.v13.Cluster § 9.2.7.12.2

  • slotIndex: FieldType<number>

    This field shall indicate the index into the Slots list within the Forecast that is to be modified. It shall be less than the actual length of the Slots list (implicitly it must be in the range 0 to 9 based on the maximum length of the Slots list constraint).

    MatterSpecification.v13.Cluster § 9.2.7.12.1

MatterSpecification.v13.Cluster § 9.2.7.12