The MQTT Documentation tells that a Client can incorporate the defaultTemplateIdentifier
in it’s Client ID (see Link). How is it supposed to work and what’s the benefit of it? Does it support Smart Rest 1 or 2 template collections?
What I’ve tried so far:
- Having a template collection with Id
kobu
. It contains a Smart Rest Identifier to create a custom Event. - Incorporate the collection ID to the client-Id:
d:my-serial-201020312x:kobu
- Send data to using topic
s/uc
(on purpose without template ID as I thought it comes from Client-ID then) => did not work - Send data to topic
s/uc/kobu
=> this worked fine (so the template itself works)