Subscribes to real-time events
This command subscribes to read-time events from the Omlox Hub. Subscriptions are made using named topics.
The Omlox standard supports a few: - location_updates - collision_events - fence_events - trackable_motions - location_updates:geojson - fence_events:geojson
Extra topics can be supported by vendors.
omlox subscribe [flags]
-h, --help help for subscribe
--addr string omlox hub API endpoint (default "localhost:8081")
--debug enable debug logging
- omlox - The Omlox Hub CLI tool