summaryrefslogtreecommitdiff
path: root/decoders/dcf77/pd.py
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/dcf77/pd.py')
-rw-r--r--decoders/dcf77/pd.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/decoders/dcf77/pd.py b/decoders/dcf77/pd.py
index 7b09ce6..cd3f7e6 100644
--- a/decoders/dcf77/pd.py
+++ b/decoders/dcf77/pd.py
@@ -33,6 +33,7 @@ class Decoder(srd.Decoder):
license = 'gplv2+'
inputs = ['logic']
outputs = ['dcf77']
+ tags = ['Clock/timing']
channels = (
{'id': 'data', 'name': 'DATA', 'desc': 'DATA line'},
)