Skip to content

Commit

Permalink
chore: Update vendor ids
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdutz committed Feb 2, 2024
1 parent ee21b13 commit 881f237
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 15 deletions.
26 changes: 21 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 @@ -763,9 +763,10 @@ public enum KnxManufacturer {
M_FOSHAN_HAYDN_TECHNOLOGY_LIGHTING_CO__LTD_(
(int) 662, (int) 720, (String) "Foshan Haydn Technology Lighting Co.,Ltd."),
M_KNXES_COMPANY_LIMITED((int) 663, (int) 721, (String) "KNXES COMPANY LIMITED"),
M_ABB___RESERVED((int) 664, (int) 43954, (String) "ABB - reserved"),
M_THE_AKUVOX_COMPANY((int) 664, (int) 722, (String) "The Akuvox Company"),
M_ABB___RESERVED((int) 665, (int) 43954, (String) "ABB - reserved"),
M_BUSCH_JAEGER_ELEKTRO___RESERVED(
(int) 665, (int) 43959, (String) "Busch-Jaeger Elektro - reserved");
(int) 666, (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 @@ -688,8 +688,9 @@ public enum KnxManufacturer
M_ARKLYFE = 661,
M_FOSHAN_HAYDN_TECHNOLOGY_LIGHTING_CO__LTD_ = 662,
M_KNXES_COMPANY_LIMITED = 663,
M_ABB___RESERVED = 664,
M_BUSCH_JAEGER_ELEKTRO___RESERVED = 665,
M_THE_AKUVOX_COMPANY = 664,
M_ABB___RESERVED = 665,
M_BUSCH_JAEGER_ELEKTRO___RESERVED = 666,
}

public static class KnxManufacturerInfo
Expand Down Expand Up @@ -2583,10 +2584,13 @@ public static class KnxManufacturerInfo
case KnxManufacturer.M_KNXES_COMPANY_LIMITED: { /* '663' */
return 721;
}
case KnxManufacturer.M_ABB___RESERVED: { /* '664' */
case KnxManufacturer.M_THE_AKUVOX_COMPANY: { /* '664' */
return 722;
}
case KnxManufacturer.M_ABB___RESERVED: { /* '665' */
return 43954;
}
case KnxManufacturer.M_BUSCH_JAEGER_ELEKTRO___RESERVED: { /* '665' */
case KnxManufacturer.M_BUSCH_JAEGER_ELEKTRO___RESERVED: { /* '666' */
return 43959;
}
case KnxManufacturer.M_EIBMARKT_GMBH: { /* '67' */
Expand Down Expand Up @@ -4591,10 +4595,13 @@ public static string Name(this KnxManufacturer value)
case KnxManufacturer.M_KNXES_COMPANY_LIMITED: { /* '663' */
return "KNXES COMPANY LIMITED";
}
case KnxManufacturer.M_ABB___RESERVED: { /* '664' */
case KnxManufacturer.M_THE_AKUVOX_COMPANY: { /* '664' */
return "The Akuvox Company";
}
case KnxManufacturer.M_ABB___RESERVED: { /* '665' */
return "ABB - reserved";
}
case KnxManufacturer.M_BUSCH_JAEGER_ELEKTRO___RESERVED: { /* '665' */
case KnxManufacturer.M_BUSCH_JAEGER_ELEKTRO___RESERVED: { /* '666' */
return "Busch-Jaeger Elektro - reserved";
}
case KnxManufacturer.M_EIBMARKT_GMBH: { /* '67' */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1412,8 +1412,9 @@
['661' M_ARKLYFE ['719', '"Arklyfe"']]
['662' M_FOSHAN_HAYDN_TECHNOLOGY_LIGHTING_CO__LTD_ ['720', '"Foshan Haydn Technology Lighting Co.,Ltd."']]
['663' M_KNXES_COMPANY_LIMITED ['721', '"KNXES COMPANY LIMITED"']]
['664' M_ABB___RESERVED ['43954', '"ABB - reserved"']]
['665' M_BUSCH_JAEGER_ELEKTRO___RESERVED ['43959', '"Busch-Jaeger Elektro - reserved"']]
['664' M_THE_AKUVOX_COMPANY ['722', '"The Akuvox Company"']]
['665' M_ABB___RESERVED ['43954', '"ABB - reserved"']]
['666' M_BUSCH_JAEGER_ELEKTRO___RESERVED ['43959', '"Busch-Jaeger Elektro - reserved"']]
]
Expand Down

0 comments on commit 881f237

Please sign in to comment.