summaryrefslogtreecommitdiff
path: root/decoders
diff options
context:
space:
mode:
Diffstat (limited to 'decoders')
-rw-r--r--decoders/pjdl/pd.py2
-rw-r--r--decoders/pjon/pd.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/decoders/pjdl/pd.py b/decoders/pjdl/pd.py
index 11f72ab..dc30358 100644
--- a/decoders/pjdl/pd.py
+++ b/decoders/pjdl/pd.py
@@ -120,7 +120,7 @@ class Decoder(srd.Decoder):
license = 'gplv2+'
inputs = ['logic']
outputs = ['pjon_link']
- tags = ['Embedded']
+ tags = ['Embedded/industrial']
channels = (
{'id': 'data' , 'name': 'DATA', 'desc': 'Single wire data'},
)
diff --git a/decoders/pjon/pd.py b/decoders/pjon/pd.py
index fdc9de7..0c75f89 100644
--- a/decoders/pjon/pd.py
+++ b/decoders/pjon/pd.py
@@ -74,7 +74,7 @@ class Decoder(srd.Decoder):
license = 'gplv2+'
inputs = ['pjon_link']
outputs = []
- tags = ['Embedded']
+ tags = ['Embedded/industrial']
annotations = (
('rx_info', 'Receiver ID'),
('hdr_cfg', 'Header config'),