You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2022/09/18 17:29:45 UTC

[plc4x] 02/02: chore(knx): Added new manufacturer

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

cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git

commit ba006ef55617f2ff3fcc7a7ae07a6fb34a32228b
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Sun Sep 18 19:29:27 2022 +0200

    chore(knx): Added new manufacturer
---
 .../knxnetip/readwrite/model/KnxManufacturer.go    | 40 +++++++++++++++-------
 .../knxnetip/readwrite/model/KnxManufacturer.cs    | 27 +++++++++------
 2 files changed, 45 insertions(+), 22 deletions(-)

diff --git a/plc4go/protocols/knxnetip/readwrite/model/KnxManufacturer.go b/plc4go/protocols/knxnetip/readwrite/model/KnxManufacturer.go
index bdd105ba1..9050d1663 100644
--- a/plc4go/protocols/knxnetip/readwrite/model/KnxManufacturer.go
+++ b/plc4go/protocols/knxnetip/readwrite/model/KnxManufacturer.go
@@ -634,8 +634,9 @@ const (
 	KnxManufacturer_M_ZHEJIANG_MOORGEN_INTELLIGENT_TECHNOLOGY_CO___LTD   KnxManufacturer = 595
 	KnxManufacturer_M_GUANGDONG_KANWAY                                   KnxManufacturer = 596
 	KnxManufacturer_M_PHOENIX_CONTACT_2                                  KnxManufacturer = 597
-	KnxManufacturer_M_ABB___RESERVED                                     KnxManufacturer = 598
-	KnxManufacturer_M_BUSCH_JAEGER_ELEKTRO___RESERVED                    KnxManufacturer = 599
+	KnxManufacturer_M_RAMIREZ_ENGINEERING_GMBH                           KnxManufacturer = 598
+	KnxManufacturer_M_ABB___RESERVED                                     KnxManufacturer = 599
+	KnxManufacturer_M_BUSCH_JAEGER_ELEKTRO___RESERVED                    KnxManufacturer = 600
 )
 
 var KnxManufacturerValues []KnxManufacturer
@@ -1241,6 +1242,7 @@ func init() {
 		KnxManufacturer_M_ZHEJIANG_MOORGEN_INTELLIGENT_TECHNOLOGY_CO___LTD,
 		KnxManufacturer_M_GUANGDONG_KANWAY,
 		KnxManufacturer_M_PHOENIX_CONTACT_2,
+		KnxManufacturer_M_RAMIREZ_ENGINEERING_GMBH,
 		KnxManufacturer_M_ABB___RESERVED,
 		KnxManufacturer_M_BUSCH_JAEGER_ELEKTRO___RESERVED,
 	}
@@ -3466,11 +3468,11 @@ func (e KnxManufacturer) Number() uint16 {
 		}
 	case 598:
 		{ /* '598' */
-			return 43954
+			return 656
 		}
 	case 599:
 		{ /* '599' */
-			return 43959
+			return 43954
 		}
 	case 6:
 		{ /* '6' */
@@ -3480,6 +3482,10 @@ func (e KnxManufacturer) Number() uint16 {
 		{ /* '60' */
 			return 99
 		}
+	case 600:
+		{ /* '600' */
+			return 43959
+		}
 	case 61:
 		{ /* '61' */
 			return 100
@@ -5884,11 +5890,11 @@ func (e KnxManufacturer) Name() string {
 		}
 	case 598:
 		{ /* '598' */
-			return "ABB - reserved"
+			return "RAMIREZ Engineering GmbH"
 		}
 	case 599:
 		{ /* '599' */
-			return "Busch-Jaeger Elektro - reserved"
+			return "ABB - reserved"
 		}
 	case 6:
 		{ /* '6' */
@@ -5898,6 +5904,10 @@ func (e KnxManufacturer) Name() string {
 		{ /* '60' */
 			return "Techem"
 		}
+	case 600:
+		{ /* '600' */
+			return "Busch-Jaeger Elektro - reserved"
+		}
 	case 61:
 		{ /* '61' */
 			return "Schneider Electric Industries SAS"
@@ -7192,13 +7202,15 @@ func KnxManufacturerByValue(value uint16) (enum KnxManufacturer, ok bool) {
 	case 597:
 		return KnxManufacturer_M_PHOENIX_CONTACT_2, true
 	case 598:
-		return KnxManufacturer_M_ABB___RESERVED, true
+		return KnxManufacturer_M_RAMIREZ_ENGINEERING_GMBH, true
 	case 599:
-		return KnxManufacturer_M_BUSCH_JAEGER_ELEKTRO___RESERVED, true
+		return KnxManufacturer_M_ABB___RESERVED, true
 	case 6:
 		return KnxManufacturer_M_BUSCH_JAEGER_ELEKTRO, true
 	case 60:
 		return KnxManufacturer_M_TECHEM, true
+	case 600:
+		return KnxManufacturer_M_BUSCH_JAEGER_ELEKTRO___RESERVED, true
 	case 61:
 		return KnxManufacturer_M_SCHNEIDER_ELECTRIC_INDUSTRIES_SAS, true
 	case 62:
@@ -8397,14 +8409,16 @@ func KnxManufacturerByName(value string) (enum KnxManufacturer, ok bool) {
 		return KnxManufacturer_M_GUANGDONG_KANWAY, true
 	case "M_PHOENIX_CONTACT_2":
 		return KnxManufacturer_M_PHOENIX_CONTACT_2, true
+	case "M_RAMIREZ_ENGINEERING_GMBH":
+		return KnxManufacturer_M_RAMIREZ_ENGINEERING_GMBH, true
 	case "M_ABB___RESERVED":
 		return KnxManufacturer_M_ABB___RESERVED, true
-	case "M_BUSCH_JAEGER_ELEKTRO___RESERVED":
-		return KnxManufacturer_M_BUSCH_JAEGER_ELEKTRO___RESERVED, true
 	case "M_BUSCH_JAEGER_ELEKTRO":
 		return KnxManufacturer_M_BUSCH_JAEGER_ELEKTRO, true
 	case "M_TECHEM":
 		return KnxManufacturer_M_TECHEM, true
+	case "M_BUSCH_JAEGER_ELEKTRO___RESERVED":
+		return KnxManufacturer_M_BUSCH_JAEGER_ELEKTRO___RESERVED, true
 	case "M_SCHNEIDER_ELECTRIC_INDUSTRIES_SAS":
 		return KnxManufacturer_M_SCHNEIDER_ELECTRIC_INDUSTRIES_SAS, true
 	case "M_WHD_WILHELM_HUBER_Plus_SOEHNE":
@@ -9648,14 +9662,16 @@ func (e KnxManufacturer) PLC4XEnumName() string {
 		return "M_GUANGDONG_KANWAY"
 	case KnxManufacturer_M_PHOENIX_CONTACT_2:
 		return "M_PHOENIX_CONTACT_2"
+	case KnxManufacturer_M_RAMIREZ_ENGINEERING_GMBH:
+		return "M_RAMIREZ_ENGINEERING_GMBH"
 	case KnxManufacturer_M_ABB___RESERVED:
 		return "M_ABB___RESERVED"
-	case KnxManufacturer_M_BUSCH_JAEGER_ELEKTRO___RESERVED:
-		return "M_BUSCH_JAEGER_ELEKTRO___RESERVED"
 	case KnxManufacturer_M_BUSCH_JAEGER_ELEKTRO:
 		return "M_BUSCH_JAEGER_ELEKTRO"
 	case KnxManufacturer_M_TECHEM:
 		return "M_TECHEM"
+	case KnxManufacturer_M_BUSCH_JAEGER_ELEKTRO___RESERVED:
+		return "M_BUSCH_JAEGER_ELEKTRO___RESERVED"
 	case KnxManufacturer_M_SCHNEIDER_ELECTRIC_INDUSTRIES_SAS:
 		return "M_SCHNEIDER_ELECTRIC_INDUSTRIES_SAS"
 	case KnxManufacturer_M_WHD_WILHELM_HUBER_Plus_SOEHNE:
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 aba6083c4..ae91c3575 100644
--- a/plc4net/drivers/knxnetip/src/drivers/knxnetip/readwrite/model/KnxManufacturer.cs
+++ b/plc4net/drivers/knxnetip/src/drivers/knxnetip/readwrite/model/KnxManufacturer.cs
@@ -622,8 +622,9 @@ namespace org.apache.plc4net.drivers.knxnetip.readwrite.model
         M_ZHEJIANG_MOORGEN_INTELLIGENT_TECHNOLOGY_CO___LTD = 595,
         M_GUANGDONG_KANWAY = 596,
         M_PHOENIX_CONTACT_2 = 597,
-        M_ABB___RESERVED = 598,
-        M_BUSCH_JAEGER_ELEKTRO___RESERVED = 599,
+        M_RAMIREZ_ENGINEERING_GMBH = 598,
+        M_ABB___RESERVED = 599,
+        M_BUSCH_JAEGER_ELEKTRO___RESERVED = 600,
     }
 
     public static class KnxManufacturerInfo
@@ -2295,11 +2296,11 @@ namespace org.apache.plc4net.drivers.knxnetip.readwrite.model
                 case KnxManufacturer.M_PHOENIX_CONTACT_2: { /* '597' */
                     return 655;
                 }
-                case KnxManufacturer.M_ABB___RESERVED: { /* '598' */
-                    return 43954;
+                case KnxManufacturer.M_RAMIREZ_ENGINEERING_GMBH: { /* '598' */
+                    return 656;
                 }
-                case KnxManufacturer.M_BUSCH_JAEGER_ELEKTRO___RESERVED: { /* '599' */
-                    return 43959;
+                case KnxManufacturer.M_ABB___RESERVED: { /* '599' */
+                    return 43954;
                 }
                 case KnxManufacturer.M_BUSCH_JAEGER_ELEKTRO: { /* '6' */
                     return 7;
@@ -2307,6 +2308,9 @@ namespace org.apache.plc4net.drivers.knxnetip.readwrite.model
                 case KnxManufacturer.M_TECHEM: { /* '60' */
                     return 99;
                 }
+                case KnxManufacturer.M_BUSCH_JAEGER_ELEKTRO___RESERVED: { /* '600' */
+                    return 43959;
+                }
                 case KnxManufacturer.M_SCHNEIDER_ELECTRIC_INDUSTRIES_SAS: { /* '61' */
                     return 100;
                 }
@@ -4105,11 +4109,11 @@ namespace org.apache.plc4net.drivers.knxnetip.readwrite.model
                 case KnxManufacturer.M_PHOENIX_CONTACT_2: { /* '597' */
                     return "Phoenix Contact";
                 }
-                case KnxManufacturer.M_ABB___RESERVED: { /* '598' */
-                    return "ABB - reserved";
+                case KnxManufacturer.M_RAMIREZ_ENGINEERING_GMBH: { /* '598' */
+                    return "RAMIREZ Engineering GmbH";
                 }
-                case KnxManufacturer.M_BUSCH_JAEGER_ELEKTRO___RESERVED: { /* '599' */
-                    return "Busch-Jaeger Elektro - reserved";
+                case KnxManufacturer.M_ABB___RESERVED: { /* '599' */
+                    return "ABB - reserved";
                 }
                 case KnxManufacturer.M_BUSCH_JAEGER_ELEKTRO: { /* '6' */
                     return "Busch-Jaeger Elektro";
@@ -4117,6 +4121,9 @@ namespace org.apache.plc4net.drivers.knxnetip.readwrite.model
                 case KnxManufacturer.M_TECHEM: { /* '60' */
                     return "Techem";
                 }
+                case KnxManufacturer.M_BUSCH_JAEGER_ELEKTRO___RESERVED: { /* '600' */
+                    return "Busch-Jaeger Elektro - reserved";
+                }
                 case KnxManufacturer.M_SCHNEIDER_ELECTRIC_INDUSTRIES_SAS: { /* '61' */
                     return "Schneider Electric Industries SAS";
                 }