This is an automated email from the ASF dual-hosted git repository. chrisdutz pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/plc4x.git
commit 17eba81f97a232cfabbc2d56f127e076c77430ff Author: Christofer Dutz <[email protected]> AuthorDate: Mon Jun 29 20:16:04 2026 +0200 chore: Updated the KNX Vendor IDs --- .../org/apache/plc4x/java/knxnetip/readwrite/KnxManufacturer.java | 8 ++++++-- .../src/main/generated/protocols/knxnetip/knx-master-data.mspec | 6 ++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/plc4j/drivers/knxnetip/src/main/generated/org/apache/plc4x/java/knxnetip/readwrite/KnxManufacturer.java b/plc4j/drivers/knxnetip/src/main/generated/org/apache/plc4x/java/knxnetip/readwrite/KnxManufacturer.java index 3ade81689c..68bae644be 100644 --- a/plc4j/drivers/knxnetip/src/main/generated/org/apache/plc4x/java/knxnetip/readwrite/KnxManufacturer.java +++ b/plc4j/drivers/knxnetip/src/main/generated/org/apache/plc4x/java/knxnetip/readwrite/KnxManufacturer.java @@ -1645,9 +1645,13 @@ public enum KnxManufacturer { M_KEMCOM_GMBH((int) 809, (int) 870, "KemCom GmbH"), - M_ABB___RESERVED((int) 810, (int) 43954, "ABB - reserved"), + M_NANJING_PUIETEL_I_O_T_TECHNOLOGY_CO___LTD((int) 810, (int) 871, "Nanjing puietel I.O.T Technology Co., Ltd"), - M_BUSCH_JAEGER_ELEKTRO___RESERVED((int) 811, (int) 43959, "Busch-Jaeger Elektro - reserved"); + M_DOMUSFLOW((int) 811, (int) 872, "DomusFlow"), + + M_ABB___RESERVED((int) 812, (int) 43954, "ABB - reserved"), + + M_BUSCH_JAEGER_ELEKTRO___RESERVED((int) 813, (int) 43959, "Busch-Jaeger Elektro - reserved"); private static final Map<Integer, KnxManufacturer> map; diff --git a/protocols/knxnetip/src/main/generated/protocols/knxnetip/knx-master-data.mspec b/protocols/knxnetip/src/main/generated/protocols/knxnetip/knx-master-data.mspec index 46fe9f9334..ac4fd07269 100644 --- a/protocols/knxnetip/src/main/generated/protocols/knxnetip/knx-master-data.mspec +++ b/protocols/knxnetip/src/main/generated/protocols/knxnetip/knx-master-data.mspec @@ -1562,8 +1562,10 @@ ['807' M_HOM_CONTROLS ['868', '"Hom Controls"']] ['808' M_SHENZHEN_GOLDEN_SECURITY_TECHNOLOGY_CO__LTD ['869', '"Shenzhen Golden Security Technology Co.,Ltd"']] ['809' M_KEMCOM_GMBH ['870', '"KemCom GmbH"']] - ['810' M_ABB___RESERVED ['43954', '"ABB - reserved"']] - ['811' M_BUSCH_JAEGER_ELEKTRO___RESERVED ['43959', '"Busch-Jaeger Elektro - reserved"']] + ['810' M_NANJING_PUIETEL_I_O_T_TECHNOLOGY_CO___LTD ['871', '"Nanjing puietel I.O.T Technology Co., Ltd"']] + ['811' M_DOMUSFLOW ['872', '"DomusFlow"']] + ['812' M_ABB___RESERVED ['43954', '"ABB - reserved"']] + ['813' M_BUSCH_JAEGER_ELEKTRO___RESERVED ['43959', '"Busch-Jaeger Elektro - reserved"']] ]
