2020-07-31 15:43:58 -04:00
|
|
|
{
|
|
|
|
|
"deviceName": "PhotonVision",
|
|
|
|
|
"deviceLogoPath": "photonvision.png",
|
|
|
|
|
"supportURL": "https://support.photonvision.com",
|
2020-08-14 12:39:21 -07:00
|
|
|
"ledPins" : [2, 13],
|
2020-08-27 14:53:02 -04:00
|
|
|
"statusRGBPins" : [-1, -1, -1],
|
2020-08-14 12:39:21 -07:00
|
|
|
"ledsCanDim" : true,
|
2025-12-11 23:28:18 -05:00
|
|
|
"getGPIOCommand": "cat /tmp/GPIO{p}",
|
|
|
|
|
"setGPIOCommand": "echo {s} > /tmp/GPIO{p}",
|
|
|
|
|
"setPWMCommand": "echo {v} > /tmp/GPIO{p}",
|
|
|
|
|
"releaseGPIOCommand": "rm /tmp/GPIO{p}",
|
2020-08-14 12:39:21 -07:00
|
|
|
"cpuTempCommand" : "echo 10",
|
|
|
|
|
"cpuMemoryCommand" : "echo 10",
|
|
|
|
|
"cpuUtilCommand" : "echo 10",
|
|
|
|
|
"gpuMemoryCommand" : "echo 10",
|
|
|
|
|
"ramUtilCommand" : "echo 10",
|
|
|
|
|
"restartHardwareCommand" : "echo 10",
|
|
|
|
|
"vendorFOV" : 40.0
|
2021-11-21 17:22:56 -08:00
|
|
|
}
|