summaryrefslogtreecommitdiffstats
path: root/control/manager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'control/manager.cpp')
-rw-r--r--control/manager.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/control/manager.cpp b/control/manager.cpp
index d5f97d7..e48981d 100644
--- a/control/manager.cpp
+++ b/control/manager.cpp
@@ -1,5 +1,6 @@
/**
* Copyright © 2017 IBM Corporation
+ * Copyright © 2017-2018 Raptor Engineering, LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -169,6 +170,13 @@ void Manager::doInit()
startFanControlReadyTarget();
}
+void Manager::doShutdown()
+{
+ for (auto& z : _zones)
+ {
+ z.second->disableRotors();
+ }
+}
void Manager::startFanControlReadyTarget()
{
OpenPOWER on IntegriCloud