vuforia-spatial-edge-server
vuforia-spatial-edge-server copied to clipboard
Add function in HardwareInterfaces.js that lets to you subscribe to when new Objects are added
It will be nice to have a function in HardwareInterfaces.js that lets an interface know when a new object is created. This could be something similar to subscribeToNewToolsAdded but for objects.
The Onshape Interfaces needs to call subscribeToNewToolsAdded to listen to specific nodes. However it has to fetch a list of objects every 10 secs in case a new object is created.