Instance Attributes (Instance #50, MQTT Broker URL)
This instance holds the MQTT Broker URL.
# | Name | Access | Data Type | Description |
---|---|---|---|---|
1 | Name | Get | Array of CHAR | “MQTT Broker” (Multilingual, see page Multilingual Strings) |
2 | Data type | Get | UINT8 | 07h (= CHAR) |
3 | Number of elements | Get | UINT8 | 255 (Max broker URL length is 255 characters) |
4 | Descriptor | Get | UINT8 | 07h (read/write/shared access) |
5 | Value | Get/Set | CHAR[64] | Actual MQTT broker URL Format: “<hostname/ip-address>[:<port>]”. The port is optional to have in the URL, if left out the default value is used: 1883 (TLS disabled) or 8883 (TLS enabled). Value set to this attribute will be used in the next connection attempt. |
6 | Configured value | Get | CHAR[64] | Configured MQTT broker URL |