ThingsBoard Client SDK 0.16.0
Client SDK to connect with ThingsBoard IoT Platform from IoT devices (Arduino, Espressif, etc.)
Loading...
Searching...
No Matches
Classes | Variables
Attribute_Request.h File Reference
#include "Attribute_Request_Callback.h"
#include "IAPI_Implementation.h"
#include "Timeoutable_Request.h"
Include dependency graph for Attribute_Request.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Attribute_Request< MaxSubscriptions, MaxAttributes, Logger >
 Handles the internal implementation of the ThingsBoard client and shared Attribute Request API. See https://thingsboard.io/docs/reference/mqtt-api/#request-attribute-values-from-the-server for more information. More...
 

Variables

char constexpr ATTRIBUTE_REQUEST_TOPIC [] = "v1/devices/me/attributes/request/%u"
 
char constexpr ATTRIBUTE_RESPONSE_SUBSCRIBE_TOPIC [] = "v1/devices/me/attributes/response/+"
 
char constexpr ATTRIBUTE_RESPONSE_TOPIC [] = "v1/devices/me/attributes/response/"
 
char constexpr CLIENT_REQUEST_KEYS [] = "clientKeys"
 
char constexpr CLIENT_RESPONSE_KEY [] = "client"
 
char constexpr SHARED_REQUEST_KEY [] = "sharedKeys"
 
char constexpr CLIENT_SHARED_ATTRIBUTE_SUBSCRIPTIONS [] = "client or shared attribute request"
 

Variable Documentation

◆ ATTRIBUTE_REQUEST_TOPIC

char constexpr ATTRIBUTE_REQUEST_TOPIC[] = "v1/devices/me/attributes/request/%u"
constexpr

◆ ATTRIBUTE_RESPONSE_SUBSCRIBE_TOPIC

char constexpr ATTRIBUTE_RESPONSE_SUBSCRIBE_TOPIC[] = "v1/devices/me/attributes/response/+"
constexpr

◆ ATTRIBUTE_RESPONSE_TOPIC

char constexpr ATTRIBUTE_RESPONSE_TOPIC[] = "v1/devices/me/attributes/response/"
constexpr

◆ CLIENT_REQUEST_KEYS

char constexpr CLIENT_REQUEST_KEYS[] = "clientKeys"
constexpr

◆ CLIENT_RESPONSE_KEY

char constexpr CLIENT_RESPONSE_KEY[] = "client"
constexpr

◆ CLIENT_SHARED_ATTRIBUTE_SUBSCRIPTIONS

char constexpr CLIENT_SHARED_ATTRIBUTE_SUBSCRIPTIONS[] = "client or shared attribute request"
constexpr

◆ SHARED_REQUEST_KEY

char constexpr SHARED_REQUEST_KEY[] = "sharedKeys"
constexpr