|
@@ -52,3 +52,10 @@ or achieve the same thing with states:
|
|
|
- Between 22:59 and 7:59 => Set state 'sleepy' to true
|
|
- Between 22:59 and 7:59 => Set state 'sleepy' to true
|
|
|
- On 'sleepy' change to true => Set volume to 0%
|
|
- On 'sleepy' change to true => Set volume to 0%
|
|
|
- On 'sleepy' change to false => Set volume to 100%
|
|
- On 'sleepy' change to false => Set volume to 100%
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+If you don't want to be disturbed (except by someone in particular):
|
|
|
|
|
+- (Manually) Mute your phone
|
|
|
|
|
+- On PhoneCall with { Name : .. } or { Number:.. } with State == 'RINGING' -> Volume (Ringtone) to 100%
|
|
|
|
|
+- On PhoneCall with { Name : .. } or { Number:.. } with State == 'IDLE' -> Volume (Ringtone) to 0%
|
|
|
|
|
+- On SMS with { NameRegex : .. } or { Sender:.. } -> Volume (Notification) to 100%, Beep, Volume (Notification) to 0%
|