This commit is contained in:
Jonas Zeunert
2018-05-31 21:14:03 +02:00
parent ab63adde93
commit 4a0128a82f
6 changed files with 154 additions and 0 deletions

View File

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