removed caps sensitivity

This commit is contained in:
znetsixe
2025-11-05 17:15:32 +01:00
parent 9ada6e2acd
commit 44adfdece6

View File

@@ -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,7 +299,6 @@
}
},
"description": "Information about valid command sources recognized by the machine."
}
},
"allowedSources":{
"default": {},
@@ -316,6 +332,7 @@
},
"description": "Information about valid command sources recognized by the machine."
}
}
},
"source": {
"default": "parent",