Skip to content

Commit

Permalink
chore: Updated KNX and Bacnet IDs
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdutz committed Aug 25, 2023
1 parent 5a8bf78 commit ea1035e
Show file tree
Hide file tree
Showing 5 changed files with 102 additions and 30 deletions.
46 changes: 31 additions & 15 deletions plc4go/protocols/bacnetip/readwrite/model/BACnetVendorId.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

42 changes: 37 additions & 5 deletions plc4go/protocols/knxnetip/readwrite/model/KnxManufacturer.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ public enum BACnetVendorId {
HITRANSE_TECHNOLOGY_COLTD((int) 281, (int) 281, (String) "Hitranse Technology Co., LTD"),
VIGILENT_CORPORATION((int) 282, (int) 282, (String) "Vigilent Corporation"),
KELE_INC((int) 283, (int) 283, (String) "Kele, Inc."),
OPERA_ELECTRONICS_INC((int) 284, (int) 284, (String) "Opera Electronics, Inc."),
BELIMO_AUTOMATIONAG((int) 284, (int) 284, (String) "BELIMO Automation AG"),
GENTEC((int) 285, (int) 285, (String) "Gentec"),
EMBEDDED_SCIENCE_LABSLLC((int) 286, (int) 286, (String) "Embedded Science Labs, LLC"),
PARKER_HANNIFIN_CORPORATION((int) 287, (int) 287, (String) "Parker Hannifin Corporation"),
Expand Down Expand Up @@ -511,7 +511,7 @@ public enum BACnetVendorId {
INNCOM_INTERNATIONAL_INC((int) 420, (int) 420, (String) "INNCOM International, Inc."),
METZCONNECT_GMBH((int) 421, (int) 421, (String) "METZ CONNECT GmbH"),
GREENTROL_AUTOMATION_INC((int) 422, (int) 422, (String) "Greentrol Automation, Inc"),
BELIMO_AUTOMATIONAG((int) 423, (int) 423, (String) "BELIMO Automation AG"),
BELIMO_AUTOMATIONAG1((int) 423, (int) 423, (String) "BELIMO Automation AG"),
SAMSUNG_HEAVY_INDUSTRIES_CO_LTD(
(int) 424, (int) 424, (String) "Samsung Heavy Industries Co, Ltd"),
TRIACTA_POWER_TECHNOLOGIES_INC((int) 425, (int) 425, (String) "Triacta Power Technologies, Inc."),
Expand Down Expand Up @@ -1653,6 +1653,7 @@ public enum BACnetVendorId {
INTERNATIONAL_GAS_DETECTORS((int) 1437, (int) 1437, (String) "International Gas Detectors"),
ATLAS_COPCO_AIRPOWERNV((int) 1438, (int) 1438, (String) "Atlas Copco Airpower NV"),
AIR_SENTRY_LIMITED((int) 1439, (int) 1439, (String) "Air Sentry Limited"),
AELSYS((int) 1440, (int) 1440, (String) "Aelsys"),
UNKNOWN_VENDOR((int) 0xFFFF, (int) 0xFFFF, (String) "Unknown");
private static final Map<Integer, BACnetVendorId> map;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -736,9 +736,11 @@ public enum KnxManufacturer {
(int) 638, (int) 696, (String) "Shenzhen EastKame Technology Co., Ltd."),
M_BOLATU((int) 639, (int) 697, (String) "BOLATU"),
M_RECBER_KABLO_A_S_((int) 640, (int) 698, (String) "RECBER KABLO A.S."),
M_ABB___RESERVED((int) 641, (int) 43954, (String) "ABB - reserved"),
M_ILITE_KNX((int) 641, (int) 699, (String) "ILite-Knx"),
M_LAZZEN((int) 642, (int) 700, (String) "LAZZEN"),
M_ABB___RESERVED((int) 643, (int) 43954, (String) "ABB - reserved"),
M_BUSCH_JAEGER_ELEKTRO___RESERVED(
(int) 642, (int) 43959, (String) "Busch-Jaeger Elektro - reserved");
(int) 644, (int) 43959, (String) "Busch-Jaeger Elektro - reserved");
private static final Map<Integer, KnxManufacturer> map;

static {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -664,8 +664,11 @@ public enum KnxManufacturer
M_SBR_SYSTEM_TECHNICAL = 637,
M_SHENZHEN_EASTKAME_TECHNOLOGY_CO___LTD_ = 638,
M_BOLATU = 639,
M_ABB___RESERVED = 640,
M_BUSCH_JAEGER_ELEKTRO___RESERVED = 641,
M_RECBER_KABLO_A_S_ = 640,
M_ILITE_KNX = 641,
M_LAZZEN = 642,
M_ABB___RESERVED = 643,
M_BUSCH_JAEGER_ELEKTRO___RESERVED = 644,
}

public static class KnxManufacturerInfo
Expand Down Expand Up @@ -2481,10 +2484,19 @@ public static class KnxManufacturerInfo
case KnxManufacturer.M_BISCHOFF_ELEKTRONIK: { /* '64' */
return 102;
}
case KnxManufacturer.M_ABB___RESERVED: { /* '640' */
case KnxManufacturer.M_RECBER_KABLO_A_S_: { /* '640' */
return 698;
}
case KnxManufacturer.M_ILITE_KNX: { /* '641' */
return 699;
}
case KnxManufacturer.M_LAZZEN: { /* '642' */
return 700;
}
case KnxManufacturer.M_ABB___RESERVED: { /* '643' */
return 43954;
}
case KnxManufacturer.M_BUSCH_JAEGER_ELEKTRO___RESERVED: { /* '641' */
case KnxManufacturer.M_BUSCH_JAEGER_ELEKTRO___RESERVED: { /* '644' */
return 43959;
}
case KnxManufacturer.M_JEPAZ: { /* '65' */
Expand Down Expand Up @@ -4417,10 +4429,19 @@ public static string Name(this KnxManufacturer value)
case KnxManufacturer.M_BISCHOFF_ELEKTRONIK: { /* '64' */
return "Bischoff Elektronik";
}
case KnxManufacturer.M_ABB___RESERVED: { /* '640' */
case KnxManufacturer.M_RECBER_KABLO_A_S_: { /* '640' */
return "RECBER KABLO A.S.";
}
case KnxManufacturer.M_ILITE_KNX: { /* '641' */
return "ILite-Knx";
}
case KnxManufacturer.M_LAZZEN: { /* '642' */
return "LAZZEN";
}
case KnxManufacturer.M_ABB___RESERVED: { /* '643' */
return "ABB - reserved";
}
case KnxManufacturer.M_BUSCH_JAEGER_ELEKTRO___RESERVED: { /* '641' */
case KnxManufacturer.M_BUSCH_JAEGER_ELEKTRO___RESERVED: { /* '644' */
return "Busch-Jaeger Elektro - reserved";
}
case KnxManufacturer.M_JEPAZ: { /* '65' */
Expand Down

0 comments on commit ea1035e

Please sign in to comment.