Skip to content

Commit fd21d83

Browse files
committed
chore: updated generated code
1 parent 5aac664 commit fd21d83

File tree

6 files changed

+57
-172
lines changed

6 files changed

+57
-172
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,9 @@ All requirements are retrieved by the build itself
134134

135135
### Building with Docker
136136

137+
Part of the build requires quite a bit of ram.
138+
Before running the Docker build, please ensure that the Docker runtime has at least 12GB of ram available.
139+
137140
If you don't want to bother setting up the environment on your normal system, and you have Docker installed, you can also build everything in a Docker container:
138141

139142
```

plc4go/protocols/knxnetip/readwrite/model/KnxManufacturer.go

Lines changed: 29 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plc4j/drivers/knxnetip/src/main/generated/org/apache/plc4x/java/knxnetip/readwrite/KnxManufacturer.java

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public enum KnxManufacturer {
6363
M_ZUMTOBEL((int) 34, (int) 55, (String) "ZUMTOBEL"),
6464
M_HOLEC_SYSTEMEN((int) 35, (int) 56, (String) "HOLEC Systemen"),
6565
M_PHOENIX_CONTACT((int) 36, (int) 57, (String) "Phoenix Contact"),
66-
M_WAGO_KONTAKTTECHNIK((int) 37, (int) 61, (String) "WAGO Kontakttechnik"),
66+
M_WAGO_GMBH_AND_CO_KG((int) 37, (int) 61, (String) "WAGO GmbH & Co.KG"),
6767
M_KNXPRESSO((int) 38, (int) 62, (String) "knXpresso"),
6868
M_WIELAND_ELECTRIC((int) 39, (int) 66, (String) "Wieland Electric"),
6969
M_HERMANN_KLEINHUIS((int) 40, (int) 67, (String) "Hermann Kleinhuis"),
@@ -843,9 +843,10 @@ public enum KnxManufacturer {
843843
(int) 720, (int) 781, (String) "Micro Tek Srl (F.M.C trade mark)"),
844844
M_ORENDA_ELECTRIC((int) 721, (int) 782, (String) "Orenda Electric"),
845845
M_ERSE_KABLO((int) 722, (int) 783, (String) "ERSE KABLO"),
846-
M_ABB___RESERVED((int) 723, (int) 43954, (String) "ABB - reserved"),
846+
M_PRADO_EUROPE_BV((int) 723, (int) 784, (String) "prado europe bv"),
847+
M_ABB___RESERVED((int) 724, (int) 43954, (String) "ABB - reserved"),
847848
M_BUSCH_JAEGER_ELEKTRO___RESERVED(
848-
(int) 724, (int) 43959, (String) "Busch-Jaeger Elektro - reserved");
849+
(int) 725, (int) 43959, (String) "Busch-Jaeger Elektro - reserved");
849850
private static final Map<Integer, KnxManufacturer> map;
850851

851852
static {

plc4j/drivers/opcua/src/main/generated/org/apache/plc4x/java/opcua/readwrite/ExtensionHeader.java

Lines changed: 0 additions & 143 deletions
This file was deleted.

plc4net/drivers/knxnetip/src/drivers/knxnetip/readwrite/model/KnxManufacturer.cs

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public enum KnxManufacturer
6161
M_ZUMTOBEL = 34,
6262
M_HOLEC_SYSTEMEN = 35,
6363
M_PHOENIX_CONTACT = 36,
64-
M_WAGO_KONTAKTTECHNIK = 37,
64+
M_WAGO_GMBH_AND_CO_KG = 37,
6565
M_KNXPRESSO = 38,
6666
M_WIELAND_ELECTRIC = 39,
6767
M_HERMANN_KLEINHUIS = 40,
@@ -747,8 +747,9 @@ public enum KnxManufacturer
747747
M_MICRO_TEK_SRL_F_M_C_TRADE_MARK = 720,
748748
M_ORENDA_ELECTRIC = 721,
749749
M_ERSE_KABLO = 722,
750-
M_ABB___RESERVED = 723,
751-
M_BUSCH_JAEGER_ELEKTRO___RESERVED = 724,
750+
M_PRADO_EUROPE_BV = 723,
751+
M_ABB___RESERVED = 724,
752+
M_BUSCH_JAEGER_ELEKTRO___RESERVED = 725,
752753
}
753754

754755
public static class KnxManufacturerInfo
@@ -1661,7 +1662,7 @@ public static class KnxManufacturerInfo
16611662
case KnxManufacturer.M_UBEE_INTERACTIVE_EUROPE: { /* '369' */
16621663
return 420;
16631664
}
1664-
case KnxManufacturer.M_WAGO_KONTAKTTECHNIK: { /* '37' */
1665+
case KnxManufacturer.M_WAGO_GMBH_AND_CO_KG: { /* '37' */
16651666
return 61;
16661667
}
16671668
case KnxManufacturer.M_REXEL: { /* '370' */
@@ -2840,10 +2841,13 @@ public static class KnxManufacturerInfo
28402841
case KnxManufacturer.M_ERSE_KABLO: { /* '722' */
28412842
return 783;
28422843
}
2843-
case KnxManufacturer.M_ABB___RESERVED: { /* '723' */
2844+
case KnxManufacturer.M_PRADO_EUROPE_BV: { /* '723' */
2845+
return 784;
2846+
}
2847+
case KnxManufacturer.M_ABB___RESERVED: { /* '724' */
28442848
return 43954;
28452849
}
2846-
case KnxManufacturer.M_BUSCH_JAEGER_ELEKTRO___RESERVED: { /* '724' */
2850+
case KnxManufacturer.M_BUSCH_JAEGER_ELEKTRO___RESERVED: { /* '725' */
28472851
return 43959;
28482852
}
28492853
case KnxManufacturer.M_AGFEO: { /* '73' */
@@ -3846,8 +3850,8 @@ public static string Name(this KnxManufacturer value)
38463850
case KnxManufacturer.M_UBEE_INTERACTIVE_EUROPE: { /* '369' */
38473851
return "Ubee Interactive Europe";
38483852
}
3849-
case KnxManufacturer.M_WAGO_KONTAKTTECHNIK: { /* '37' */
3850-
return "WAGO Kontakttechnik";
3853+
case KnxManufacturer.M_WAGO_GMBH_AND_CO_KG: { /* '37' */
3854+
return "WAGO GmbH & Co.KG";
38513855
}
38523856
case KnxManufacturer.M_REXEL: { /* '370' */
38533857
return "Rexel";
@@ -5025,10 +5029,13 @@ public static string Name(this KnxManufacturer value)
50255029
case KnxManufacturer.M_ERSE_KABLO: { /* '722' */
50265030
return "ERSE KABLO";
50275031
}
5028-
case KnxManufacturer.M_ABB___RESERVED: { /* '723' */
5032+
case KnxManufacturer.M_PRADO_EUROPE_BV: { /* '723' */
5033+
return "prado europe bv";
5034+
}
5035+
case KnxManufacturer.M_ABB___RESERVED: { /* '724' */
50295036
return "ABB - reserved";
50305037
}
5031-
case KnxManufacturer.M_BUSCH_JAEGER_ELEKTRO___RESERVED: { /* '724' */
5038+
case KnxManufacturer.M_BUSCH_JAEGER_ELEKTRO___RESERVED: { /* '725' */
50325039
return "Busch-Jaeger Elektro - reserved";
50335040
}
50345041
case KnxManufacturer.M_AGFEO: { /* '73' */

0 commit comments

Comments
 (0)