summaryrefslogtreecommitdiff
path: root/decoders/lm75/pd.py
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/lm75/pd.py')
-rw-r--r--decoders/lm75/pd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/lm75/pd.py b/decoders/lm75/pd.py
index 6d264f9..14df1b5 100644
--- a/decoders/lm75/pd.py
+++ b/decoders/lm75/pd.py
@@ -46,7 +46,7 @@ class Decoder(srd.Decoder):
desc = 'National LM75 (and compatibles) temperature sensor.'
license = 'gplv2+'
inputs = ['i2c']
- outputs = ['lm75']
+ outputs = []
tags = ['Sensor']
options = (
{'id': 'sensor', 'desc': 'Sensor type', 'default': 'lm75',