@@ -200,17 +200,19 @@ def alert_config(self, *, alert_number, alert_temp_source, alert_temp_limit, ale
200
200
alert_temp_direction , alert_mode , alert_state ):
201
201
"""Configure a specified alert pin. Alert is enabled by default when alert is configured.
202
202
To disable an alert pin, use ``alert_disable``.
203
+
203
204
:param int alert_number: The alert pin number. Must be 1-4.
204
205
:param alert_temp_source: The temperature source to monitor for the alert. Options are:
205
206
``THERMOCOUPLE`` or ``AMBIENT``.
206
207
:param float alert_temp_limit: The temperature in degrees Celsius at which the alert should
207
- trigger. For rising temperatures, the alert will trigger when the
208
- temperature rises above this limit. For falling temperatures, the
209
- alert will trigger when the temperature falls below this limit.
208
+ trigger. For rising temperatures, the alert will trigger when
209
+ the temperature rises above this limit. For falling
210
+ temperatures, the alert will trigger when the temperature
211
+ falls below this limit.
210
212
:param float alert_hysteresis: The alert hysteresis range. Must be 0-255 degrees Celsius.
211
- For rising temperatures, the hysteresis is below alert limit. For
212
- falling temperatures, the hysteresis is above alert limit. See
213
- data-sheet for further information.
213
+ For rising temperatures, the hysteresis is below alert limit.
214
+ For falling temperatures, the hysteresis is above alert
215
+ limit. See data-sheet for further information.
214
216
:param alert_temp_direction: The direction the temperature must change to trigger the alert.
215
217
Options are ``RISING`` (heating up) or ``FALLING`` (cooling
216
218
down).
0 commit comments