Enable Reduced Data Writing for Daily RRA
This commit is contained in:
@@ -21,8 +21,8 @@ void DataCondenser::CondenseData()
|
|||||||
|
|
||||||
for (int dataId = DataStorage::DataId::Min(); dataId <= DataStorage::DataId::Max(); ++dataId)
|
for (int dataId = DataStorage::DataId::Min(); dataId <= DataStorage::DataId::Max(); ++dataId)
|
||||||
{
|
{
|
||||||
//for (auto& deviceId : deviceIDs)
|
for (auto& deviceId : deviceIDs)
|
||||||
// WriteReducedData(deviceId, dataId, RRA::Daily);
|
WriteReducedData(deviceId, dataId, RRA::Daily);
|
||||||
for (auto& deviceId : deviceIDs)
|
for (auto& deviceId : deviceIDs)
|
||||||
WriteReducedData(deviceId, dataId, RRA::Weekly);
|
WriteReducedData(deviceId, dataId, RRA::Weekly);
|
||||||
for (auto& deviceId : deviceIDs)
|
for (auto& deviceId : deviceIDs)
|
||||||
|
|||||||
Reference in New Issue
Block a user