diff options
Diffstat (limited to 'decoders/ds2408')
-rw-r--r-- | decoders/ds2408/pd.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/ds2408/pd.py b/decoders/ds2408/pd.py index ebbc4c2..33f2873 100644 --- a/decoders/ds2408/pd.py +++ b/decoders/ds2408/pd.py @@ -37,7 +37,7 @@ class Decoder(srd.Decoder): desc = '1-Wire 8-channel addressable switch.' license = 'gplv2+' inputs = ['onewire_network'] - outputs = ['ds2408'] + outputs = [] tags = ['Embedded/industrial', 'IC'] annotations = ( ('text', 'Human-readable text'), |