forked from Github/frigate
Show coral temps on system page if available (#11026)
This commit is contained in:
@@ -18,6 +18,11 @@ export const InferenceThreshold = {
|
||||
error: 100,
|
||||
} as Threshold;
|
||||
|
||||
export const DetectorTempThreshold = {
|
||||
warning: 72,
|
||||
error: 80,
|
||||
} as Threshold;
|
||||
|
||||
export const DetectorCpuThreshold = {
|
||||
warning: 25,
|
||||
error: 50,
|
||||
|
||||
Reference in New Issue
Block a user