1.0 KiB
1.0 KiB
1 | RS4000102404-3 | show me what is its start times of a snapshot of my security camera | @security-camera . current_event ( ) ; |
---|---|---|---|
2 | R1613083-0 | alert me if sunset differs from TIME_0 and watch the work location of sunrise and sunset | monitor ( @org.thingpedia.weather . sunrise ( location = $location . work ) ) filter ! ( sunset_time == TIME_0 ) ; |
3 | RS5000504454-2 | send its captions of my recent instagram pictures via email | @com.instagram . get_pictures ( ) => @com.gmail . send_email ( message = caption ) ; |
4 | R1629363-5 | what is the headline of a random xkcd comic ? | @com.xkcd . random_comic ( ) ; |
5 | RS5000308428-2 | send me a pop up notification if my security camera change and the start time becomes DURATION_0 before this month | monitor ( @security-camera . current_event ( ) ) filter start_time == $start_of ( mon ) - DURATION_0 ; |