Unified Namespace Configuration Beta
Configuration of the Unified Namespace.
Parameters
| Parameter | Description |
|---|---|
| name | Name of the UNS. |
| region | Region of the UNS. |
| timezone | Timezone of the UNS. |
| topic_structure | The structure of the MQTT topics. |
| topic_standard | The standard of the MQTT topics. |
| information_model | The information model used. |
YAML
version: '1.0' uns: name: string # Name of the UNS timezone: string # Timezone of the UNS region: string # Region of the UNS topic_structure: 'version/site/area/line/cell/equipment/sensor/information_model/' topic_standard: string # The standard of the MQTT topic information_model: string # The information model used