Browse Source

update readme with phonecalls/sms

David 9 years atrás
parent
commit
f8e8caeff5
1 changed files with 7 additions and 0 deletions
  1. 7 0
      README.md

+ 7 - 0
README.md

@@ -52,3 +52,10 @@ or achieve the same thing with states:
 - Between 22:59 and 7:59 => Set state 'sleepy' to true
 - On 'sleepy' change to true => Set volume to 0% 
 - 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%