Improve platform file

This commit is contained in:
Loic Guegan 2022-09-11 15:16:30 +02:00
parent 918cc9a448
commit cb02cc0e02
2 changed files with 23 additions and 4 deletions

View file

@ -28,6 +28,12 @@ nodes:
# 0-@ receiver.py is equivalent to 0-4 receiver.py
implementations:
- all sender.py
# Node implementations arguments
# arguments is a dictionary where key isrange of node the value is the arguments for
# this specific node range
arguments: {
"all": 2
}
##### Interfaces Section #####
interfaces: