Index: /trunk/FACT++/src/lidctrl.cc
===================================================================
--- /trunk/FACT++/src/lidctrl.cc	(revision 17319)
+++ /trunk/FACT++/src/lidctrl.cc	(revision 17320)
@@ -569,4 +569,7 @@
                      "Arduino reports both lids to have a power problem (might also be that both are at the end switches)");
 
+        T::AddStateName(Lid::State::kOvercurrent, "Overcurrent",
+                     "Arduino reports both lids to have a overcurrent (might also be that both are at the end switches)");
+
         T::AddStateName(Lid::State::kClosed, "Closed",
                      "Both lids are closed");
@@ -589,5 +592,5 @@
             ("Open the lids");
 
-        T::AddEvent("CLOSE", Lid::State::kUnidentified, Lid::State::kInconsistent, Lid::State::kUnknown, Lid::State::kPowerProblem, Lid::State::kOpen)
+        T::AddEvent("CLOSE")(Lid::State::kUnidentified)(Lid::State::kInconsistent)(Lid::State::kUnknown)(Lid::State::kOvercurrent)(Lid::State::kPowerProblem)(Lid::State::kOpen)
             (bind(&StateMachineLidControl::Close, this))
             ("Close the lids");
