isopruefi-frontend / api/api-client / ITopicSetting
Interface: ITopicSetting¶
Defined in: api/api-client.ts:1477
Represents the settings for a specific MQTT topic, including default path, group, and sensor information.
Properties¶
coordinateMapping?¶
optionalcoordinateMapping:CoordinateMapping
Defined in: api/api-client.ts:1486
Navigation property for the related CoordinateMapping entity.
coordinateMappingId?¶
optionalcoordinateMappingId:number
Defined in: api/api-client.ts:1483
Gets or sets the foreign key for the related CoordinateMapping entity.
defaultTopicPath?¶
optionaldefaultTopicPath:string
Defined in: api/api-client.ts:1489
Gets or sets the default MQTT topic path for this setting.
groupId?¶
optionalgroupId:number
Defined in: api/api-client.ts:1492
Gets or sets the group identifier associated with this topic setting.
hasRecovery?¶
optionalhasRecovery:boolean
Defined in: api/api-client.ts:1504
Gets or sets a value indicating whether this topic setting has recovery enabled.
sensorLocation?¶
optionalsensorLocation:string
Defined in: api/api-client.ts:1501
Gets or sets the location of the sensor.
sensorName?¶
optionalsensorName:string
Defined in: api/api-client.ts:1498
Gets or sets the name of the sensor.
sensorTypeEnum?¶
optionalsensorTypeEnum:SensorType
Defined in: api/api-client.ts:1495
Gets or sets the type of sensor (e.g., temperature, humidity).
topicSettingId?¶
optionaltopicSettingId:number
Defined in: api/api-client.ts:1480
Gets or sets the unique identifier for the TopicSetting entity.