From 13d6f6533c1352f34026597cd03496cc41273413 Mon Sep 17 00:00:00 2001 From: Tyeth Gundry Date: Wed, 20 Aug 2025 14:38:06 +0100 Subject: [PATCH] fix(mlx90632): add model D distinction for medical --- components/i2c/mlx90632_ext/definition.json | 4 ++-- components/i2c/mlx90632_med/definition.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/components/i2c/mlx90632_ext/definition.json b/components/i2c/mlx90632_ext/definition.json index 3dc0ac2..f318fbc 100644 --- a/components/i2c/mlx90632_ext/definition.json +++ b/components/i2c/mlx90632_ext/definition.json @@ -1,6 +1,6 @@ { - "displayName": "MLX90632 (Extended Range)", - "description": "Non-contact MEMS thermal far-infrared sensor for precise temperature detection (extended measurement range).", + "displayName": "MLX90632-D (Extended Range)", + "description": "Non-contact far-infrared temperature sensor (extended range + lower accuracy)", "vendor": "Melexis", "productURL": "https://www.adafruit.com/product/6403", "documentationURL": "https://cdn-shop.adafruit.com/product-files/6403/MLX90632-Datasheet-Melexis.PDF", diff --git a/components/i2c/mlx90632_med/definition.json b/components/i2c/mlx90632_med/definition.json index 7b9926f..ddf6a42 100644 --- a/components/i2c/mlx90632_med/definition.json +++ b/components/i2c/mlx90632_med/definition.json @@ -1,6 +1,6 @@ { - "displayName": "MLX90632 (Medical Range)", - "description": "Non-contact MEMS thermal far-infrared sensor for precise temperature detection (medical measurement range).", + "displayName": "MLX90632-D (Medical Range)", + "description": "Non-contact far-infrared temperature sensor (medical range + higher accuracy).", "vendor": "Melexis", "productURL": "https://www.adafruit.com/product/6403", "documentationURL": "https://cdn-shop.adafruit.com/product-files/6403/MLX90632-Datasheet-Melexis.PDF",