Skip to content

Commit

Permalink
chore: Updated vendor ids
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdutz committed Apr 19, 2024
1 parent ec66f21 commit 7800fd1
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 29 deletions.
42 changes: 29 additions & 13 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 @@ -578,7 +578,7 @@ public enum KnxManufacturer {
M_AUTOMATIONPlus((int) 501, (int) 556, (String) "Automation+"),
M_BLUE_AND_RED((int) 502, (int) 557, (String) "blue and red"),
M_FROGBLUE((int) 503, (int) 558, (String) "frogblue"),
M_SAVESOR((int) 504, (int) 559, (String) "SAVESOR"),
M_LUXIO((int) 504, (int) 559, (String) "LUXIO"),
M_APP_TECH((int) 505, (int) 560, (String) "App Tech"),
M_SENSORTEC_AG((int) 506, (int) 561, (String) "sensortec AG"),
M_NYSA_TECHNOLOGY_AND_SOLUTIONS((int) 507, (int) 562, (String) "nysa technology & solutions"),
Expand Down Expand Up @@ -776,9 +776,10 @@ public enum KnxManufacturer {
M_MARLEY_DEUTSCHLAND_GMBH((int) 670, (int) 728, (String) "Marley Deutschland GmbH"),
M_CREATROL((int) 671, (int) 729, (String) "Creatrol"),
M_EUTELSAT((int) 672, (int) 730, (String) "EUTELSAT"),
M_ABB___RESERVED((int) 673, (int) 43954, (String) "ABB - reserved"),
M_TECNIKABEL((int) 673, (int) 731, (String) "TECNIKABEL"),
M_ABB___RESERVED((int) 674, (int) 43954, (String) "ABB - reserved"),
M_BUSCH_JAEGER_ELEKTRO___RESERVED(
(int) 674, (int) 43959, (String) "Busch-Jaeger Elektro - reserved");
(int) 675, (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 @@ -528,7 +528,7 @@ public enum KnxManufacturer
M_AUTOMATIONPlus = 501,
M_BLUE_AND_RED = 502,
M_FROGBLUE = 503,
M_SAVESOR = 504,
M_LUXIO = 504,
M_APP_TECH = 505,
M_SENSORTEC_AG = 506,
M_NYSA_TECHNOLOGY_AND_SOLUTIONS = 507,
Expand Down Expand Up @@ -697,8 +697,9 @@ public enum KnxManufacturer
M_MARLEY_DEUTSCHLAND_GMBH = 670,
M_CREATROL = 671,
M_EUTELSAT = 672,
M_ABB___RESERVED = 673,
M_BUSCH_JAEGER_ELEKTRO___RESERVED = 674,
M_TECNIKABEL = 673,
M_ABB___RESERVED = 674,
M_BUSCH_JAEGER_ELEKTRO___RESERVED = 675,
}

public static class KnxManufacturerInfo
Expand Down Expand Up @@ -2061,7 +2062,7 @@ public static class KnxManufacturerInfo
case KnxManufacturer.M_FROGBLUE: { /* '503' */
return 558;
}
case KnxManufacturer.M_SAVESOR: { /* '504' */
case KnxManufacturer.M_LUXIO: { /* '504' */
return 559;
}
case KnxManufacturer.M_APP_TECH: { /* '505' */
Expand Down Expand Up @@ -2622,10 +2623,13 @@ public static class KnxManufacturerInfo
case KnxManufacturer.M_EUTELSAT: { /* '672' */
return 730;
}
case KnxManufacturer.M_ABB___RESERVED: { /* '673' */
case KnxManufacturer.M_TECNIKABEL: { /* '673' */
return 731;
}
case KnxManufacturer.M_ABB___RESERVED: { /* '674' */
return 43954;
}
case KnxManufacturer.M_BUSCH_JAEGER_ELEKTRO___RESERVED: { /* '674' */
case KnxManufacturer.M_BUSCH_JAEGER_ELEKTRO___RESERVED: { /* '675' */
return 43959;
}
case KnxManufacturer.M_WAREMA_RENKHOFF_SE: { /* '68' */
Expand Down Expand Up @@ -4096,8 +4100,8 @@ public static string Name(this KnxManufacturer value)
case KnxManufacturer.M_FROGBLUE: { /* '503' */
return "frogblue";
}
case KnxManufacturer.M_SAVESOR: { /* '504' */
return "SAVESOR";
case KnxManufacturer.M_LUXIO: { /* '504' */
return "LUXIO";
}
case KnxManufacturer.M_APP_TECH: { /* '505' */
return "App Tech";
Expand Down Expand Up @@ -4657,10 +4661,13 @@ public static string Name(this KnxManufacturer value)
case KnxManufacturer.M_EUTELSAT: { /* '672' */
return "EUTELSAT";
}
case KnxManufacturer.M_ABB___RESERVED: { /* '673' */
case KnxManufacturer.M_TECNIKABEL: { /* '673' */
return "TECNIKABEL";
}
case KnxManufacturer.M_ABB___RESERVED: { /* '674' */
return "ABB - reserved";
}
case KnxManufacturer.M_BUSCH_JAEGER_ELEKTRO___RESERVED: { /* '674' */
case KnxManufacturer.M_BUSCH_JAEGER_ELEKTRO___RESERVED: { /* '675' */
return "Busch-Jaeger Elektro - reserved";
}
case KnxManufacturer.M_WAREMA_RENKHOFF_SE: { /* '68' */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1252,7 +1252,7 @@
['501' M_AUTOMATIONPlus ['556', '"Automation+"']]
['502' M_BLUE_AND_RED ['557', '"blue and red"']]
['503' M_FROGBLUE ['558', '"frogblue"']]
['504' M_SAVESOR ['559', '"SAVESOR"']]
['504' M_LUXIO ['559', '"LUXIO"']]
['505' M_APP_TECH ['560', '"App Tech"']]
['506' M_SENSORTEC_AG ['561', '"sensortec AG"']]
['507' M_NYSA_TECHNOLOGY_AND_SOLUTIONS ['562', '"nysa technology & solutions"']]
Expand Down Expand Up @@ -1421,8 +1421,9 @@
['670' M_MARLEY_DEUTSCHLAND_GMBH ['728', '"Marley Deutschland GmbH"']]
['671' M_CREATROL ['729', '"Creatrol"']]
['672' M_EUTELSAT ['730', '"EUTELSAT"']]
['673' M_ABB___RESERVED ['43954', '"ABB - reserved"']]
['674' M_BUSCH_JAEGER_ELEKTRO___RESERVED ['43959', '"Busch-Jaeger Elektro - reserved"']]
['673' M_TECNIKABEL ['731', '"TECNIKABEL"']]
['674' M_ABB___RESERVED ['43954', '"ABB - reserved"']]
['675' M_BUSCH_JAEGER_ELEKTRO___RESERVED ['43959', '"Busch-Jaeger Elektro - reserved"']]
]
Expand Down

0 comments on commit 7800fd1

Please sign in to comment.