The MycomButler shall provide a csv file containing information about the powerSavingStatus of links managed by the AirInterfacePowerSaver.
The complete table can be retrieved via /v1/list-power-saving-status
It contains the following columns:
linkId: primary key
deviationsFromOriginalState: if empty, power saving is not active; otherwise it contains a list of automationNames (those define which type of powerSaving is active)
modulesToRestoreOriginalState: if 2. is not empty, this contains information on how to turn-off powerSaving state
MycomButler only needs to provide columns 1 and 2
MycomButler needs to provide data with 15min granularity, like measurements
Timestamps should be normalized: 00:00, 00:15, 00:30 ...
data shall be provided as a separate csv file
Note that the list AIPS has its own linkId list, which may be different from the links managed by the MWDI.
(In the trial we will have a manually created list containing only 30 links.)
The MycomButler shall provide a csv file containing information about the powerSavingStatus of links managed by the AirInterfacePowerSaver.
Note that the list AIPS has its own linkId list, which may be different from the links managed by the MWDI. (In the trial we will have a manually created list containing only 30 links.)
See related AIPS issue