X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Fam230x%2Fpd.py;h=814a542bbdc97180eb108d4610d0b9ab4b8b9c49;hb=8d63f8a496f009829b285f06e42eb45377c45540;hp=3d36cbb510dc38d92dbf7616ce1195b64ca7e9aa;hpb=d6d8a8a440ea2a81e6ddde33d16bc84d01cdb432;p=libsigrokdecode.git diff --git a/decoders/am230x/pd.py b/decoders/am230x/pd.py index 3d36cbb..814a542 100644 --- a/decoders/am230x/pd.py +++ b/decoders/am230x/pd.py @@ -36,9 +36,9 @@ class SamplerateError(Exception): class Decoder(srd.Decoder): api_version = 3 id = 'am230x' - name = 'AM230x/DHTxx/RHTxx' + name = 'AM230x' longname = 'Aosong AM230x/DHTxx/RHTxx' - desc = 'Aosong AM230x/DHTxx/RHTxx humidity/temperature sensor protocol.' + desc = 'Aosong AM230x/DHTxx/RHTxx humidity/temperature sensor.' license = 'gplv2+' inputs = ['logic'] outputs = ['am230x']