From 35eb965609f54317b37e3487f4fedeec08cf39cd Mon Sep 17 00:00:00 2001 From: znetsixe <73483679+znetsixe@users.noreply.github.com> Date: Tue, 1 Jul 2025 17:03:36 +0200 Subject: [PATCH] not working yet need to fix child registration? --- dependencies/machineGroup/machineGroup.js | 2 +- mgc.html | 153 +-- mgc.js | 195 +--- mgcOLD.js | 170 ++++ package.json | 4 +- src/nodeClass.js | 256 +++++ src/specificClass.js | 1048 +++++++++++++++++++++ 7 files changed, 1554 insertions(+), 274 deletions(-) create mode 100644 mgcOLD.js create mode 100644 src/nodeClass.js create mode 100644 src/specificClass.js diff --git a/dependencies/machineGroup/machineGroup.js b/dependencies/machineGroup/machineGroup.js index 7e8214e..31edbd4 100644 --- a/dependencies/machineGroup/machineGroup.js +++ b/dependencies/machineGroup/machineGroup.js @@ -33,7 +33,7 @@ * Author: * - Rene De Ren * Email: - * - rene@thegoldenbasket.nl + * - r.de.ren@brabantsedelta.nl */ //load local dependencies diff --git a/mgc.html b/mgc.html index 40a5eca..0d747ca 100644 --- a/mgc.html +++ b/mgc.html @@ -11,96 +11,61 @@ #4f8582 #c4cce0 --> - + +