Private channels

Asset Tracker Template

tags
Asset Tracker Template

When a module needs internal state handling that should not be exposed to other modules, it uses a private channel. Private channels are reserved exclusively for the respective module and are not intended for external use. Otherwise, they are defined, published to, and subscribed to just like public channels. For example, the Location module uses the priv_location_chan channel for internal messaging.