Epochen
Epochen sind Zeitabschnitte, die eine Anlagenkonfiguration beschreiben. Bei Änderungen z.B. durch den Tausch eines angeschlossenen Gerätes, wird eine neue Epoche für Ihre Anlage angelegt.
Beispiel
Epoche 2: “WR 3” wurde hinzugefügt
Epoche 3: “WR 2” wurde durch “WR 2B” ersetzt
ComponentIds und CrossEpochIds
ComponentIds (id) werden pro Epoche neu erzeugt.
CrossEpochIds bleiben über die Lebenszeit der Komponente gleich.
Beispiel aus API Call
Epoche 1
[ { "id": "a2a62c37-...", "mpptrackers": [ {...} ], "moduleStrings": [], "moduleField": null, "crossEpochId": "abcd123...", } ]
Epoche 2
[ { "id": "e1bb9e02-...", "mpptrackers": [ {...} ], "moduleStrings": [], "moduleField": null, "crossEpochId": "abcd123...", } ]
Epoche 3
[ { "id": "0eb47529-...", "mpptrackers": [ {...} ], "moduleStrings": [], "moduleField": null, "crossEpochId": "xyz789...", } ]