From 22ccfdef51ae32616ecdb6747fb421976efc399c Mon Sep 17 00:00:00 2001 From: "p.vanderwilt" Date: Wed, 2 Jul 2025 11:16:50 +0200 Subject: [PATCH] Fixed package.json reference to dashboardAPI --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a1551fc..c2e5232 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "nodes": { "asm1": "nodes/asm1/asm1.js", "convert": "nodes/convert/convert.js", - "dashboardapi": "nodes/dashboardapi/dashboardapi.js", + "dashboardapi": "nodes/dashboardAPI/dashboardapi.js", "gateGroupControl": "nodes/gateGroupControl/ggc.js", "heatexchanger": "nodes/heatexchanger/heatexchanger.js", "linearActuator": "nodes/linearActuator/linearActuator.js",