LaQuay / thingsboard-android

Samples to get information from ThingsBoard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

thingsboard-android

Educational repository to check as sample information for the ThingsBoard.

All the HTTP Rest information is obtained from the ThingsBoard Swagger.

What is included

Auth

Authentication based in user - password. Get a Token.

GetDeviceTypes

URL: https://demo.thingsboard.io/swagger-ui.html#!/device-controller/getDeviceTypesUsingGET

GetDeviceTelemetryValues

DeviceType and DeviceId are required and hardcoded in example.

URL: https://demo.thingsboard.io/swagger-ui.html#!/telemetry-controller/getTimeseriesUsingGET

About

Samples to get information from ThingsBoard

License:MIT License


Languages

Language:Java 100.0%