diff --git a/lambda/sonde_api_to_iot_core/__init__.py b/lambda/sonde_api_to_iot_core/__init__.py index 2bd6a03..e1eca88 100644 --- a/lambda/sonde_api_to_iot_core/__init__.py +++ b/lambda/sonde_api_to_iot_core/__init__.py @@ -220,6 +220,7 @@ def telemetry_filter(telemetry): or ("M20" in telemetry["type"]) or ("LMS" in telemetry["type"]) or ("iMet" in telemetry["type"]) + or ("MTS01" in telemetry["type"]) ): _id_msg = "Payload ID %s is invalid." % telemetry["serial"] # Add in a note about DFM sondes and their oddness...