Last updated
Last updated
These topics are used for messages sent from Blynk.Cloud to the device:
: Carries live updates of datastream values or responses to get/ds requests. This ensures that the device is updated with the latest values or specific data it requested.
: Used to send responses for get/meta
requests made by the device. This allows the device to update its configuration or status based on cloud-side settings or information.
: Requests from the server to perform a software/firmware update.
: Device Time and Timezone information. Used to send response for get/utc/all/json
request made by the device.
: Device approximate location. Used to send response for get/loc/all
request made by the device.
: Allows server to ping the device. This message is always published with QOS 1
.
: Instructs the device to reboot. This can be necessary for applying updates, resetting the device's state, or troubleshooting.
: Provides a new MQTT endpoint to which the device should connect. This is part of handling GeoDNS and ensuring the device connects to the most suitable server for improved performance and reliability.
: Server diagnostics messages.
These topics are used for messages sent from the device to Blynk.Cloud:
: Updates the server with device or firmware information. This is essential for device management and monitoring, allowing Blynk.Cloud to keep track of device types, versions, and other critical information.
: Updates the value of a specific datastream on the cloud. This is how sensor readings, state changes, or any other device-generated information are communicated to the server.
: Updates values of a multiple datastreams simultaneously. Use this topic if your device rarely sends data in batches.
: Sets a property of the widget associated with a datastream, allowing dynamic changes to how data is displayed or interacted with in the Blynk application.
: Publishes an event, which can be used for alerts, emails, push notifications, logging, or triggering other server-side actions based on device activities.
: Updates a specific metadata field of the device. This can include configuration parameters, or any other contextual information about the device.
: Requests the current value of a specific datastream from Blynk.Cloud. This can be used to synchronize device state with server-side values.
: Requests metadata values from Blynk.Cloud, useful for devices needing to confirm or update their configuration based on cloud-stored information.
: Requests time-related information, assisting in time synchronization or scheduling tasks based on accurate time data.
: Requests approximate location information, which can be used for location-based services, astronomical timers or contextual actions based on the device's location.