Sending Data to Device
How to send data to a device via MQTT, HTTP, Analysis, or custom middleware.
TagoIO supports two-way communication with devices. Below are the main options for sending data from your application to a device.
Methods to send data
- Send data over HTTP calls an external API - Work with Support to build middleware that speaks your device's native protocol (support@tago.io).Reading data from TagoIO
Devices can also retrieve data from TagoIO using different endpoints depending on the type of data needed:
- Configuration parameters to read
- Data endpoint to read device data (e.g., sensor values,
Best Practice: Use configuration parameters for device settings; use the data endpoint for measurements.