From de9a31bf81d1b0c60dae7ac76508f8190d6ad732 Mon Sep 17 00:00:00 2001 From: Mark Hemker Date: Thu, 12 Dec 2024 07:38:24 -0500 Subject: [PATCH] Add measurementtype for METABOLIC_AGE Added the measurementtype for METABOLIC_AGE. This addresses https://github.com/joostlek/python-withings/issues/434 --- src/aiowithings/models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/aiowithings/models.py b/src/aiowithings/models.py index b261e6c..2a28aff 100644 --- a/src/aiowithings/models.py +++ b/src/aiowithings/models.py @@ -283,6 +283,7 @@ class MeasurementType(IntEnum): ELECTRODERMAL_ACTIVITY_LEFT_FOOT = 197 ELECTRODERMAL_ACTIVITY_RIGHT_FOOT = 198 BASAL_METABOLIC_RATE = 226 + METABOLIC_AGE = 227 class MeasurementPosition(IntEnum):