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 76ca13e979f8f1683a61fbd6ee5c4fda50b4414b Author: Christofer Dutz <[email protected]> AuthorDate: Sun Oct 15 14:45:36 2023 +0200 chore: Added new manufacturers --- .../knxnetip/readwrite/model/KnxManufacturer.go | 26 +++++++++++++++++----- .../knxnetip/readwrite/model/KnxManufacturer.cs | 19 +++++++++++----- 2 files changed, 34 insertions(+), 11 deletions(-) diff --git a/plc4go/protocols/knxnetip/readwrite/model/KnxManufacturer.go b/plc4go/protocols/knxnetip/readwrite/model/KnxManufacturer.go index 1536774635..cce7991d7f 100644 --- a/plc4go/protocols/knxnetip/readwrite/model/KnxManufacturer.go +++ b/plc4go/protocols/knxnetip/readwrite/model/KnxManufacturer.go @@ -688,8 +688,9 @@ const ( KnxManufacturer_M_LAZZEN KnxManufacturer = 642 KnxManufacturer_M_MOX_CONTROL_IT_CHINA_LIMITED KnxManufacturer = 643 KnxManufacturer_M_CLOWIRE KnxManufacturer = 644 - KnxManufacturer_M_ABB___RESERVED KnxManufacturer = 645 - KnxManufacturer_M_BUSCH_JAEGER_ELEKTRO___RESERVED KnxManufacturer = 646 + KnxManufacturer_M_NINGBO_QIYUAN_LIGHTING_TECH_CO__LTD KnxManufacturer = 645 + KnxManufacturer_M_ABB___RESERVED KnxManufacturer = 646 + KnxManufacturer_M_BUSCH_JAEGER_ELEKTRO___RESERVED KnxManufacturer = 647 ) var KnxManufacturerValues []KnxManufacturer @@ -1342,6 +1343,7 @@ func init() { KnxManufacturer_M_LAZZEN, KnxManufacturer_M_MOX_CONTROL_IT_CHINA_LIMITED, KnxManufacturer_M_CLOWIRE, + KnxManufacturer_M_NINGBO_QIYUAN_LIGHTING_TECH_CO__LTD, KnxManufacturer_M_ABB___RESERVED, KnxManufacturer_M_BUSCH_JAEGER_ELEKTRO___RESERVED, } @@ -3779,10 +3781,14 @@ func (e KnxManufacturer) Number() uint16 { } case 645: { /* '645' */ - return 43954 + return 703 } case 646: { /* '646' */ + return 43954 + } + case 647: + { /* '647' */ return 43959 } case 65: @@ -6385,10 +6391,14 @@ func (e KnxManufacturer) Name() string { } case 645: { /* '645' */ - return "ABB - reserved" + return "NINGBO QIYUAN LIGHTING TECH CO.,LTD" } case 646: { /* '646' */ + return "ABB - reserved" + } + case 647: + { /* '647' */ return "Busch-Jaeger Elektro - reserved" } case 65: @@ -7775,8 +7785,10 @@ func KnxManufacturerByValue(value uint16) (enum KnxManufacturer, ok bool) { case 644: return KnxManufacturer_M_CLOWIRE, true case 645: - return KnxManufacturer_M_ABB___RESERVED, true + return KnxManufacturer_M_NINGBO_QIYUAN_LIGHTING_TECH_CO__LTD, true case 646: + return KnxManufacturer_M_ABB___RESERVED, true + case 647: return KnxManufacturer_M_BUSCH_JAEGER_ELEKTRO___RESERVED, true case 65: return KnxManufacturer_M_JEPAZ, true @@ -9074,6 +9086,8 @@ func KnxManufacturerByName(value string) (enum KnxManufacturer, ok bool) { return KnxManufacturer_M_MOX_CONTROL_IT_CHINA_LIMITED, true case "M_CLOWIRE": return KnxManufacturer_M_CLOWIRE, true + case "M_NINGBO_QIYUAN_LIGHTING_TECH_CO__LTD": + return KnxManufacturer_M_NINGBO_QIYUAN_LIGHTING_TECH_CO__LTD, true case "M_ABB___RESERVED": return KnxManufacturer_M_ABB___RESERVED, true case "M_BUSCH_JAEGER_ELEKTRO___RESERVED": @@ -10435,6 +10449,8 @@ func (e KnxManufacturer) PLC4XEnumName() string { return "M_MOX_CONTROL_IT_CHINA_LIMITED" case KnxManufacturer_M_CLOWIRE: return "M_CLOWIRE" + case KnxManufacturer_M_NINGBO_QIYUAN_LIGHTING_TECH_CO__LTD: + return "M_NINGBO_QIYUAN_LIGHTING_TECH_CO__LTD" case KnxManufacturer_M_ABB___RESERVED: return "M_ABB___RESERVED" case KnxManufacturer_M_BUSCH_JAEGER_ELEKTRO___RESERVED: 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 0ab33ee91d..c868f783f3 100644 --- a/plc4net/drivers/knxnetip/src/drivers/knxnetip/readwrite/model/KnxManufacturer.cs +++ b/plc4net/drivers/knxnetip/src/drivers/knxnetip/readwrite/model/KnxManufacturer.cs @@ -669,8 +669,9 @@ namespace org.apache.plc4net.drivers.knxnetip.readwrite.model M_LAZZEN = 642, M_MOX_CONTROL_IT_CHINA_LIMITED = 643, M_CLOWIRE = 644, - M_ABB___RESERVED = 645, - M_BUSCH_JAEGER_ELEKTRO___RESERVED = 646, + M_NINGBO_QIYUAN_LIGHTING_TECH_CO__LTD = 645, + M_ABB___RESERVED = 646, + M_BUSCH_JAEGER_ELEKTRO___RESERVED = 647, } public static class KnxManufacturerInfo @@ -2501,10 +2502,13 @@ namespace org.apache.plc4net.drivers.knxnetip.readwrite.model case KnxManufacturer.M_CLOWIRE: { /* '644' */ return 702; } - case KnxManufacturer.M_ABB___RESERVED: { /* '645' */ + case KnxManufacturer.M_NINGBO_QIYUAN_LIGHTING_TECH_CO__LTD: { /* '645' */ + return 703; + } + case KnxManufacturer.M_ABB___RESERVED: { /* '646' */ return 43954; } - case KnxManufacturer.M_BUSCH_JAEGER_ELEKTRO___RESERVED: { /* '646' */ + case KnxManufacturer.M_BUSCH_JAEGER_ELEKTRO___RESERVED: { /* '647' */ return 43959; } case KnxManufacturer.M_JEPAZ: { /* '65' */ @@ -4452,10 +4456,13 @@ namespace org.apache.plc4net.drivers.knxnetip.readwrite.model case KnxManufacturer.M_CLOWIRE: { /* '644' */ return "CLOWIRE"; } - case KnxManufacturer.M_ABB___RESERVED: { /* '645' */ + case KnxManufacturer.M_NINGBO_QIYUAN_LIGHTING_TECH_CO__LTD: { /* '645' */ + return "NINGBO QIYUAN LIGHTING TECH CO.,LTD"; + } + case KnxManufacturer.M_ABB___RESERVED: { /* '646' */ return "ABB - reserved"; } - case KnxManufacturer.M_BUSCH_JAEGER_ELEKTRO___RESERVED: { /* '646' */ + case KnxManufacturer.M_BUSCH_JAEGER_ELEKTRO___RESERVED: { /* '647' */ return "Busch-Jaeger Elektro - reserved"; } case KnxManufacturer.M_JEPAZ: { /* '65' */
