Files
flippr-code/FlippR-Driver/contrib/Input_Matrix_Config.json
Jonas Zeunert 9a0168cb40 restructured
2018-07-10 21:03:14 +02:00

17 lines
264 B
JSON

{
"input_matrix" :
[
{
"name" : "event_01",
"address" : 123,
"priority" : 1
},
{
"name" : "event_02",
"address" : 2,
"priority" : 2
},
]
}