accidentally committed debug endpoint for property checking

This commit is contained in:
Joeri Exelmans 2025-11-13 22:47:10 +01:00
parent dc948629a7
commit 74361eb162

View file

@ -2,8 +2,8 @@ import { RT_Statechart } from "@/statecharts/runtime_types";
import { Plant } from "../Plant/Plant"; import { Plant } from "../Plant/Plant";
import { TraceItem } from "../hooks/useSimulator"; import { TraceItem } from "../hooks/useSimulator";
const endpoint = "http://localhost:15478/check_property"; // const endpoint = "http://localhost:15478/check_property";
// const endpoint = "https://deemz.org/apis/mtl-aas/check_property"; const endpoint = "https://deemz.org/apis/mtl-aas/check_property";
export type PropertyTrace = { export type PropertyTrace = {
timestamp: number, timestamp: number,