Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
| AutomaticTransactionGenerator | | | AutomaticTransactionGeneratorConfiguration | charging stations ATG configuration section |
| Connectors | | | Record<string, ConnectorStatus> | charging stations connectors configuration section |
| Evses | | | Record<string, EvseTemplate> | charging stations EVSEs configuration section |
-| |
#### Configuration section syntax example
#### AutomaticTransactionGenerator section syntax example
-Section type definition:
+##### Type definition:
```ts
type AutomaticTransactionGeneratorConfiguration = {
};
```
-Section example:
+##### Example:
```json
"AutomaticTransactionGenerator": {