This is an automated email from the ASF dual-hosted git repository.

cdutz pushed a commit to branch feature/ads-symbol-discovery
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/feature/ads-symbol-discovery 
by this push:
     new c6d24a196 chore(plc4net/knx):  Added new manufacturers
c6d24a196 is described below

commit c6d24a196afbada9d5b41455c196c23f7190d1bb
Author: Christofer Dutz <[email protected]>
AuthorDate: Thu Aug 25 08:43:57 2022 +0200

    chore(plc4net/knx):  Added new manufacturers
---
 .../knxnetip/readwrite/model/KnxManufacturer.cs       | 19 +++++++++++++------
 1 file changed, 13 insertions(+), 6 deletions(-)

diff --git 
a/plc4net/drivers/knxnetip/src/drivers/knxnetip/readwrite/model/KnxManufacturer.cs
 
b/plc4net/drivers/knxnetip/src/drivers/knxnetip/readwrite/model/KnxManufacturer.cs
index 70474542d..aba6083c4 100644
--- 
a/plc4net/drivers/knxnetip/src/drivers/knxnetip/readwrite/model/KnxManufacturer.cs
+++ 
b/plc4net/drivers/knxnetip/src/drivers/knxnetip/readwrite/model/KnxManufacturer.cs
@@ -621,8 +621,9 @@ namespace 
org.apache.plc4net.drivers.knxnetip.readwrite.model
         M_KG_POWER = 594,
         M_ZHEJIANG_MOORGEN_INTELLIGENT_TECHNOLOGY_CO___LTD = 595,
         M_GUANGDONG_KANWAY = 596,
-        M_ABB___RESERVED = 597,
-        M_BUSCH_JAEGER_ELEKTRO___RESERVED = 598,
+        M_PHOENIX_CONTACT_2 = 597,
+        M_ABB___RESERVED = 598,
+        M_BUSCH_JAEGER_ELEKTRO___RESERVED = 599,
     }
 
     public static class KnxManufacturerInfo
@@ -2291,10 +2292,13 @@ namespace 
org.apache.plc4net.drivers.knxnetip.readwrite.model
                 case KnxManufacturer.M_GUANGDONG_KANWAY: { /* '596' */
                     return 654;
                 }
-                case KnxManufacturer.M_ABB___RESERVED: { /* '597' */
+                case KnxManufacturer.M_PHOENIX_CONTACT_2: { /* '597' */
+                    return 655;
+                }
+                case KnxManufacturer.M_ABB___RESERVED: { /* '598' */
                     return 43954;
                 }
-                case KnxManufacturer.M_BUSCH_JAEGER_ELEKTRO___RESERVED: { /* 
'598' */
+                case KnxManufacturer.M_BUSCH_JAEGER_ELEKTRO___RESERVED: { /* 
'599' */
                     return 43959;
                 }
                 case KnxManufacturer.M_BUSCH_JAEGER_ELEKTRO: { /* '6' */
@@ -4098,10 +4102,13 @@ namespace 
org.apache.plc4net.drivers.knxnetip.readwrite.model
                 case KnxManufacturer.M_GUANGDONG_KANWAY: { /* '596' */
                     return "Guangdong Kanway";
                 }
-                case KnxManufacturer.M_ABB___RESERVED: { /* '597' */
+                case KnxManufacturer.M_PHOENIX_CONTACT_2: { /* '597' */
+                    return "Phoenix Contact";
+                }
+                case KnxManufacturer.M_ABB___RESERVED: { /* '598' */
                     return "ABB - reserved";
                 }
-                case KnxManufacturer.M_BUSCH_JAEGER_ELEKTRO___RESERVED: { /* 
'598' */
+                case KnxManufacturer.M_BUSCH_JAEGER_ELEKTRO___RESERVED: { /* 
'599' */
                     return "Busch-Jaeger Elektro - reserved";
                 }
                 case KnxManufacturer.M_BUSCH_JAEGER_ELEKTRO: { /* '6' */

Reply via email to