summaryrefslogtreecommitdiff
path: root/decoders/dali/pd.py
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/dali/pd.py')
-rw-r--r--decoders/dali/pd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/dali/pd.py b/decoders/dali/pd.py
index 9e99b81..5314746 100644
--- a/decoders/dali/pd.py
+++ b/decoders/dali/pd.py
@@ -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'},