Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info

Available since versions: 2.0.2-fireball(onesait Platform) & 2.0.2-RELEASE(client library).

The following use of the library is intended to be used by administrators/developers of the platform willing to provide (micro)services that use this library to connect to the Digital Broker in Multitenant mode.

The client library Client4SpringBoot /wiki/spaces/PT/pages/52625414 can be used in Multitenant mode. To use it in such way, you have to take into account the following considerations.

...

Code Block
onesaitplatform:
  iotclient:
    urlRestControlpanel: http://controlpanelservice.onesait-platform:18000
    multitenant: true
    admin-api-token: 8e303d50cfd647ce97c9b18f3031d908
    deviceTemplate: MasterDevice
    #token: 902409548c704c33befefddbed0ef66f

...