summaryrefslogtreecommitdiff
path: root/decoders/dmx512
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/dmx512')
-rw-r--r--decoders/dmx512/pd.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/decoders/dmx512/pd.py b/decoders/dmx512/pd.py
index 1bcca20..9d694d5 100644
--- a/decoders/dmx512/pd.py
+++ b/decoders/dmx512/pd.py
@@ -28,6 +28,7 @@ class Decoder(srd.Decoder):
license = 'gplv2+'
inputs = ['logic']
outputs = ['dmx512']
+ tags = ['Embedded/industrial', 'Lighting']
channels = (
{'id': 'dmx', 'name': 'DMX data', 'desc': 'Any DMX data line'},
)