API größtenteils umgezogen und Funktionen angepasst

This commit is contained in:
Moritz Utcke
2025-01-21 23:34:01 +07:00
parent de8c859826
commit 5d73f5f7c7
74 changed files with 1715 additions and 818 deletions

View File

@@ -17,7 +17,7 @@ describe('Energieverbrauch', async () => {
let missingKlimafaktoren: boolean = false;
test("Klimafaktoren", async () => {
console.log("PLZ: " + ausweisNeu.gebaeude_aufnahme_allgemein.plz)
console.log("PLZ: " + ausweisNeu.aufnahme.plz)
console.log("Startdatum: " + ausweisNeu.startdatum)
expect(berechnungen?.klimafaktoren).toHaveLength(3)
try {