Content
tr369_mqtt_topic
D-SERIES
Web User Interface
N/A
Phone User Interface
N/A
Initial Firmware Version
10.1.161.0
XML Configuration
<tr369_mqtt_topic idx="INDEX" perm="PERMISSIONFLAG">VALIDVALUE</tr369_mqtt_topic>
Description
It sets the MQTT topics required by the broker to exchange with this corresponding USP Controller.
The syntax is the following: <subscribe_topic>;<response_topic>
- The
<subscribe_topic>
is related to theDevice.LocalAgent.Controller.{i}.MTP.{i}.MQTT.Topic
TR-369 parameter. It is the topic name the USP Controller has subscribed to, to be used for NOTIFY messages send by the USP Agent. - The
<response_topic>
is related to theDevice.LocalAgent.MTP.{i}.MQTT.ResponseTopicConfigured
TR-369 parameter. It is the Agent’s configured “reply to” topic.
The <subscribe_topic>
is mandatory while the <response_topic>
element may be optional if same as <subscribe_topic>.
Note: the index=1 is reserved for SRAPS while index=2 is available to a custom controller.
Refer to TR-369 - Full Endpoint Management for more details.
Valid Values
text
The value MUST NOT contain any TR-369 wild card characters (+
, #
), nor the ;
character used as element separator.
Default Value
empty