X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=decoders%2Fam230x%2Fpd.py;h=eedf9428e70595b6e2680e03aa2cf430b237518c;hp=814a542bbdc97180eb108d4610d0b9ab4b8b9c49;hb=e144452bcdd5f2abbe6b6f3da41ad64f67e39def;hpb=2787cf2abc0187679e87d3735ca3e64c2a1a91c8 diff --git a/decoders/am230x/pd.py b/decoders/am230x/pd.py index 814a542..eedf942 100644 --- a/decoders/am230x/pd.py +++ b/decoders/am230x/pd.py @@ -41,7 +41,7 @@ class Decoder(srd.Decoder): desc = 'Aosong AM230x/DHTxx/RHTxx humidity/temperature sensor.' license = 'gplv2+' inputs = ['logic'] - outputs = ['am230x'] + outputs = [] tags = ['IC', 'Sensor'] channels = ( {'id': 'sda', 'name': 'SDA', 'desc': 'Single wire serial data line'}, @@ -56,8 +56,8 @@ class Decoder(srd.Decoder): ('bit', 'Bit'), ('end', 'End'), ('byte', 'Byte'), - ('humidity', 'Relative humidity in percent'), - ('temperature', 'Temperature in degrees Celsius'), + ('humidity', 'Relative humidity'), + ('temperature', 'Temperature'), ('checksum', 'Checksum'), ) annotation_rows = (