aboutsummaryrefslogtreecommitdiff
path: root/servconf.yaml
diff options
context:
space:
mode:
authorPaul Oliver <contact@pauloliver.dev>2025-01-16 18:26:16 -0800
committerPaul Oliver <contact@pauloliver.dev>2025-01-17 19:16:43 -0800
commitdc6bf1472c930ff1448c419d3205148bce1b787e (patch)
treebe6c1e0544d1e9800b5f65a4e37017f505918f0c /servconf.yaml
parente3ea039428545e185b38c5633fe3576ab32f1f8e (diff)
Adds error and dummy-fail service
Diffstat (limited to 'servconf.yaml')
-rw-r--r--servconf.yaml13
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