HosueId überall 1
This commit is contained in:
parent
a9a4cde854
commit
b617e91ca8
@ -17,7 +17,7 @@ export class RestService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
getLatestData(): Observable<Aggregate[]> {
|
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> {
|
getStatisticsWithDuration(duration: string | undefined): Observable<Statistics> {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user