StartTimeAdjustmentComponent: {
    commands: {
        startTimeAdjustRequest: Command<TypeFromFields, void, any>;
    };
}

A DeviceEnergyManagementCluster supports these elements if it supports feature StartTimeAdjustment.

Type declaration

  • Readonlycommands: {
        startTimeAdjustRequest: Command<TypeFromFields, void, any>;
    }
    • ReadonlystartTimeAdjustRequest: Command<TypeFromFields, void, any>

      Allows a client to adjust the start time of a Forecast sequence that has not yet started operation (i.e. where the current Forecast StartTime is in the future).

      MatterSpecification.v13.Cluster § 9.2.9.3