Skip to content

Commit

Permalink
Datenbeschreibung angepasst
Browse files Browse the repository at this point in the history
  • Loading branch information
ricokritzer committed Mar 8, 2024
1 parent 84fbf77 commit be465e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/example-chart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {SensorDataEntry} from "@/app/api/models";
interface aggregationEntry {
time: Date;
v: number;
c: "max" | "min" | "mean"
c: "Maximaltemperatur" | "Mindesttemperatur" | "Durchschnittstemperatur"
}

const ExampleChart: React.FC = () => {
Expand Down

0 comments on commit be465e0

Please sign in to comment.