Changeset - 94b58da02abc
[Not reviewed]
default
0 1 0
drewp@bigasterisk.com - 20 months ago 2023-05-18 17:25:23
drewp@bigasterisk.com
switch to udmx
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
light9/collector/service.py
Show inline comments
 
@@ -13,7 +13,7 @@ from typing import List
 

	
 
from light9 import networking
 
from light9.collector.collector import Collector
 
from light9.collector.output import ArtnetDmx, DummyOutput, Output  # noqa
 
from light9.collector.output import ArtnetDmx, DummyOutput, Output, Udmx  # noqa
 
from light9.collector.weblisteners import UiListener, WebListeners
 
from light9.namespaces import L9
 
from light9.run_local import log
 
@@ -76,7 +76,7 @@ def main():
 
            #           host='127.0.0.1',
 
            #           port=6445,
 
            #           rate=rate),
 
            DummyOutput(L9['output/dmxA/']),
 
            Udmx(L9['output/dmxA/'], bus=3, address=21, lastDmxChannel=100),
 
        ]
 
    except Exception:
 
        log.error("setting up outputs:")
0 comments (0 inline, 0 general)