thingsboard / dart_thingsboard_client

ThingsBoard API client library for Dart developers.
BSD 3-Clause "New" or "Revised" License
59 stars 30 forks source link

Changed API END POINT #24

Closed VPATEL007 closed 4 months ago

VPATEL007 commented 7 months ago

Once Thingboard is initialization after that how can we reinitilization or changes the API end point

ybeshkarov commented 4 months ago

Hello @VPATEL007,

Currently, we can't behave like you're asking for. Only by modifying the following field:

abstract class ThingsboardAppConstants {
  static final thingsBoardApiEndpoint = '....'; <- This field
 }

and then recompile the app.

However, we will consider your feature request in our upcoming releases.