devaskim

Results 213 comments of devaskim

> You can create a stateless integration that maps between our JSON format and the format that Confluent Kafka uses @adriansmares Did you mean something like AWS Lambda or some...

@SuminDenys please, take a look

Are you sure that each of 610 messages had different timestamps for the same timeseries keys? From gateway issue, you already know that server overwrites key's value with duplicated timestamps.

I faced with the same issue of the Entities table widget while manually calling `updateAliaases()` API, but don't yet find a solution.

Use post processing function `return value.toFixed(3);`

There is no bulk deletion. Here is [REST endpoint for single device deletion](https://demo.thingsboard.io/swagger-ui/#/device-controller/deleteDeviceUsingDELETE) Swagger UI page use the same email/password that you use for logging in TB UI. But the...

1. Each REST request should include _X-Authorization_ HTTP header with value `Bearer YOUR_JWT_TOKEN` 2. If you send any data in request body, also add HTTP header `Content-Type: application/json`

You need to read more about basics of authentication and authorization strategies via tokens (it is not only TB related info). The rule is one: every request to server need...

Sorry, but what is the `curl` mess?))) Where is aforementioned `X-Authorization` HTTP header with token? For Linux console (BASH): ``` curl -v --insecure \ -X POST \ -H "X-Authorization: Bearer...

Unfortunately, version control feature is yet inconvenient. The error means that your device github dump has customerId field, in other words, it was assigned to some customer on a previous...