ConstraintBasedAdjustmentComponent: {
    commands: {
        requestConstraintBasedForecast: Command<TypeFromFields, void, any>;
    };
}

A DeviceEnergyManagementCluster supports these elements if it supports feature ConstraintBasedAdjustment.

Type declaration

  • Readonlycommands: {
        requestConstraintBasedForecast: Command<TypeFromFields, void, any>;
    }
    • ReadonlyrequestConstraintBasedForecast: Command<TypeFromFields, void, any>

      Allows a client to ask the ESA to recompute its Forecast based on power and time constraints.

      MatterSpecification.v13.Cluster § 9.2.9.7