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 2023/06/19 16:57:02 UTC

[plc4x] 02/05: feat(plc4go/knx): update vendor

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

commit 9fe80f9cfea910bfffdda124227c48ee9347d51a
Author: Sebastian Rühl <sr...@apache.org>
AuthorDate: Mon Jun 19 18:21:41 2023 +0200

    feat(plc4go/knx): update vendor
---
 .../knxnetip/readwrite/model/KnxManufacturer.go    | 42 +++++++++++++++++++---
 1 file changed, 37 insertions(+), 5 deletions(-)

diff --git a/plc4go/protocols/knxnetip/readwrite/model/KnxManufacturer.go b/plc4go/protocols/knxnetip/readwrite/model/KnxManufacturer.go
index 375fdd0d24..eeba3de6b6 100644
--- a/plc4go/protocols/knxnetip/readwrite/model/KnxManufacturer.go
+++ b/plc4go/protocols/knxnetip/readwrite/model/KnxManufacturer.go
@@ -677,8 +677,10 @@ const (
 	KnxManufacturer_M_PASSIV_ENERGIE_GMBH                                KnxManufacturer = 631
 	KnxManufacturer_M_PAYNE_TECHNOLOGIES_LTD                             KnxManufacturer = 632
 	KnxManufacturer_M_GUANGDONG_YOZEWIT_INTELLIGENT_TECHNOLOGY_CO__LTD_  KnxManufacturer = 633
-	KnxManufacturer_M_ABB___RESERVED                                     KnxManufacturer = 634
-	KnxManufacturer_M_BUSCH_JAEGER_ELEKTRO___RESERVED                    KnxManufacturer = 635
+	KnxManufacturer_M_SEXANKA                                            KnxManufacturer = 634
+	KnxManufacturer_M_SECURI_FLEX_LTD                                    KnxManufacturer = 635
+	KnxManufacturer_M_ABB___RESERVED                                     KnxManufacturer = 636
+	KnxManufacturer_M_BUSCH_JAEGER_ELEKTRO___RESERVED                    KnxManufacturer = 637
 )
 
 var KnxManufacturerValues []KnxManufacturer
@@ -1320,6 +1322,8 @@ func init() {
 		KnxManufacturer_M_PASSIV_ENERGIE_GMBH,
 		KnxManufacturer_M_PAYNE_TECHNOLOGIES_LTD,
 		KnxManufacturer_M_GUANGDONG_YOZEWIT_INTELLIGENT_TECHNOLOGY_CO__LTD_,
+		KnxManufacturer_M_SEXANKA,
+		KnxManufacturer_M_SECURI_FLEX_LTD,
 		KnxManufacturer_M_ABB___RESERVED,
 		KnxManufacturer_M_BUSCH_JAEGER_ELEKTRO___RESERVED,
 	}
@@ -3709,10 +3713,18 @@ func (e KnxManufacturer) Number() uint16 {
 		}
 	case 634:
 		{ /* '634' */
-			return 43954
+			return 691
 		}
 	case 635:
 		{ /* '635' */
+			return 692
+		}
+	case 636:
+		{ /* '636' */
+			return 43954
+		}
+	case 637:
+		{ /* '637' */
 			return 43959
 		}
 	case 64:
@@ -6271,10 +6283,18 @@ func (e KnxManufacturer) Name() string {
 		}
 	case 634:
 		{ /* '634' */
-			return "ABB - reserved"
+			return "SEXANKA"
 		}
 	case 635:
 		{ /* '635' */
+			return "Securi-Flex Ltd"
+		}
+	case 636:
+		{ /* '636' */
+			return "ABB - reserved"
+		}
+	case 637:
+		{ /* '637' */
 			return "Busch-Jaeger Elektro - reserved"
 		}
 	case 64:
@@ -7641,8 +7661,12 @@ func KnxManufacturerByValue(value uint16) (enum KnxManufacturer, ok bool) {
 	case 633:
 		return KnxManufacturer_M_GUANGDONG_YOZEWIT_INTELLIGENT_TECHNOLOGY_CO__LTD_, true
 	case 634:
-		return KnxManufacturer_M_ABB___RESERVED, true
+		return KnxManufacturer_M_SEXANKA, true
 	case 635:
+		return KnxManufacturer_M_SECURI_FLEX_LTD, true
+	case 636:
+		return KnxManufacturer_M_ABB___RESERVED, true
+	case 637:
 		return KnxManufacturer_M_BUSCH_JAEGER_ELEKTRO___RESERVED, true
 	case 64:
 		return KnxManufacturer_M_BISCHOFF_ELEKTRONIK, true
@@ -8918,6 +8942,10 @@ func KnxManufacturerByName(value string) (enum KnxManufacturer, ok bool) {
 		return KnxManufacturer_M_PAYNE_TECHNOLOGIES_LTD, true
 	case "M_GUANGDONG_YOZEWIT_INTELLIGENT_TECHNOLOGY_CO__LTD_":
 		return KnxManufacturer_M_GUANGDONG_YOZEWIT_INTELLIGENT_TECHNOLOGY_CO__LTD_, true
+	case "M_SEXANKA":
+		return KnxManufacturer_M_SEXANKA, true
+	case "M_SECURI_FLEX_LTD":
+		return KnxManufacturer_M_SECURI_FLEX_LTD, true
 	case "M_ABB___RESERVED":
 		return KnxManufacturer_M_ABB___RESERVED, true
 	case "M_BUSCH_JAEGER_ELEKTRO___RESERVED":
@@ -10257,6 +10285,10 @@ func (e KnxManufacturer) PLC4XEnumName() string {
 		return "M_PAYNE_TECHNOLOGIES_LTD"
 	case KnxManufacturer_M_GUANGDONG_YOZEWIT_INTELLIGENT_TECHNOLOGY_CO__LTD_:
 		return "M_GUANGDONG_YOZEWIT_INTELLIGENT_TECHNOLOGY_CO__LTD_"
+	case KnxManufacturer_M_SEXANKA:
+		return "M_SEXANKA"
+	case KnxManufacturer_M_SECURI_FLEX_LTD:
+		return "M_SECURI_FLEX_LTD"
 	case KnxManufacturer_M_ABB___RESERVED:
 		return "M_ABB___RESERVED"
 	case KnxManufacturer_M_BUSCH_JAEGER_ELEKTRO___RESERVED: