Is there a method call for a driver to access the list of prior events for a device? I thought there was but can't seem to find it! Thanks for any help. I realize I can just track them myself in a list, but as this is already handled by the platform, its easier to just access that if an call exists. Thanks.
There is a "needs documentation" method:
List eventsSince(Date startDate, Map options = null)
2 Likes
That's what I was looking for. Thanks.