refactor time zone index to function calls

This commit is contained in:
joeycastillo
2024-09-29 09:30:12 -04:00
parent f315744cc3
commit 07d6a05e33
5 changed files with 23 additions and 11 deletions

View File

@@ -331,6 +331,9 @@ uint8_t movement_claim_backup_register(void);
int32_t movement_get_current_timezone_offset_for_zone(uint8_t zone_index);
int32_t movement_get_current_timezone_offset(void);
int32_t movement_get_timezone_index(void);
void movement_set_timezone_index(uint8_t value);
bool movement_button_should_sound(void);
void movement_set_button_should_sound(bool value);