fix: show history digital input
This commit is contained in:
@@ -16,9 +16,12 @@ export default async function handler(
|
||||
process.cwd(),
|
||||
"mocks",
|
||||
"device-cgi-simulator",
|
||||
"analogInputsHistoryData",
|
||||
`analogInput${i}.json`
|
||||
"chartsData",
|
||||
"analogInputs",
|
||||
`${i}`,
|
||||
`DIA0.json`
|
||||
);
|
||||
console.log(`Lade Mock-Daten für analogInput${i} von: ${filePath}`);
|
||||
|
||||
try {
|
||||
const fileContent = await fs.readFile(filePath, "utf-8");
|
||||
|
||||
Reference in New Issue
Block a user