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¶
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