Skip to content

Commit

Permalink
feat(plc4j): update vendors
Browse files Browse the repository at this point in the history
  • Loading branch information
sruehl committed Apr 19, 2023
1 parent 9dddc04 commit af61985
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -716,9 +716,10 @@ public enum KnxManufacturer {
M_BITS_AND_BYTES((int) 622, (int) 679, (String) "Bits & Bytes"),
M_KFV_SIEGENIA_GRUPPE((int) 623, (int) 680, (String) "KFV (SIEGENIA GRUPPE)"),
M_SYMCON((int) 624, (int) 681, (String) "Symcon"),
M_ABB___RESERVED((int) 625, (int) 43954, (String) "ABB - reserved"),
M_I_TRUST((int) 625, (int) 682, (String) "I.Trust"),
M_ABB___RESERVED((int) 626, (int) 43954, (String) "ABB - reserved"),
M_BUSCH_JAEGER_ELEKTRO___RESERVED(
(int) 626, (int) 43959, (String) "Busch-Jaeger Elektro - reserved");
(int) 627, (int) 43959, (String) "Busch-Jaeger Elektro - reserved");
private static final Map<Integer, KnxManufacturer> map;

static {
Expand Down

0 comments on commit af61985

Please sign in to comment.