Sinapse-Energia / CMS-SDL

Development of a new way of CMS data management
0 stars 0 forks source link

[Task to design] To design get monitoring profile task #3

Closed ralcaide closed 6 years ago

ralcaide commented 6 years ago

This will be the first task to be done and the signature will be something like

monitoring_profile get_monitoring_profile(id, start_date, end_date, type)

Where:

id: communication_id or logical_device_id start_date: It is clear. Can be a future date end_date: It is clear. end_date >= start_date type: enum that indicates what is the source of data. Only real data, ideal data, real data + similar device data or similar device data

ralcaide commented 6 years ago

Done: #4