]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/dali/pd.py
decoders: Fix incorrect 'outputs' fields.
[libsigrokdecode.git] / decoders / dali / pd.py
index 9e99b816de87eac7bc401d0e56ffb03710da15a3..53147463962bbe8dc97f0cbc3c8c335377c1db1e 100644 (file)
@@ -31,7 +31,7 @@ class Decoder(srd.Decoder):
     desc = 'Digital Addressable Lighting Interface (DALI) protocol.'
     license = 'gplv2+'
     inputs = ['logic']
-    outputs = ['dali']
+    outputs = []
     tags = ['Embedded/industrial', 'Lighting']
     channels = (
         {'id': 'dali', 'name': 'DALI', 'desc': 'DALI data line'},