Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Profile triggering at the wrong time #471

Open
SkullHex2 opened this issue Apr 23, 2023 · 0 comments
Open

Profile triggering at the wrong time #471

SkullHex2 opened this issue Apr 23, 2023 · 0 comments
Labels
bug General label for all bugs (i.e. things not working as intended)

Comments

@SkullHex2
Copy link

SkullHex2 commented Apr 23, 2023

Describe the bug

The following pivot is supposed to shutdown my smartphone on Saturday at 10PM, while activating Airplane mode every other day of the week at 10PM.

WhatsApp Image 2023-04-23 at 12 53 21

At 10:00PM is a simple Event, so it should only be true in the time range [10:00PM, 10:01PM)

WhatsApp Image 2023-04-23 at 12 53 21

On Saturday is another Event. Originally it was a Condition, but I tried turning it into an Event to solve this issue: didn't work. Guess I am a bit confused about the difference between Conditions and Events

WhatsApp Image 2023-04-23 at 12 53 21

Airplane mode is a very straightforward profile

WhatsApp Image 2023-04-23 at 12 53 20

Same for Shutdown

WhatsApp Image 2023-04-23 at 12 53 20

What happens instead is that around 12AM on Saturday, my device turns off. Looks like At 10:00PM is always true after 9:59PM, despite it being an Event, so as soon as On Saturday becomes true the profile is triggered.


To Reproduce
Simply create the above components and see what happens on whatever day you pick instead of Saturday. I guess you can try different times too.

Expected behavior
What I expect to happen is the first sentence of this issue:

The following pivot is supposed to shutdown my smartphone on Saturday at 10PM, while activating Airplane mode on every other day of the week at 10PM.


Error log:
No error log available

Extra phone info (please complete the following information):
Motorola One on stock Android 10, rooted

Extra logs (optional):
Will provide if necessary

Additional context
No addition context

@SkullHex2 SkullHex2 added the bug General label for all bugs (i.e. things not working as intended) label Apr 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug General label for all bugs (i.e. things not working as intended)
Projects
None yet
Development

No branches or pull requests

1 participant