From 3c2a371711421f3e25c99a86211704b92677233f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cornelius=20K=C3=B6pp?= Date: Sun, 2 Jul 2023 14:04:32 +0200 Subject: [PATCH] Add DPT 14.080 (`DPT_Value_ApparentPower`) --- src/knx/dpt.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/knx/dpt.h b/src/knx/dpt.h index 6a350eb3..b6add26c 100644 --- a/src/knx/dpt.h +++ b/src/knx/dpt.h @@ -179,6 +179,7 @@ #define DPT_Value_Volume_Flux Dpt(14, 77) #define DPT_Value_Weight Dpt(14, 78) #define DPT_Value_Work Dpt(14, 79) +#define DPT_Value_ApparentPower Dpt(14, 80) #define DPT_Access_Data Dpt(15, 0) #define DPT_String_ASCII Dpt(16, 0) #define DPT_String_8859_1 Dpt(16, 1)