Skip to content

Commit

Permalink
Merge pull request #253 from OpenKNX/feature/dpt-14-80
Browse files Browse the repository at this point in the history
Add Support for DPT 14.080 (`DPT_Value_ApparentPower`)
  • Loading branch information
thelsing authored Aug 9, 2023
2 parents 69d553d + 3c2a371 commit 6dda682
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/knx/dpt.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 6dda682

Please sign in to comment.