Skip to content

isopruefi-frontend v1.0.0


isopruefi-frontend / api/clients / createTopic

Function: createTopic()

createTopic(topicSetting): Promise\<any>

Defined in: api/clients.ts:187

Creates a new MQTT topic configuration in the system.

Parameters

topicSetting

TopicSetting

The complete topic setting configuration to create

Returns

Promise\<any>

Promise resolving to the newly created topic with assigned ID

Throws

When validation fails, topic already exists, or access is denied