]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/ds28ea00/pd.py
decoders: Fix incorrect 'outputs' fields.
[libsigrokdecode.git] / decoders / ds28ea00 / pd.py
index a792d95956f3533094e50583e548bf8cfeded180..9a578449c6956b7761896d0de17abeb7a42dc2f5 100644 (file)
@@ -42,7 +42,8 @@ class Decoder(srd.Decoder):
     desc = '1-Wire digital thermometer with Sequence Detect and PIO.'
     license = 'gplv2+'
     inputs = ['onewire_network']
-    outputs = ['ds28ea00']
+    outputs = []
+    tags = ['IC', 'Sensor']
     annotations = (
         ('text', 'Human-readable text'),
     )