Skip to content

Commit

Permalink
feat(bacnet): vendor update
Browse files Browse the repository at this point in the history
  • Loading branch information
sruehl committed Feb 15, 2023
1 parent 34ac8a1 commit 5ce69b5
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 35 deletions.
78 changes: 47 additions & 31 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.

Expand Up @@ -32,7 +32,8 @@ public enum BACnetVendorId {
MC_QUAY_INTERNATIONAL((int) 3, (int) 3, (String) "McQuay International"),
POLAR_SOFT((int) 4, (int) 4, (String) "PolarSoft"),
JOHNSON_CONTROLS_INC((int) 5, (int) 5, (String) "Johnson Controls, Inc."),
AMERICAN_AUTO_MATRIX((int) 6, (int) 6, (String) "American Auto-Matrix"),
ABB_FORMERLY_AMERICAN_AUTO_MATRIX(
(int) 6, (int) 6, (String) "ABB (Formerly American Auto-Matrix)"),
SIEMENS_SCHWEIZAG_FORMERLY_LANDIS_STAEFA_DIVISION_EUROPE(
(int) 7, (int) 7, (String) "Siemens Schweiz AG (Formerly: Landis & Staefa Division Europe)"),
DELTA_CONTROLS((int) 8, (int) 8, (String) "Delta Controls"),
Expand Down Expand Up @@ -68,7 +69,7 @@ public enum BACnetVendorId {
NOTIFIER((int) 34, (int) 34, (String) "Notifier"),
RELIABLE_CONTROLS_CORPORATION((int) 35, (int) 35, (String) "Reliable Controls Corporation"),
TRIDIUM_INC((int) 36, (int) 36, (String) "Tridium Inc."),
SIERRA_MONITOR_CORPORATION((int) 37, (int) 37, (String) "Sierra Monitor Corporation"),
MSA_SAFETY((int) 37, (int) 37, (String) "MSA Safety"),
SILICON_ENERGY((int) 38, (int) 38, (String) "Silicon Energy"),
KIEBACK_PETER_GMBH_COKG((int) 39, (int) 39, (String) "Kieback & Peter GmbH & Co KG"),
ANACON_SYSTEMS_INC((int) 40, (int) 40, (String) "Anacon Systems, Inc."),
Expand Down Expand Up @@ -225,7 +226,8 @@ public enum BACnetVendorId {
FUJIIT_CO_LTD((int) 168, (int) 168, (String) "Fuji IT Co., Ltd."),
VACON_PLC((int) 169, (int) 169, (String) "Vacon Plc"),
LEADER_CONTROLS((int) 170, (int) 170, (String) "Leader Controls"),
CYLON_CONTROLS_LTD((int) 171, (int) 171, (String) "Cylon Controls, Ltd."),
ABB_FORMERLY_CYLON_CONTROLS_LTD(
(int) 171, (int) 171, (String) "ABB (Formerly Cylon Controls, Ltd)"),
COMPAS((int) 172, (int) 172, (String) "Compas"),
MITSUBISHI_ELECTRIC_BUILDING_TECHNO_SERVICE_CO_LTD(
(int) 173, (int) 173, (String) "Mitsubishi Electric Building Techno-Service Co., Ltd."),
Expand Down Expand Up @@ -1069,7 +1071,7 @@ public enum BACnetVendorId {
IMI_HYDRONIC_ENGINEERING_INTERNATIONALSA(
(int) 926, (int) 926, (String) "IMI Hydronic Engineering International SA"),
ARIGO_SOFTWARE((int) 927, (int) 927, (String) "ARIGO Software"),
MSA_SAFETY((int) 928, (int) 928, (String) "MSA Safety"),
MSA_SAFETY1((int) 928, (int) 928, (String) "MSA Safety"),
SMART_SOLUCOES_LTDAMERCATO((int) 929, (int) 929, (String) "Smart Solucoes Ltda – MERCATO"),
PIATRA_ENGINEERING((int) 930, (int) 930, (String) "PIATRA Engineering"),
ODIN_AUTOMATION_SYSTEMSLLC((int) 931, (int) 931, (String) "ODIN Automation Systems, LLC"),
Expand Down Expand Up @@ -1612,6 +1614,7 @@ public enum BACnetVendorId {
RISHABH_INSTRUMENTS_LIMITED((int) 1403, (int) 1403, (String) "Rishabh Instruments Limited"),
THING_WAREHOUSELLC((int) 1404, (int) 1404, (String) "Thing Warehouse LLC"),
INNOFRIENDS_GMBH((int) 1405, (int) 1405, (String) "Innofriends GmbH"),
METRONICAKP_SPJ((int) 1406, (int) 1406, (String) "Metronic AKP Sp. J."),
UNKNOWN_VENDOR((int) 0xFFFF, (int) 0xFFFF, (String) "Unknown");
private static final Map<Integer, BACnetVendorId> map;

Expand Down

0 comments on commit 5ce69b5

Please sign in to comment.