summaryrefslogtreecommitdiff
path: root/decoders/ds2408
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/ds2408')
-rw-r--r--decoders/ds2408/pd.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/decoders/ds2408/pd.py b/decoders/ds2408/pd.py
index 05fcbff..ebbc4c2 100644
--- a/decoders/ds2408/pd.py
+++ b/decoders/ds2408/pd.py
@@ -38,6 +38,7 @@ class Decoder(srd.Decoder):
license = 'gplv2+'
inputs = ['onewire_network']
outputs = ['ds2408']
+ tags = ['Embedded/industrial', 'IC']
annotations = (
('text', 'Human-readable text'),
)