Files
flippr-code/FlippR-Driver/Input_Matrix_Config.json
Jonas Zeunert 4a0128a82f defining
2018-05-31 21:14:03 +02:00

17 lines
264 B
JSON

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