feat(web-app): new components to manage the plots
This commit is contained in:
@@ -18,6 +18,7 @@ export class TimeSeriesManager {
|
||||
return this.client
|
||||
.getValues(user, room, device)
|
||||
.then((response) => {
|
||||
console.log(response);
|
||||
const serie_temperature = new Serie(
|
||||
TEMPERATURE,
|
||||
response.data.filter((x: any) => x[TYPE] === TEMPERATURE),
|
||||
|
||||
Reference in New Issue
Block a user