You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{
"type": "SleepSchedule",
"config": {
"time": "01:59:00", //in hour, minute and second (example is 1 hour and 59 minutes)
"duration":"00:10:00", //duration sleep in hour, minute and second (example us 10 minutes)
"time_random_offset": "00:00:24", // add timer random 24 second
"duration_random_offset": "00:00:43" // add duration random 43 second
}
}
The text was updated successfully, but these errors were encountered:
but how do you stop it from setting its time 24 hrs later ,
the current code will only really work for someone that never turns the bot off
in all my tests if the bot can not perform a full duration cycle before the scheduled sleep time it will make the next scheduled sleep the following day
because there is different timezone, I think it will be safe to use a timer instead time for sleep schedule.
before
after
The text was updated successfully, but these errors were encountered: