Files
2022NoWayHome/simgui.json
T

28 lines
875 B
JSON
Raw Normal View History

{
"NTProvider": {
"types": {
"/FMSInfo": "FMSInfo",
"/LiveWindow/LED": "Subsystem",
"/LiveWindow/SwerveDrive": "Subsystem",
"/LiveWindow/SwerveModule": "Subsystem",
2022-02-16 22:31:00 -07:00
"/LiveWindow/Ungrouped/PIDController[1]": "PIDController",
"/LiveWindow/Ungrouped/PIDController[2]": "PIDController",
"/LiveWindow/Ungrouped/PIDController[3]": "PIDController",
"/LiveWindow/Ungrouped/Scheduler": "Scheduler",
2022-02-16 22:31:00 -07:00
"/SmartDashboard/Auto Chooser": "String Chooser",
"/SmartDashboard/Field": "Field2d",
"/SmartDashboard/JVM Memory": "Command",
"/SmartDashboard/Recording": "Command",
"/SmartDashboard/Scheduler": "Scheduler",
"/SmartDashboard/Usable Deploy Space": "Command"
},
"windows": {
2022-02-16 22:31:00 -07:00
"/SmartDashboard/Scheduler": {
"window": {
"visible": true
}
}
}
}
}