flipping the phone?
"Gesture" and "Shake" event there, but can't detect flip action exactly.
> In your profile, alarm immediately snoozed without any action by me, if I use orientation->face up or face down state, means alarm won't sound at all.
I think you can just use a profile with 3 contexts.
Profile: Snooze_P
Context: variable value %Alarm_active ~ active
Context. Face up
Context Not face down
Enter Task: Snooze_T
1. Snooze
Exit task: Snooze_T
Untested and might need some tweaking but that should get you started .
To add contexts long press the original context.
You will need to detect when the alarm goes off and set
%Alarm_active
EDIT....Profile: face upContext: variable value %Alarm_active ~ TrueContext: Face up
Enter task:1. profile status: face down - off (turn off face down profile)Exit task:1. snooze alarm
2. variable set %Alarm_active TO: False
3. profile status: face down - on (turn on face down profile)Profile: face down
Context: variable value %Alarm_active ~ TrueContext: Face down
Enter task:1. profile status: face up - off (turn off face up profile)Exit task:1. snooze alarm
2. variable set: %Alarm_active TO: False