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