From e1fa79eb713c249055fb23fcc6684a94f77d8368 Mon Sep 17 00:00:00 2001 From: Paul Oliver Date: Tue, 14 Jan 2025 15:42:46 -0800 Subject: Adds GPIO effect and dummy blinker service --- servconf.yaml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'servconf.yaml') 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 -- cgit v1.2.1