Description Fields See Also Examples
Thingboard API Class
urlcharacter URL of the 'ThingsBoard' IoT platform.
publicIdcharacter the public ID of the device
tokencharacter the current token
tokenTimeOutA numeric contains the time out of a token in seconds (default 300)
tokenEpirationA numeric with the Epoch of the expiration date time of current token
The ThingsboardApi class methods :
ThingsboardApi_checkToken for checking and refreshing the token
ThingsboardApi_getToken for getting authorisation token from Thingsboard server for a specific device
ThingsboardApi_getKeys for fetching data keys of an entity
ThingsboardApi_getValues and ThingsboardApi_getTelemetry for fetching telemetry of an entity
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.