Feeds
A feed is a named stream of data produced by an asset. Each connector defines the feeds its assets publish — for example, a camera connector publishes amotion feed that emits an event whenever motion is detected.
Feed categories
Feed events
A feed event is a JSON payload with a timestamp. Events are delivered in real time over WebSocket, or you can poll the latest value via the REST API.Common feeds by asset type
Camera
Radio (Silvus)
Commands
A command is an action you can send to an asset. Commands are also defined by the connector — only commands that the device actually supports are registered.Risk levels
Sending a command
Commands are sent via the API as a task. The task payload is validated against the command’s input schema before it’s forwarded to the connector.Common commands by asset type
Camera (Reolink)Next
WebSocket streaming
Subscribe to live feed events in real time.
Building a connector
Define your own feeds and commands for new hardware.