Skip to content

Commit

Permalink
feat(knx): update vendors
Browse files Browse the repository at this point in the history
  • Loading branch information
sruehl committed Jan 17, 2023
1 parent 4f51eef commit 90e30e3
Showing 1 changed file with 5 additions and 2 deletions.
Expand Up @@ -698,9 +698,12 @@ public enum KnxManufacturer {
M_GAIMEX((int) 605, (int) 664, (String) "Gaimex"),
M_B3_INTERNATIONAL_S_R_L((int) 606, (int) 665, (String) "B3 International S.R.L"),
M_MM_ELECTRO((int) 607, (int) 666, (String) "MM Electro"),
M_ABB___RESERVED((int) 608, (int) 43954, (String) "ABB - reserved"),
M_CASCODA((int) 608, (int) 667, (String) "CASCODA"),
M_XIAMEN_INTRETECH_INC_((int) 609, (int) 668, (String) "Xiamen Intretech Inc."),
M_KILOELEC_TECHNOLOGY((int) 610, (int) 669, (String) "KiloElec Technology"),
M_ABB___RESERVED((int) 611, (int) 43954, (String) "ABB - reserved"),
M_BUSCH_JAEGER_ELEKTRO___RESERVED(
(int) 609, (int) 43959, (String) "Busch-Jaeger Elektro - reserved");
(int) 612, (int) 43959, (String) "Busch-Jaeger Elektro - reserved");
private static final Map<Integer, KnxManufacturer> map;

static {
Expand Down

0 comments on commit 90e30e3

Please sign in to comment.