Merge pull request #326 from OpenKNX/upstream/fix-define--dpt13-002

Fix Define for 'DPT_FlowRate_m3/h'
This commit is contained in:
thelsing 2025-11-04 20:57:38 +01:00 committed by GitHub
commit 6729778510
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -91,7 +91,7 @@
#define DPT_Date Dpt(11, 1)
#define DPT_Value_4_Ucount Dpt(12, 1)
#define DPT_Value_4_Count Dpt(13, 1)
#define DPT_FlowRate_m3 Dpt(13, 2) / h
#define DPT_FlowRate_m3_per_h Dpt(13, 2)
#define DPT_ActiveEnergy Dpt(13, 10)
#define DPT_ApparantEnergy Dpt(13, 11)
#define DPT_ReactiveEnergy Dpt(13, 12)