You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by sr...@apache.org on 2022/08/19 16:38:14 UTC

[plc4x] branch develop updated: chore(plc4go/knxnetip): update manufacturer

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

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


The following commit(s) were added to refs/heads/develop by this push:
     new e88889c1f chore(plc4go/knxnetip): update manufacturer
e88889c1f is described below

commit e88889c1f41c12905a77df02652f45871d603c57
Author: Sebastian Rühl <sr...@apache.org>
AuthorDate: Fri Aug 19 18:38:07 2022 +0200

    chore(plc4go/knxnetip): update manufacturer
---
 .../knxnetip/readwrite/model/KnxManufacturer.go    | 26 +++++++++++++++++-----
 1 file changed, 21 insertions(+), 5 deletions(-)

diff --git a/plc4go/protocols/knxnetip/readwrite/model/KnxManufacturer.go b/plc4go/protocols/knxnetip/readwrite/model/KnxManufacturer.go
index eba4ce85f..b2e4e5467 100644
--- a/plc4go/protocols/knxnetip/readwrite/model/KnxManufacturer.go
+++ b/plc4go/protocols/knxnetip/readwrite/model/KnxManufacturer.go
@@ -633,8 +633,9 @@ const (
 	KnxManufacturer_M_SHANGHAI_LEWIN_INTELLIGENT_TECHNOLOGY_CO__LTD_     KnxManufacturer = 593
 	KnxManufacturer_M_KG_POWER                                           KnxManufacturer = 594
 	KnxManufacturer_M_ZHEJIANG_MOORGEN_INTELLIGENT_TECHNOLOGY_CO___LTD   KnxManufacturer = 595
-	KnxManufacturer_M_ABB___RESERVED                                     KnxManufacturer = 596
-	KnxManufacturer_M_BUSCH_JAEGER_ELEKTRO___RESERVED                    KnxManufacturer = 597
+	KnxManufacturer_M_GUANGDONG_KANWAY                                   KnxManufacturer = 596
+	KnxManufacturer_M_ABB___RESERVED                                     KnxManufacturer = 597
+	KnxManufacturer_M_BUSCH_JAEGER_ELEKTRO___RESERVED                    KnxManufacturer = 598
 )
 
 var KnxManufacturerValues []KnxManufacturer
@@ -1238,6 +1239,7 @@ func init() {
 		KnxManufacturer_M_SHANGHAI_LEWIN_INTELLIGENT_TECHNOLOGY_CO__LTD_,
 		KnxManufacturer_M_KG_POWER,
 		KnxManufacturer_M_ZHEJIANG_MOORGEN_INTELLIGENT_TECHNOLOGY_CO___LTD,
+		KnxManufacturer_M_GUANGDONG_KANWAY,
 		KnxManufacturer_M_ABB___RESERVED,
 		KnxManufacturer_M_BUSCH_JAEGER_ELEKTRO___RESERVED,
 	}
@@ -3455,10 +3457,14 @@ func (e KnxManufacturer) Number() uint16 {
 		}
 	case 596:
 		{ /* '596' */
-			return 43954
+			return 654
 		}
 	case 597:
 		{ /* '597' */
+			return 43954
+		}
+	case 598:
+		{ /* '598' */
 			return 43959
 		}
 	case 6:
@@ -5865,10 +5871,14 @@ func (e KnxManufacturer) Name() string {
 		}
 	case 596:
 		{ /* '596' */
-			return "ABB - reserved"
+			return "Guangdong Kanway"
 		}
 	case 597:
 		{ /* '597' */
+			return "ABB - reserved"
+		}
+	case 598:
+		{ /* '598' */
 			return "Busch-Jaeger Elektro - reserved"
 		}
 	case 6:
@@ -7169,8 +7179,10 @@ func KnxManufacturerByValue(value uint16) (enum KnxManufacturer, ok bool) {
 	case 595:
 		return KnxManufacturer_M_ZHEJIANG_MOORGEN_INTELLIGENT_TECHNOLOGY_CO___LTD, true
 	case 596:
-		return KnxManufacturer_M_ABB___RESERVED, true
+		return KnxManufacturer_M_GUANGDONG_KANWAY, true
 	case 597:
+		return KnxManufacturer_M_ABB___RESERVED, true
+	case 598:
 		return KnxManufacturer_M_BUSCH_JAEGER_ELEKTRO___RESERVED, true
 	case 6:
 		return KnxManufacturer_M_BUSCH_JAEGER_ELEKTRO, true
@@ -8370,6 +8382,8 @@ func KnxManufacturerByName(value string) (enum KnxManufacturer, ok bool) {
 		return KnxManufacturer_M_KG_POWER, true
 	case "M_ZHEJIANG_MOORGEN_INTELLIGENT_TECHNOLOGY_CO___LTD":
 		return KnxManufacturer_M_ZHEJIANG_MOORGEN_INTELLIGENT_TECHNOLOGY_CO___LTD, true
+	case "M_GUANGDONG_KANWAY":
+		return KnxManufacturer_M_GUANGDONG_KANWAY, true
 	case "M_ABB___RESERVED":
 		return KnxManufacturer_M_ABB___RESERVED, true
 	case "M_BUSCH_JAEGER_ELEKTRO___RESERVED":
@@ -9617,6 +9631,8 @@ func (e KnxManufacturer) PLC4XEnumName() string {
 		return "M_KG_POWER"
 	case KnxManufacturer_M_ZHEJIANG_MOORGEN_INTELLIGENT_TECHNOLOGY_CO___LTD:
 		return "M_ZHEJIANG_MOORGEN_INTELLIGENT_TECHNOLOGY_CO___LTD"
+	case KnxManufacturer_M_GUANGDONG_KANWAY:
+		return "M_GUANGDONG_KANWAY"
 	case KnxManufacturer_M_ABB___RESERVED:
 		return "M_ABB___RESERVED"
 	case KnxManufacturer_M_BUSCH_JAEGER_ELEKTRO___RESERVED: