diff options
Diffstat (limited to 'servconf.yaml')
-rw-r--r-- | servconf.yaml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/servconf.yaml b/servconf.yaml index 0eb74e7..a014ade 100644 --- a/servconf.yaml +++ b/servconf.yaml @@ -8,6 +8,10 @@ dummy-blinker: - GPIO27 name: blinker period: 1000 +dummy-fail: + alive: 1000000 + name: fail + pubEp: tcp://0.0.0.0:10002 dummy-poller: name: poller period: 3000000 @@ -26,3 +30,12 @@ dummy-receiver: - tcp://0.0.0.0:10001 topics: - pulser +status: + gpioError: GPIO17 + gpioOk: GPIO22 + name: status + period: 1000 + subEps: + - tcp://0.0.0.0:10002 + topics: + - fail |