TopicSetting¶
Namespace: Database.EntityFramework.Models
Represents the settings for a specific MQTT topic, including default path, group, and sensor information.
Inheritance Object → TopicSetting
Properties¶
DefaultTopicPath¶
Gets or sets the default MQTT topic path for this setting.
Property Value¶
GroupId¶
Gets or sets the group identifier associated with this topic setting.
Property Value¶
HasRecovery¶
Gets or sets a value indicating whether this topic setting has recovery enabled.
Property Value¶
SensorLocation¶
Gets or sets the location of the sensor.
Property Value¶
SensorName¶
Gets or sets the name of the sensor.
Property Value¶
SensorType¶
Gets or sets the type of sensor (e.g., temperature, humidity).
Property Value¶
TopicSettingId¶
Gets or sets the unique identifier for the TopicSetting entity.