blob: 25a3a670a2c7d8ae3ab85cb30af473e3b95750ad [file]
edition = "2023";
package milotic_tlbmc;
import "power_fault_detector_config.proto";
message PowerFaultLogConfig {
// The interval in seconds between each power fault log collection.
int32 collection_interval_seconds = 1;
// Root path to the power fault log directory.
string power_fault_log_path = 2;
// Whether to enable the power fault log detection.
bool enable_detection = 3;
// Configuration for the power fault detector.
PowerFaultDetectorConfig power_fault_detector_config = 4;
}