Built motion from commit 42b6453.|2.0.28
[motion2.git] / server / files / templates / context.ejs
1 <% contexts.forEach(function(context) { -%>
2 [<%- context.name %>]
3 include => <%- context.name %>-custom
4 switch => Realtime
5 <% }); %>