HosueId überall 1

This commit is contained in:
Tobias Peper 2025-03-28 17:43:35 +01:00
parent a9a4cde854
commit b617e91ca8

View File

@ -17,7 +17,7 @@ export class RestService {
}
getLatestData(): Observable<Aggregate[]> {
return this.http.get<Aggregate[]>('https://vz.home.peper.info/rest-vz/latest-data?houseId=2&timeWindow=1440');
return this.http.get<Aggregate[]>('https://vz.home.peper.info/rest-vz/latest-data?houseId=1&timeWindow=1440');
}
getStatisticsWithDuration(duration: string | undefined): Observable<Statistics> {