From b617e91ca81babf9655216e8e1863f1392e1061d Mon Sep 17 00:00:00 2001 From: Tobias Peper Date: Fri, 28 Mar 2025 17:43:35 +0100 Subject: [PATCH] =?UTF-8?q?HosueId=20=C3=BCberall=201?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/app/rest.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/rest.service.ts b/frontend/src/app/rest.service.ts index ad61ef0..bfc24d0 100644 --- a/frontend/src/app/rest.service.ts +++ b/frontend/src/app/rest.service.ts @@ -17,7 +17,7 @@ export class RestService { } getLatestData(): Observable { - return this.http.get('https://vz.home.peper.info/rest-vz/latest-data?houseId=2&timeWindow=1440'); + return this.http.get('https://vz.home.peper.info/rest-vz/latest-data?houseId=1&timeWindow=1440'); } getStatisticsWithDuration(duration: string | undefined): Observable {