summaryrefslogtreecommitdiff
path: root/motionService.adef
blob: c337438f1aebe76f6a69e9b73aa9cbdef10a9a8d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
sandboxed: false
version: 3.0.2
start: auto

executables:
{
  motionService = ( motionMonitor )
}

processes:
{
  envVars:
  {
    LE_LOG_LEVEL = DEBUG
  }
  run:
  {
     ( motionService )
  }
  faultAction: restartApp
}

bindings:
{

  motionService.motionMonitor.interrupt -> gpioService.le_gpioPin23
}

extern:
{
  motionService.motionMonitor.brnkl_motion
}