ForecastAdjustmentComponent: {
    commands: {
        modifyForecastRequest: Command<TypeFromFields, void, any>;
    };
}

A DeviceEnergyManagementCluster supports these elements if it supports feature ForecastAdjustment.

Type declaration

  • Readonlycommands: {
        modifyForecastRequest: Command<TypeFromFields, void, any>;
    }
    • ReadonlymodifyForecastRequest: Command<TypeFromFields, void, any>

      Allows a client to modify a Forecast within the limits allowed by the ESA.

      MatterSpecification.v13.Cluster § 9.2.9.6