- 
                Notifications
    
You must be signed in to change notification settings  - Fork 88
 
store event listnew
        Chris Petersen edited this page Oct 16, 2014 
        ·
        1 revision
      
    store-event-listnew lists the message(s)/event(s) that are newer than the timestamp. If no timestamp is provided all events in that store are returned.
| Parameter | Description | 
|---|---|
| store | Store name | 
| tstamp | Optional: Timestamp past which we want the events | 
Example 1: Trigger a paging alarm event for OR5 with string "Out of syringes" and check if new events have occured.
> (set! ##now (current-time-seconds))
> (define roomname "OR5")
> (define room (make-store roomname))
> (define prio 3)
> (define str "Out of syringes")
> (store-event-add room prio roomname (string-append "Please come soon" "|" str))
> (store-event-listnew room)
((1398451284.928581. "OR5:Please come soon|Out of syringes" 3))
- 
- accelerometer
 - alist
 - audio
 - audioaux
 - base64
 - btle-scan
 - camera
 - cdb
 - cgi
 - config
 - csv
 - curl
 - digest
 - dmtx
 - download
 - eventloop
 - fcgi
 - fft
 - generalized-arrays
 - gps
 - graph
 - gyro
 - hidapi
 - hpdf
 - html
 - httpsclient
 - hybridapp
 - json
 - lmdb
 - ln_core
 - ln_glcore
 - ln_glgui
 - ln_store
 - localization
 - localization_gui
 - localnotification
 - magnetometer
 - mdns
 - mqtt
 - mqtt-store
 - multitouch
 - oauth
 - orientation
 - p256ecdsa
 - png
 - portaudio
 - pregexp
 - pressure
 - prime
 - pushnotification
 - redcap
 - rsa
 - rtaudio
 - rupi
 - rotation
 - sanestring
 - scheduler
 - serial
 - sets
 - settings
 - simplexnoise
 - sqlite
 - ssax
 - syntax-case
 - timestamp
 - ttf
 - uiform
 - url
 - uuid
 - vibrate
 - videoplayer
 - watchdog
 - website
 - xml
 - zip