diff options
Diffstat (limited to 'decoders/ds28ea00')
-rw-r--r-- | decoders/ds28ea00/pd.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/ds28ea00/pd.py b/decoders/ds28ea00/pd.py index 1a3cbf3..9a57844 100644 --- a/decoders/ds28ea00/pd.py +++ b/decoders/ds28ea00/pd.py @@ -42,7 +42,7 @@ 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'), |