summaryrefslogtreecommitdiff
path: root/motionService.adef
blob: f76663d52eb5689ecc47c1512d5a13482796a982 (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: 2.14.0
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
}