X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=decoders%2Fmaxim_ds28ea00%2Fpd.py;h=10b198f18ccc7ae8931a6f2a1becc29645244d19;hp=026457e5783a7cc66c8bf54951e0ce311d003373;hb=9e1437a045ef0c7df7e847be148fac6b4c0bbb4b;hpb=42515b0f25613499167b66c1d8a659526fb46b8d diff --git a/decoders/maxim_ds28ea00/pd.py b/decoders/maxim_ds28ea00/pd.py index 026457e..10b198f 100644 --- a/decoders/maxim_ds28ea00/pd.py +++ b/decoders/maxim_ds28ea00/pd.py @@ -40,9 +40,9 @@ command = { class Decoder(srd.Decoder): api_version = 1 id = 'maxim_ds28ea00' - name = 'Maxim DS28EA00' + name = 'DS28EA00' longname = 'Maxim DS28EA00 1-Wire digital thermometer' - desc = '1-Wire digital thermometer with Sequence Detect and PIO' + desc = '1-Wire digital thermometer with Sequence Detect and PIO.' license = 'gplv2+' inputs = ['onewire_network'] outputs = ['maxim_ds28ea00']