We need some type of wildcarding mechanism for subscriptions. Having to enumerate all of the elementIds is not ideal in large systems, plus it isn't "adaptive" when new objects are added that would satisfy the wildcard expression (e.g. a new device of type "X" is added to the system, and you want to subscribe to all instances of "X"
Wildcard expressions would also be useful for reads as well (both current value and historical value)