add request_sleep function to Movement

This commit is contained in:
joeycastillo
2024-09-29 15:21:43 -04:00
parent 66960fe917
commit ff1bbfa7e6
2 changed files with 10 additions and 0 deletions

View File

@@ -314,6 +314,7 @@ void movement_cancel_background_task(void);
void movement_schedule_background_task_for_face(uint8_t watch_face_index, watch_date_time date_time);
void movement_cancel_background_task_for_face(uint8_t watch_face_index);
void movement_request_sleep(void);
void movement_request_wake(void);
void movement_play_signal(void);