diff options
author | Paul Oliver <contact@pauloliver.dev> | 2025-01-23 13:37:41 -0800 |
---|---|---|
committer | Paul Oliver <contact@pauloliver.dev> | 2025-01-24 16:36:25 -0800 |
commit | 560ae6f309a6e18f34245769a348c0786fa97642 (patch) | |
tree | dd9578524a128851432d445e41420984a1cbbb4d /servconf.yaml | |
parent | 367aaf43ef9c52f454a721b1924808aeb2d7944f (diff) |
Adds PWM effect and dummy gradient service
Diffstat (limited to 'servconf.yaml')
-rw-r--r-- | servconf.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/servconf.yaml b/servconf.yaml index a014ade..b2b01cd 100644 --- a/servconf.yaml +++ b/servconf.yaml @@ -12,6 +12,10 @@ dummy-fail: alive: 1000000 name: fail pubEp: tcp://0.0.0.0:10002 +dummy-gradient: + name: gradient + pwmPeriod: 1000000 + stepDelay: 100000 dummy-poller: name: poller period: 3000000 |