31 lines
560 B
JavaScript
31 lines
560 B
JavaScript
commonControls = [{
|
|
title : "EEF Configuration",
|
|
buttons : [
|
|
{
|
|
name : "Recording",
|
|
clickAction : "/aescape/hardware/setTrainingEEF",
|
|
clickAttributes : {
|
|
includeArm : true,
|
|
},
|
|
},
|
|
{
|
|
name : "Recording",
|
|
clickAction : "/aescape/hardware/setTrainingEEF",
|
|
clickAttributes : {
|
|
includeArm : true,
|
|
},
|
|
}
|
|
]
|
|
}]
|
|
|
|
sharedControls = {
|
|
|
|
}
|
|
|
|
leftArmControls = {
|
|
|
|
}
|
|
|
|
rightArmControls = {
|
|
|
|
} |