File tree 2 files changed +5
-4
lines changed
examples/energy-management-app/energy-management-common/include
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -73,8 +73,8 @@ class DEMManufacturerDelegate
73
73
74
74
virtual CHIP_ERROR
75
75
HandleModifyForecastRequest (const uint32_t forecastID,
76
- const DataModel::DecodableList<Structs::SlotAdjustmentStruct::DecodableType> & slotAdjustments,
77
- AdjustmentCauseEnum cause)
76
+ const DataModel::DecodableList<Structs::SlotAdjustmentStruct::DecodableType> & slotAdjustments,
77
+ AdjustmentCauseEnum cause)
78
78
{
79
79
return CHIP_NO_ERROR;
80
80
}
Original file line number Diff line number Diff line change @@ -242,8 +242,9 @@ class DeviceEnergyManagementDelegate : public DeviceEnergyManagement::Delegate
242
242
243
243
DataModel::Nullable<Structs::PowerAdjustCapabilityStruct::Type> mPowerAdjustCapabilityStruct ;
244
244
245
- // The DeviceEnergyManagementDelegate owns the master copy of the ForecastStruct object which is accessed via GetForecast and SetForecast.
246
- // The slots field of forecast is owned and managed by the object that implements the DEMManufacturerDelegate interface.
245
+ // The DeviceEnergyManagementDelegate owns the master copy of the ForecastStruct object which is accessed via GetForecast and
246
+ // SetForecast. The slots field of forecast is owned and managed by the object that implements the DEMManufacturerDelegate
247
+ // interface.
247
248
//
248
249
// The rationale for this is as follows:
249
250
// It is envisioned there will be one master forecast object declared in DeviceEnergyManagementDelegate. When
You can’t perform that action at this time.
0 commit comments