summaryrefslogtreecommitdiff
path: root/decoders/wiegand/pd.py
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/wiegand/pd.py')
-rw-r--r--decoders/wiegand/pd.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/decoders/wiegand/pd.py b/decoders/wiegand/pd.py
index c494789..7819fd6 100644
--- a/decoders/wiegand/pd.py
+++ b/decoders/wiegand/pd.py
@@ -31,6 +31,7 @@ class Decoder(srd.Decoder):
license = 'gplv2+'
inputs = ['logic']
outputs = ['wiegand']
+ tags = ['Embedded/industrial', 'RFID']
channels = (
{'id': 'd0', 'name': 'D0', 'desc': 'Data 0 line'},
{'id': 'd1', 'name': 'D1', 'desc': 'Data 1 line'},