Instance Attributes (Instance #51, MQTT Client Identifier)
This instance holds the MQTT Client Identifier.
# | Name | Access | Data Type | Description |
---|---|---|---|---|
1 | Name | Get | Array of CHAR | “MQTT ClientID” (Multilingual, see page Multilingual Strings) |
2 | Data type | Get | UINT8 | 07h (= CHAR) |
3 | Number of elements | Get | UINT8 | 64 (Max Client Identifier length is 64 characters) |
4 | Descriptor | Get | UINT8 | 07h (read/write/shared access) |
5 | Value | Get/Set | CHAR[23] | Actual Client Identifier The ID must be unique at least within each network, and must only contain numbers and/or letters [0-9, a-z, A-Z]. Value set to this attribute will be used in the next connection attempt. |
6 | Configured value | Get | CHAR[23] | Configured MQTT client identifier. |