Skip to content

isopruefi-frontend v1.0.0


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?

optional coordinateMapping: CoordinateMapping

Defined in: api/api-client.ts:1486

Navigation property for the related CoordinateMapping entity.


coordinateMappingId?

optional coordinateMappingId: number

Defined in: api/api-client.ts:1483

Gets or sets the foreign key for the related CoordinateMapping entity.


defaultTopicPath?

optional defaultTopicPath: string

Defined in: api/api-client.ts:1489

Gets or sets the default MQTT topic path for this setting.


groupId?

optional groupId: number

Defined in: api/api-client.ts:1492

Gets or sets the group identifier associated with this topic setting.


hasRecovery?

optional hasRecovery: boolean

Defined in: api/api-client.ts:1504

Gets or sets a value indicating whether this topic setting has recovery enabled.


sensorLocation?

optional sensorLocation: string

Defined in: api/api-client.ts:1501

Gets or sets the location of the sensor.


sensorName?

optional sensorName: string

Defined in: api/api-client.ts:1498

Gets or sets the name of the sensor.


sensorTypeEnum?

optional sensorTypeEnum: SensorType

Defined in: api/api-client.ts:1495

Gets or sets the type of sensor (e.g., temperature, humidity).


topicSettingId?

optional topicSettingId: number

Defined in: api/api-client.ts:1480

Gets or sets the unique identifier for the TopicSetting entity.