diff options
Diffstat (limited to 'decoders/maxim_ds28ea00/pd.py')
-rw-r--r-- | decoders/maxim_ds28ea00/pd.py | 2 |
1 files changed, 1 insertions, 1 deletions
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' |