Skip to content

Commit

Permalink
perf(sensors): Reduce data volume sent to vega embed
Browse files Browse the repository at this point in the history
  • Loading branch information
FilipLeitner committed Jun 10, 2024
1 parent 448420e commit 1ef9955
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -299,8 +299,6 @@ export class HsSensorsUnitDialogService {
.map((s) => {
const time = dayjs(val.time_stamp);
s.sensor_name = `${this.sensorById[s.sensor_id].sensor_name}_${val.unit_id}`;
s.time = time.format('DD.MM.YYYY HH:mm');
s.unit_id = val.unit_id;
s.time_stamp = time.toDate();
return s;
}),
Expand Down

0 comments on commit 1ef9955

Please sign in to comment.