From 44adfdece641e0ec6ee95eea84fb951e2f3b308b Mon Sep 17 00:00:00 2001 From: znetsixe <73483679+znetsixe@users.noreply.github.com> Date: Wed, 5 Nov 2025 17:15:32 +0100 Subject: [PATCH] removed caps sensitivity --- src/configs/rotatingMachine.json | 27 ++++++++++++++++++++++----- 1 file changed, 22 insertions(+), 5 deletions(-) diff --git a/src/configs/rotatingMachine.json b/src/configs/rotatingMachine.json index 1baa685..744d9fb 100644 --- a/src/configs/rotatingMachine.json +++ b/src/configs/rotatingMachine.json @@ -256,7 +256,13 @@ "type": "object", "schema":{ "auto": { - "default": ["statusCheck", "execMovement", "execSequence", "emergencyStop","enterMaintenance"], + "default": [ + "statuscheck", + "execmovement", + "execsequence", + "emergencystop", + "entermaintenance" + ], "rules": { "type": "set", "itemType": "string", @@ -264,7 +270,13 @@ } }, "virtualControl": { - "default": ["statusCheck", "execMovement", "execSequence", "emergencyStop","exitMaintenance"], + "default": [ + "statuscheck", + "execmovement", + "execsequence", + "emergencystop", + "exitmaintenance" + ], "rules": { "type": "set", "itemType": "string", @@ -272,7 +284,12 @@ } }, "fysicalControl": { - "default": ["statusCheck", "emergencyStop","enterMaintenance","exitMaintenance"], + "default": [ + "statuscheck", + "emergencystop", + "entermaintenance", + "exitmaintenance" + ], "rules": { "type": "set", "itemType": "string", @@ -282,8 +299,7 @@ } }, "description": "Information about valid command sources recognized by the machine." - } - }, + }, "allowedSources":{ "default": {}, "rules": { @@ -316,6 +332,7 @@ }, "description": "Information about valid command sources recognized by the machine." } + } }, "source": { "default": "parent",