Skip to content

Commit

Permalink
feat: update manufacturers
Browse files Browse the repository at this point in the history
  • Loading branch information
sruehl committed May 11, 2023
1 parent 680b618 commit 13920f0
Show file tree
Hide file tree
Showing 4 changed files with 68 additions and 17 deletions.
32 changes: 24 additions & 8 deletions plc4go/protocols/bacnetip/readwrite/model/BACnetVendorId.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

42 changes: 37 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.

Expand Up @@ -1445,8 +1445,8 @@ public enum BACnetVendorId {
BEN_PEOPLES_INDUSTRIESLLC((int) 1257, (int) 1257, (String) "Ben Peoples Industries, LLC"),
UNICOMM_SPZOO((int) 1258, (int) 1258, (String) "UNICOMM Sp. z o.o"),
THING_TECHNOLOGIES_GMBH((int) 1259, (int) 1259, (String) "Thing Technologies GmbH"),
BEIJING_HAI_LIN_ENERGY_SAVING_TECHNOLOGY_INC(
(int) 1260, (int) 1260, (String) "Beijing HaiLin Energy Saving Technology, Inc."),
BEIJING_HAILIN_CONTROL_TECHNOLOGY_INC(
(int) 1260, (int) 1260, (String) "Beijing Hailin Control Technology, Inc."),
DIGITAL_REALTY((int) 1261, (int) 1261, (String) "Digital Realty"),
AGROWTEK_INC((int) 1262, (int) 1262, (String) "Agrowtek Inc."),
DSP_INNOVATIONBV((int) 1263, (int) 1263, (String) "DSP Innovation BV"),
Expand Down Expand Up @@ -1631,6 +1631,7 @@ public enum BACnetVendorId {
INDUSTRIAL_FLOW_SOLUTIONS((int) 1419, (int) 1419, (String) "Industrial Flow Solutions"),
UBIQISENSE_APS((int) 1420, (int) 1420, (String) "Ubiqisense ApS"),
TIGER_SOFT((int) 1421, (int) 1421, (String) "Tiger-Soft"),
ECODOM_SRL((int) 1422, (int) 1422, (String) "Ecodom Srl"),
UNKNOWN_VENDOR((int) 0xFFFF, (int) 0xFFFF, (String) "Unknown");
private static final Map<Integer, BACnetVendorId> map;

Expand Down
Expand Up @@ -717,9 +717,11 @@ public enum KnxManufacturer {
M_KFV_SIEGENIA_GRUPPE((int) 623, (int) 680, (String) "KFV (SIEGENIA GRUPPE)"),
M_SYMCON((int) 624, (int) 681, (String) "Symcon"),
M_I_TRUST((int) 625, (int) 682, (String) "I.Trust"),
M_ABB___RESERVED((int) 626, (int) 43954, (String) "ABB - reserved"),
M_DRD_TECHNICS((int) 626, (int) 683, (String) "DRD-Technics"),
M_LENGEN((int) 627, (int) 684, (String) "LENGEN"),
M_ABB___RESERVED((int) 628, (int) 43954, (String) "ABB - reserved"),
M_BUSCH_JAEGER_ELEKTRO___RESERVED(
(int) 627, (int) 43959, (String) "Busch-Jaeger Elektro - reserved");
(int) 629, (int) 43959, (String) "Busch-Jaeger Elektro - reserved");
private static final Map<Integer, KnxManufacturer> map;

static {
Expand Down

0 comments on commit 13920f0

Please sign in to comment.