Skip to content

Commit

Permalink
feat(bacnet): update vendors
Browse files Browse the repository at this point in the history
  • Loading branch information
sruehl committed Apr 21, 2023
1 parent b303a33 commit faf7dc1
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 0 deletions.
48 changes: 48 additions & 0 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.

Original file line number Diff line number Diff line change
Expand Up @@ -1625,6 +1625,9 @@ public enum BACnetVendorId {
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"),
OLYMPIA_ELECTRONICS((int) 1416, (int) 1416, (String) "Olympia Electronics"),
NORMAL_SOFTWARE_INC((int) 1417, (int) 1417, (String) "Normal Software, Inc."),
ST_ENGINEERING_SOLUTIONJSC((int) 1418, (int) 1418, (String) "ST Engineering Solution JSC"),
UNKNOWN_VENDOR((int) 0xFFFF, (int) 0xFFFF, (String) "Unknown");
private static final Map<Integer, BACnetVendorId> map;

Expand Down

0 comments on commit faf7dc1

Please sign in to comment.