Class MqttBrokerCreateUpdateRequest
Mqtt Broker Info
[DataContract]
public class MqttBrokerCreateUpdateRequest : NamedIdentifiedItem
- Inheritance
-
MqttBrokerCreateUpdateRequest
- Inherited Members
Properties
Authentication
Authentication settings of the MQTT broker
[DataMember(Name = "authentication")]
public MqttAuthentication Authentication { get; set; }
Property Value
Host
Host name/IP address where the MQTT broker runs.
[DataMember(Name = "host")]
public string Host { get; set; }
Property Value
Port
Host port though which the MQTT broker can be reached.
[DataMember(Name = "port")]
public int Port { get; set; }
Property Value
Security
Security settings of the MQTT broker. - API v1.45 Changelog indicated this property is deprecated but it remains documented (2024-04-15)
[DataMember(Name = "security")]
public MqttSecurityCreateUpdateRequest Security { get; set; }