summaryrefslogtreecommitdiffstats
path: root/movement/watch_faces/complication/sunrise_sunset_face.h
diff options
context:
space:
mode:
authorJoey Castillo <joeycastillo@utexas.edu>2022-02-05 15:13:50 -0500
committerJoey Castillo <joeycastillo@utexas.edu>2022-02-05 15:13:50 -0500
commit74e47f9857101443a40842cbd7d815289c83e135 (patch)
treebdf23cc71a7d8e44766b5127bce39cc02539c4e8 /movement/watch_faces/complication/sunrise_sunset_face.h
parent70964357388096ab64c07c5d6f6944fc34c70059 (diff)
downloadSensor-Watch-74e47f9857101443a40842cbd7d815289c83e135.tar.gz
Sensor-Watch-74e47f9857101443a40842cbd7d815289c83e135.tar.bz2
Sensor-Watch-74e47f9857101443a40842cbd7d815289c83e135.zip
sunrise/sunset: update display after sunrise/sunset
Diffstat (limited to 'movement/watch_faces/complication/sunrise_sunset_face.h')
-rw-r--r--movement/watch_faces/complication/sunrise_sunset_face.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/movement/watch_faces/complication/sunrise_sunset_face.h b/movement/watch_faces/complication/sunrise_sunset_face.h
index ca9a1f5a..d3f28792 100644
--- a/movement/watch_faces/complication/sunrise_sunset_face.h
+++ b/movement/watch_faces/complication/sunrise_sunset_face.h
@@ -44,6 +44,7 @@ typedef struct {
uint8_t rise_index;
uint8_t active_digit;
bool location_changed;
+ watch_date_time rise_set_expires;
sunrise_sunset_lat_lon_settings_t working_latitude;
sunrise_sunset_lat_lon_settings_t working_longitude;
} sunrise_sunset_state_t;