1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

fixing default config

This commit is contained in:
Steffen Vogel 2016-06-08 22:53:52 +02:00
parent 2962c2902e
commit c59481a26d

View file

@ -89,7 +89,7 @@ nodes = {
in = {
path = "logs/input.log", # These options specify the path prefix where the the files are stored
mode = "w+", # The mode in which files should be opened (see open(2))
mode = "r", # The mode in which files should be opened (see open(2))
epoch_mode = "direct" # One of: direct (default), wait, relative, absolute
epoch = 10 # The interpretation of this value depends on epoch_mode (default is 0).
@ -132,7 +132,7 @@ nodes = {
verify_ssl = false, # Verification of SSL server certificates (default is true)
mapping = [ # Format: "AttributeName(AttributeType)"
PTotalLosses(MW)",
"PTotalLosses(MW)",
"QTotalLosses(Mvar)"
]
}