diff options
-rw-r--r-- | decoders/ds28ea00/__init__.py (renamed from decoders/maxim_ds28ea00/__init__.py) | 0 | ||||
-rw-r--r-- | decoders/ds28ea00/pd.py (renamed from decoders/maxim_ds28ea00/pd.py) | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/decoders/maxim_ds28ea00/__init__.py b/decoders/ds28ea00/__init__.py index 3155070..3155070 100644 --- a/decoders/maxim_ds28ea00/__init__.py +++ b/decoders/ds28ea00/__init__.py diff --git a/decoders/maxim_ds28ea00/pd.py b/decoders/ds28ea00/pd.py index d860c9d..255f7c8 100644 --- a/decoders/maxim_ds28ea00/pd.py +++ b/decoders/ds28ea00/pd.py @@ -36,13 +36,13 @@ command = { class Decoder(srd.Decoder): api_version = 2 - id = 'maxim_ds28ea00' + id = 'ds28ea00' name = 'DS28EA00' longname = 'Maxim DS28EA00 1-Wire digital thermometer' desc = '1-Wire digital thermometer with Sequence Detect and PIO.' license = 'gplv2+' inputs = ['onewire_network'] - outputs = ['maxim_ds28ea00'] + outputs = ['ds28ea00'] annotations = ( ('text', 'Human-readable text'), ) |