An automated greenhouse ventilation system controls a fan (FFF).
The fan will turn on if:
the humidity sensor (HHH) detects high humidity
or the temperature sensor (TTT) detects high temperature
and the manual shutdown switch (SSS) is not activated.
Construct a logic statement, using the operators AND, OR, and NOT with the letters HHH, TTT, and SSS, to show the conditions under which the fan will turn on.