longGr
longGr
I have the following code ``` const escpos = require('escpos'); escpos.USB = require('escpos-usb'); const device = new escpos.USB(2727, 772); const options = { encoding: "ISO8859-15" /* default */ } const...
When a RPC_Callback is executed and within that method, a `sendTelemtry` or `sendAttribute` is executed, the response of the RPC is lost and the thingsboard server gets a timeout. Steps...
Currently the library only allows the rpc response to be in the format of `{KEY:VALUE}`. It would be nice to allow to returning of a json in the format of...
**Describe the bug** I have setup a remote kafka server that I want to use for thingsboard. It is working fine and also thingsboard is able to successfully use it,...
**Describe the bug** I'm using RPC to execute a function on an esp32 device. When I use the swagger-ui to create a new RPC with the following body: ` {...
### Self-Hosted Version 24.1.0 ### CPU Architecture x86_64 ### Docker Version 27.1.2 ### Docker Compose Version 2.29.1 ### Steps to Reproduce - In the installation instructions the minimum/recommended system requirements...