aboutsummaryrefslogtreecommitdiff
path: root/servconf.yaml
diff options
context:
space:
mode:
authorPaul Oliver <contact@pauloliver.dev>2025-01-14 15:42:46 -0800
committerPaul Oliver <contact@pauloliver.dev>2025-01-24 16:36:18 -0800
commitc18d30706ce647a7b640d73514eecb0aa442873c (patch)
tree35c93aff04e7d9e2153d696f00f2ac478043613f /servconf.yaml
parent7c360b79ee2e3230e6e5fe76c102dd688f9cf7b9 (diff)
Adds GPIO effect and dummy blinker service
Diffstat (limited to 'servconf.yaml')
-rw-r--r--servconf.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/servconf.yaml b/servconf.yaml
index 9bf4c63..0eb74e7 100644
--- a/servconf.yaml
+++ b/servconf.yaml
@@ -1,6 +1,13 @@
command:
name: command
pubEp: tcp://0.0.0.0:10000
+dummy-blinker:
+ gpio:
+ - GPIO17
+ - GPIO22
+ - GPIO27
+ name: blinker
+ period: 1000
dummy-poller:
name: poller
period: 3000000