fan: add warning

This commit is contained in:
HookedBehemoth 2020-02-23 16:14:09 +01:00
parent 6e650383c2
commit 6be3b60f6e

View File

@ -20,5 +20,6 @@ Service* fanGetServiceSession(void);
/// Gets the Service object for the actual fan controller service session. /// Gets the Service object for the actual fan controller service session.
Service* fanGetServiceSession_Controller(void); Service* fanGetServiceSession_Controller(void);
/// @warning Disabling your fan can damage your system.
Result fanSetRotationSpeedLevel(float level); Result fanSetRotationSpeedLevel(float level);
Result fanGetRotationSpeedLevel(float *level); Result fanGetRotationSpeedLevel(float *level);