feat: fetchSystemData.mjs erweitert und optimiert
Analoge Eingänge und Systemdaten werden jetzt gemeinsam abgerufen und gespeichert Einheitliche Benennung (input statt eingang) für analoge Eingänge Datumssplittung als Hilfsfunktion ausgelagert Kommentare und Beschreibung verbessert
This commit is contained in:
@@ -17,7 +17,7 @@ export default async function handler(
|
||||
try {
|
||||
const filePath = path.join(
|
||||
process.cwd(),
|
||||
"mocks/device-cgi-simulator/chartsData/temperatur-ad-wandler",
|
||||
"mocks/device-cgi-simulator/chartsData/temperaturADWandler",
|
||||
`${typ}.json`
|
||||
);
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@ export default async function handler(
|
||||
try {
|
||||
const filePath = path.join(
|
||||
process.cwd(),
|
||||
"mocks/device-cgi-simulator/chartsData/temperatur-prozessor",
|
||||
"mocks/device-cgi-simulator/chartsData/temperaturProzessor",
|
||||
`${typ}.json`
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user