changeset 2315:635568de3c9a

no default udmx rate- prevent surprises
author drewp@bigasterisk.com
date Thu, 01 Jun 2023 14:15:54 -0700
parents 63f82ec045bf
children a0abf52b06d6
files light9/collector/output.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/light9/collector/output.py	Wed May 31 15:25:26 2023 -0700
+++ b/light9/collector/output.py	Thu Jun 01 14:15:54 2023 -0700
@@ -177,7 +177,7 @@
     u._transmit([255, 0, 0, ...
     """
 
-    def __init__(self, uri: URIRef, bus: int, address: int, lastDmxChannel: int, rate=22):
+    def __init__(self, uri: URIRef, bus: int, address: int, lastDmxChannel: int, rate: float):
         self.bus = bus
         self.address = address
         self.lastDmxChannel = lastDmxChannel