Merge pull request #253 from OpenKNX/feature/dpt-14-80

Add Support for DPT 14.080 (`DPT_Value_ApparentPower`)
This commit is contained in:
thelsing 2023-08-09 10:28:38 +02:00 committed by GitHub
commit 6dda682fa7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)