diff --git a/etc/example.conf b/etc/example.conf index 984a9d862..b187a9bef 100644 --- a/etc/example.conf +++ b/etc/example.conf @@ -256,7 +256,16 @@ nodes = { fields = [ "a", "b", "c" ] - } + }, + sampled_values_node = { + type = "iec61850-9-2", + + interface = "lo", + + # List of data types + publish = [ "float32", "float64", "int8", "int32" ], + subscribe = [ "float32", "float64", "int8", "int32" ] + } };