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 Mar 22, 2024
1 parent ddbf5a0 commit 5d4d437
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 16 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 @@ -773,10 +773,10 @@ public enum KnxManufacturer {
M_MUTLUSAN_ELECTRIC((int) 668, (int) 726, (String) "Mutlusan Electric"),
M_HANGZHOU_BROADLINK_TECHNOLOGY_CO__LTD_(
(int) 669, (int) 727, (String) "Hangzhou BroadLink Technology Co.,Ltd."),
M_ABB___RESERVED((int) 670, (int) 43954, (String) "ABB - reserved"),
M_MARLEY_DEUTSCHLAND_GMBH((int) 670, (int) 728, (String) "Marley Deutschland GmbH"),
M_ABB___RESERVED((int) 671, (int) 43954, (String) "ABB - reserved"),
M_BUSCH_JAEGER_ELEKTRO___RESERVED(
(int) 671, (int) 43959, (String) "Busch-Jaeger Elektro - reserved");

(int) 672, (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 @@ -694,8 +694,9 @@ public enum KnxManufacturer
M_SHENZHEN_EASYDETEK_TECHNOLOGY_CO_LTD = 667,
M_MUTLUSAN_ELECTRIC = 668,
M_HANGZHOU_BROADLINK_TECHNOLOGY_CO__LTD_ = 669,
M_ABB___RESERVED = 670,
M_BUSCH_JAEGER_ELEKTRO___RESERVED = 671,
M_MARLEY_DEUTSCHLAND_GMBH = 670,
M_ABB___RESERVED = 671,
M_BUSCH_JAEGER_ELEKTRO___RESERVED = 672,
}

public static class KnxManufacturerInfo
Expand Down Expand Up @@ -2610,10 +2611,13 @@ public static class KnxManufacturerInfo
case KnxManufacturer.M_EIBMARKT_GMBH: { /* '67' */
return 106;
}
case KnxManufacturer.M_ABB___RESERVED: { /* '670' */
case KnxManufacturer.M_MARLEY_DEUTSCHLAND_GMBH: { /* '670' */
return 728;
}
case KnxManufacturer.M_ABB___RESERVED: { /* '671' */
return 43954;
}
case KnxManufacturer.M_BUSCH_JAEGER_ELEKTRO___RESERVED: { /* '671' */
case KnxManufacturer.M_BUSCH_JAEGER_ELEKTRO___RESERVED: { /* '672' */
return 43959;
}
case KnxManufacturer.M_WAREMA_RENKHOFF_SE: { /* '68' */
Expand Down Expand Up @@ -4636,10 +4640,13 @@ public static string Name(this KnxManufacturer value)
case KnxManufacturer.M_EIBMARKT_GMBH: { /* '67' */
return "EIBMARKT GmbH";
}
case KnxManufacturer.M_ABB___RESERVED: { /* '670' */
case KnxManufacturer.M_MARLEY_DEUTSCHLAND_GMBH: { /* '670' */
return "Marley Deutschland GmbH";
}
case KnxManufacturer.M_ABB___RESERVED: { /* '671' */
return "ABB - reserved";
}
case KnxManufacturer.M_BUSCH_JAEGER_ELEKTRO___RESERVED: { /* '671' */
case KnxManufacturer.M_BUSCH_JAEGER_ELEKTRO___RESERVED: { /* '672' */
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 @@ -1418,8 +1418,10 @@
['667' M_SHENZHEN_EASYDETEK_TECHNOLOGY_CO_LTD ['725', '"Shenzhen easydetek technology Co.Ltd"']]
['668' M_MUTLUSAN_ELECTRIC ['726', '"Mutlusan Electric"']]
['669' M_HANGZHOU_BROADLINK_TECHNOLOGY_CO__LTD_ ['727', '"Hangzhou BroadLink Technology Co.,Ltd."']]
['670' M_ABB___RESERVED ['43954', '"ABB - reserved"']]
['671' M_BUSCH_JAEGER_ELEKTRO___RESERVED ['43959', '"Busch-Jaeger Elektro - reserved"']]
['670' M_MARLEY_DEUTSCHLAND_GMBH ['728', '"Marley Deutschland GmbH"']]
['671' M_ABB___RESERVED ['43954', '"ABB - reserved"']]
['672' M_BUSCH_JAEGER_ELEKTRO___RESERVED ['43959', '"Busch-Jaeger Elektro - reserved"']]
]
[dataIo KnxDatapoint(KnxDatapointType datapointType)
Expand Down

0 comments on commit 5d4d437

Please sign in to comment.