Need a flag to specify that we want only passive opportunistic data, and are
not actively requesting data. This allows us to implement triggers without
causing the probe to run.
This could be implemented as an empty list
"example.Probe": []
Or as a separate flag
"example.Probe": [{"ONLY_OPPORTUNISTIC":true}]
The first is more elegant, but also requires we come up with another method for
signaling that we want to remove all current data requests. One option is to
have
null - remove all current requests
[] - mean opportunistic only
[{}] - default data request
Original issue reported on code.google.com by alan.gar...@gmail.com on 5 Dec 2011 at 9:51
Original issue reported on code.google.com by
alan.gar...@gmail.com
on 5 Dec 2011 at 9:51