Added logging data on menu and distance
Added helper functionality to abort movements in state class and safeguards to NOT be able to abort in protected states. some caps removal
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"general": {
|
||||
"name": {
|
||||
"default": "Interpolation Configuration",
|
||||
"default": "interpolation configuration",
|
||||
"rules": {
|
||||
"type": "string",
|
||||
"description": "A human-readable name or label for this interpolation configuration."
|
||||
@@ -70,7 +70,7 @@
|
||||
}
|
||||
},
|
||||
"role": {
|
||||
"default": "Interpolator",
|
||||
"default": "interpolator",
|
||||
"rules": {
|
||||
"type": "string",
|
||||
"description": "Indicates the role of this configuration (e.g., 'Interpolator', 'DataCurve', etc.)."
|
||||
|
||||
Reference in New Issue
Block a user