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 | Typedefs
Telemetry.h File Reference
#include "Configuration.h"
#include <ArduinoJson.h>
#include <type_traits>
Include dependency graph for Telemetry.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Telemetry
 Telemetry record class, allows to store different data using a common interface. More...
 

Typedefs

using Attribute = Telemetry
 Telemetry and attributes are only different on the database side (one has a history the other one does not), but for the purpose of sending data to the cloud both are simply key-value pairs. More...
 

Typedef Documentation

◆ Attribute

Telemetry and attributes are only different on the database side (one has a history the other one does not), but for the purpose of sending data to the cloud both are simply key-value pairs.