X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=decoders%2Fmaxim_ds28ea00%2Fpd.py;fp=decoders%2Fmaxim_ds28ea00%2Fpd.py;h=4693cd9aa2f7b3aa047362729fc513b05b1aa9e6;hp=9f120ae63f083903555147f15c9a876542dba30a;hb=12851357e784b893e24880efc6cd22a0cbcc64ce;hpb=c761524941fcb2237ceb65082e504e5e48e62a05 diff --git a/decoders/maxim_ds28ea00/pd.py b/decoders/maxim_ds28ea00/pd.py index 9f120ae..4693cd9 100644 --- a/decoders/maxim_ds28ea00/pd.py +++ b/decoders/maxim_ds28ea00/pd.py @@ -36,7 +36,7 @@ command = { } class Decoder(srd.Decoder): - api_version = 1 + api_version = 2 id = 'maxim_ds28ea00' name = 'DS28EA00' longname = 'Maxim DS28EA00 1-Wire digital thermometer'