named profiles in cfg

This commit is contained in:
M McWilliams 2018-01-30 09:33:34 -05:00
parent f78622c739
commit 6613558221
2 changed files with 17 additions and 0 deletions

View File

@ -7,6 +7,22 @@
"serialDelay" : 20, "serialDelay" : 20,
"sequenceDelay" : 100, "sequenceDelay" : 100,
"profiles" : { "profiles" : {
"mcopy" : {
"cam" : {
"time" : 630,
"delay" : 50,
"momentary" : 0
},
"proj" : {
"time" : 1300,
"delay" : 50,
"momentary" : 0
},
"black" : {
"before" : 0,
"after" : 0
}
},
"jk_original" : { "jk_original" : {
"cam" : { "cam" : {
"time" : 750, "time" : 750,

View File

@ -10,6 +10,7 @@ settings.state = {
enabled : true enabled : true
}, },
devices : [], devices : [],
profile : 'mcopy',
camera : {}, camera : {},
projector : {}, projector : {},
light : {} light : {}