Instance Attributes (Instance #53, MQTT Username)
This instance holds the MQTT username used when connecting to the broker.
# | Name | Access | Data Type | Description |
---|---|---|---|---|
1 | Name | Get | Array of CHAR | “MQTT Username” (Multilingual, see page Multilingual Strings) |
2 | Data type | Get | UINT8 | 07h (= CHAR) |
3 | Number of elements | Get | UINT8 | 64 (Max username length is 64 characters) |
4 | Descriptor | Get | UINT8 | 07h (read/write/shared access) |
5 | Value | Get/Set | Array of CHAR | Actual MQTT username Value set to this attribute will be used in the next connection attempt. If the username is of zero length no username will be included in the connection packet of MQTT. |
6 | Configured value | Get | Array of CHAR | Configured MQTT username. |