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 13, 2023
1 parent 33f08a3 commit d8c332f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1622,6 +1622,9 @@ public enum BACnetVendorId {
CALIBRATION_TECHNOLOGIES_INC((int) 1410, (int) 1410, (String) "Calibration Technologies, Inc."),
ALLORADO((int) 1411, (int) 1411, (String) "Allorado"),
VERKADA((int) 1412, (int) 1412, (String) "Verkada"),
WATTSENSE((int) 1413, (int) 1413, (String) "Wattsense"),
EMERSON_AUTOMATION_SOLUTIONS((int) 1414, (int) 1414, (String) "Emerson Automation Solutions"),
GROWLINK((int) 1415, (int) 1415, (String) "Growlink"),
UNKNOWN_VENDOR((int) 0xFFFF, (int) 0xFFFF, (String) "Unknown");
private static final Map<Integer, BACnetVendorId> map;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -715,9 +715,10 @@ public enum KnxManufacturer {
(int) 621, (int) 678, (String) "Raylogic Control Systems Pvt Ltd"),
M_BITS_AND_BYTES((int) 622, (int) 679, (String) "Bits & Bytes"),
M_KFV_SIEGENIA_GRUPPE((int) 623, (int) 680, (String) "KFV (SIEGENIA GRUPPE)"),
M_ABB___RESERVED((int) 624, (int) 43954, (String) "ABB - reserved"),
M_SYMCON((int) 624, (int) 681, (String) "Symcon"),
M_ABB___RESERVED((int) 625, (int) 43954, (String) "ABB - reserved"),
M_BUSCH_JAEGER_ELEKTRO___RESERVED(
(int) 625, (int) 43959, (String) "Busch-Jaeger Elektro - reserved");
(int) 626, (int) 43959, (String) "Busch-Jaeger Elektro - reserved");
private static final Map<Integer, KnxManufacturer> map;

static {
Expand Down

0 comments on commit d8c332f

Please sign in to comment.