From 0663ab17a8b5d633db3cee43bd8a58e05f33e4f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Koppenh=C3=B6fer?= Date: Sun, 26 Nov 2023 09:20:10 +0100 Subject: [PATCH] knx.markdown - fix KNX_DPT for type long_time_period_hrs (#30008) --- source/_integrations/knx.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/knx.markdown b/source/_integrations/knx.markdown index 1bbaca3d697..8a801597ec4 100644 --- a/source/_integrations/knx.markdown +++ b/source/_integrations/knx.markdown @@ -1729,7 +1729,7 @@ device_class: | 12.001 | pulse_4_ucount | 4 | 0 ... 4294967295 | counter pulses | | 12.100 | long_time_period_sec | 4 | 0 ... 4294967295 | s | | 12.101 | long_time_period_min | 4 | 0 ... 4294967295 | min | -| 12.100 | long_time_period_hrs | 4 | 0 ... 4294967295 | h | +| 12.102 | long_time_period_hrs | 4 | 0 ... 4294967295 | h | | 12.1200 | volume_liquid_litre | 4 | 0 ... 4294967295 | l | | 12.1201 | volume_m3 | 4 | 0 ... 4294967295 | m³ | | 13 | 4byte_signed | 4 | -2147483648 ... 2147483647 | |