summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/temp_sensor.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/temp_sensor.h b/include/temp_sensor.h
index 158868b66c..85cfcf53ce 100644
--- a/include/temp_sensor.h
+++ b/include/temp_sensor.h
@@ -40,6 +40,9 @@ struct temp_sensor_t {
int (*read)(int idx);
/* Index among the same kind of sensors. */
int idx;
+ /* Delay between reading temperature and taking action about it,
+ * in seconds. */
+ int action_delay_sec;
};
/* Return the most recently measured temperature for the sensor in K,