added order

This commit is contained in:
Neeflix
2018-06-07 20:23:12 +02:00
parent 9be260815c
commit 5446ee23b9
4 changed files with 2 additions and 1 deletions

View File

@@ -0,0 +1,16 @@
{
"input_matrix" :
[
{
"name" : "event_01",
"address" : 123,
"priority" : 1
},
{
"name" : "event_02",
"address" : 2,
"priority" : 2
},
]
}