Skip to content

Commit

Permalink
Fix: end time default value
Browse files Browse the repository at this point in the history
  • Loading branch information
nichwall committed Feb 7, 2025
1 parent 853a12b commit bb56a55
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ object DeviceManager {
deviceData.deviceSettings?.autoSleepTimerEndTime == null
) {
deviceData.deviceSettings?.autoSleepTimerStartTime = "22:00"
deviceData.deviceSettings?.autoSleepTimerStartTime = "06:00"
deviceData.deviceSettings?.autoSleepTimerEndTime = "06:00"
deviceData.deviceSettings?.sleepTimerLength = 900000L
}
if (deviceData.deviceSettings?.shakeSensitivity == null) {
Expand Down

0 comments on commit bb56a55

Please sign in to comment.