
| Property Name | Type | Description |
|---|---|---|
| aggregateName | string | aggregateName (DRMDAT-01.json) |
| aggregateStatus | boolean |
A Boolean value
Description : Betriebszustand des Aggregats
|
| parameter | string | parameter (DRMDAT-01.json) |
| aggregateDetection | object | aggregateDetection (DRMDAT-01.json) |
| Additional Properties | Type | Description |
| Any Property | Any | All values are valid, no restrictions. |
"aggregateLog": {
"type": "object",
"description": "Aggregat-Status/Logging",
"properties": {
"aggregateName": {
"type": "string",
"description": "Aggregat-Bezeichung",
"maxLength": 30,
"examples": [
"M1"
]
},
"aggregateStatus": {
"type": "boolean",
"description": "Betriebszustand des Aggregats"
},
"parameter": {
"type": "string",
"description": "am Aggregat konfigurierte Parameter",
"examples": [
"129921429472947000000"
]
},
"aggregateDetection": {
"$ref": "#/definitions/aggregateDetection"
}
},
"required": [
"aggregateName",
"aggregateStatus"
]
}