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 2021/08/08 09:19:59 UTC

[plc4x] 02/02: - Added a new knx 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 8d537f9a106579911ea8c3b072a2596584efa5fe
Author: cdutz <ch...@c-ware.de>
AuthorDate: Sun Aug 8 11:19:48 2021 +0200

    - Added a new knx manufacturer
---
 .../knxnetip/readwrite/model/KnxManufacturer.go    | 26 +++++++++++++++++-----
 1 file changed, 21 insertions(+), 5 deletions(-)

diff --git a/plc4go/internal/plc4go/knxnetip/readwrite/model/KnxManufacturer.go b/plc4go/internal/plc4go/knxnetip/readwrite/model/KnxManufacturer.go
index f135acf..4081db8 100644
--- a/plc4go/internal/plc4go/knxnetip/readwrite/model/KnxManufacturer.go
+++ b/plc4go/internal/plc4go/knxnetip/readwrite/model/KnxManufacturer.go
@@ -595,8 +595,9 @@ const (
 	KnxManufacturer_M_ALTEN_SW_GMBH                                      KnxManufacturer = 557
 	KnxManufacturer_M_V_Y_C_SRL                                          KnxManufacturer = 558
 	KnxManufacturer_M_TERMINUS_GROUP                                     KnxManufacturer = 559
-	KnxManufacturer_M_ABB___RESERVED                                     KnxManufacturer = 560
-	KnxManufacturer_M_BUSCH_JAEGER_ELEKTRO___RESERVED                    KnxManufacturer = 561
+	KnxManufacturer_M_WONDERFUL_CITY_TECHNOLOGY                          KnxManufacturer = 560
+	KnxManufacturer_M_ABB___RESERVED                                     KnxManufacturer = 561
+	KnxManufacturer_M_BUSCH_JAEGER_ELEKTRO___RESERVED                    KnxManufacturer = 562
 )
 
 var KnxManufacturerValues []KnxManufacturer
@@ -1164,6 +1165,7 @@ func init() {
 		KnxManufacturer_M_ALTEN_SW_GMBH,
 		KnxManufacturer_M_V_Y_C_SRL,
 		KnxManufacturer_M_TERMINUS_GROUP,
+		KnxManufacturer_M_WONDERFUL_CITY_TECHNOLOGY,
 		KnxManufacturer_M_ABB___RESERVED,
 		KnxManufacturer_M_BUSCH_JAEGER_ELEKTRO___RESERVED,
 	}
@@ -3225,10 +3227,14 @@ func (e KnxManufacturer) Number() uint16 {
 		}
 	case 560:
 		{ /* '560' */
-			return 43954
+			return 617
 		}
 	case 561:
 		{ /* '561' */
+			return 43954
+		}
+	case 562:
+		{ /* '562' */
 			return 43959
 		}
 	case 57:
@@ -5491,10 +5497,14 @@ func (e KnxManufacturer) Name() string {
 		}
 	case 560:
 		{ /* '560' */
-			return "ABB - reserved"
+			return "Wonderful City Technology"
 		}
 	case 561:
 		{ /* '561' */
+			return "ABB - reserved"
+		}
+	case 562:
+		{ /* '562' */
 			return "Busch-Jaeger Elektro - reserved"
 		}
 	case 57:
@@ -6729,8 +6739,10 @@ func KnxManufacturerByValue(value uint16) KnxManufacturer {
 	case 56:
 		return KnxManufacturer_M_WALTHER_WERKE
 	case 560:
-		return KnxManufacturer_M_ABB___RESERVED
+		return KnxManufacturer_M_WONDERFUL_CITY_TECHNOLOGY
 	case 561:
+		return KnxManufacturer_M_ABB___RESERVED
+	case 562:
 		return KnxManufacturer_M_BUSCH_JAEGER_ELEKTRO___RESERVED
 	case 57:
 		return KnxManufacturer_M_ORAS
@@ -7858,6 +7870,8 @@ func KnxManufacturerByName(value string) KnxManufacturer {
 		return KnxManufacturer_M_TERMINUS_GROUP
 	case "M_WALTHER_WERKE":
 		return KnxManufacturer_M_WALTHER_WERKE
+	case "M_WONDERFUL_CITY_TECHNOLOGY":
+		return KnxManufacturer_M_WONDERFUL_CITY_TECHNOLOGY
 	case "M_ABB___RESERVED":
 		return KnxManufacturer_M_ABB___RESERVED
 	case "M_BUSCH_JAEGER_ELEKTRO___RESERVED":
@@ -9018,6 +9032,8 @@ func (e KnxManufacturer) name() string {
 		return "M_TERMINUS_GROUP"
 	case KnxManufacturer_M_WALTHER_WERKE:
 		return "M_WALTHER_WERKE"
+	case KnxManufacturer_M_WONDERFUL_CITY_TECHNOLOGY:
+		return "M_WONDERFUL_CITY_TECHNOLOGY"
 	case KnxManufacturer_M_ABB___RESERVED:
 		return "M_ABB___RESERVED"
 	case KnxManufacturer_M_BUSCH_JAEGER_ELEKTRO___RESERVED: