blob: d71e5f69d09f2e2348a5457e2d607ee0efbd2d3a [file] [log] [blame]
[
{
type: "ShutdownWatcher",
name: "shutdown_watcher"
},
{
type: "SystemShutdownHandler",
name: "sys_shutdown",
config: {
shutdown_timeout_s: 3600
},
dependencies: {
shutdown_watcher_node: "shutdown_watcher"
}
},
{
type: "TemperatureHandler",
name: "temperature",
config: {
driver_path: "/dev/sys/platform/05:04:a/thermal",
cache_duration_ms: 50
}
},
{
type: "ThermalShutdown",
name: "thermal_shutdown",
dependencies: {
system_shutdown_node: "sys_shutdown",
temperature_handler_node: "temperature"
},
config: {
thermal_shutdown_temperature_c: 100.0,
poll_interval_s: 1,
filter_time_constant_s: 5
}
}
]