Variable DeviceEnergyManagementBehaviorConst
DeviceEnergyManagementBehavior: Type<Of<{ attributes: { absMaxPower: .; absMinPower: .; esaCanGenerate: .; esaState: .; esaType: .; }; extensions: readonly [{ component: { attributes: { powerAdjustmentCapability: .; }; commands: { cancelPowerAdjustRequest: .; powerAdjustRequest: .; }; events: { powerAdjustEnd: .; powerAdjustStart: .; }; }; flags: { powerAdjustment: true; }; }, { component: { attributes: { forecast: .; }; }; flags: { powerForecastReporting: true; }; }, { component: { attributes: { forecast: .; }; }; flags: { stateForecastReporting: true; }; }, { component: { attributes: { optOutState: .; }; }; flags: { powerAdjustment: true; }; }, { component: { attributes: { optOutState: .; }; }; flags: { startTimeAdjustment: true; }; }, { component: { attributes: { optOutState: .; }; }; flags: { pausable: true; }; }, { component: { attributes: { optOutState: .; }; }; flags: { forecastAdjustment: true; }; }, { component: { attributes: { optOutState: .; }; }; flags: { constraintBasedAdjustment: true; }; }, { component: { commands: { pauseRequest: .; resumeRequest: .; }; events: { paused: .; resumed: .; }; }; flags: { pausable: true; }; }, { component: { commands: { startTimeAdjustRequest: .; }; }; flags: { startTimeAdjustment: true; }; }, { component: { commands: { modifyForecastRequest: .; }; }; flags: { forecastAdjustment: true; }; }, { component: { commands: { requestConstraintBasedForecast: .; }; }; flags: { constraintBasedAdjustment: true; }; }, { component: { commands: { cancelRequest: .; }; }; flags: { startTimeAdjustment: true; }; }, { component: { commands: { cancelRequest: .; }; }; flags: { forecastAdjustment: true; }; }, { component: { commands: { cancelRequest: .; }; }; flags: { constraintBasedAdjustment: true; }; }, { component: false; flags: { feature: false; startTimeAdjustment: true; stateForecastReporting: false; }; }, { component: false; flags: { feature: false; pausable: true; stateForecastReporting: false; }; }, { component: false; flags: { feature: false; forecastAdjustment: true; stateForecastReporting: false; }; }, { component: false; flags: { constraintBasedAdjustment: true; feature: false; stateForecastReporting: false; }; }, { component: false; flags: { feature: false; powerForecastReporting: false; startTimeAdjustment: true; }; }, { component: false; flags: { feature: false; pausable: true; powerForecastReporting: false; }; }, { component: false; flags: { feature: false; forecastAdjustment: true; powerForecastReporting: false; }; }, { component: false; flags: { constraintBasedAdjustment: true; feature: false; powerForecastReporting: false; }; }, { component: false; flags: { constraintBasedAdjustment: false; forecastAdjustment: false; pausable: false; powerAdjustment: false; powerForecastReporting: false; startTimeAdjustment: false; stateForecastReporting: false; }; }]; features: { constraintBasedAdjustment: .; forecastAdjustment: .; pausable: .; powerAdjustment: .; powerForecastReporting: .; startTimeAdjustment: .; stateForecastReporting: .; }; id: 152; name: "DeviceEnergyManagement"; revision: 3; }>, Type<Of<{ attributes: {}; commands: {}; events: {}; id: 0; name: "Unknown"; revision: 0; }>, typeof ClusterBehavior, DeviceEnergyManagementInterface>, DeviceEnergyManagementInterface>
DeviceEnergyManagementBehavior is the base class for objects that support interaction with DeviceEnergyManagement.Cluster.
DeviceEnergyManagement.Cluster requires you to enable one or more optional features. You can do so using DeviceEnergyManagementBehavior.with.