Skip to content

Commit

Permalink
feat(bacnet): update vendor
Browse files Browse the repository at this point in the history
  • Loading branch information
sruehl committed Jul 27, 2023
1 parent 20e5c91 commit b7774ae
Show file tree
Hide file tree
Showing 2 changed files with 86 additions and 0 deletions.
80 changes: 80 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 @@ -1644,6 +1644,12 @@ public enum BACnetVendorId {
HANGZHOU_HIKVISION_DIGITAL_TECHNOLOGY_CO_LTD(
(int) 1430, (int) 1430, (String) "Hangzhou Hikvision Digital Technology Co., Ltd."),
CRYSTAL_PEAK_SECURITY((int) 1431, (int) 1431, (String) "Crystal Peak Security"),
PERM_ALERT((int) 1432, (int) 1432, (String) "PermAlert"),
ZHEJIANG_MISILIN_TECHNOLOGY_CO_LTD(
(int) 1433, (int) 1433, (String) "Zhejiang Misilin Technology Co., Ltd."),
DEKKER_VACUUM_TECHNOLOGIES((int) 1434, (int) 1434, (String) "Dekker Vacuum Technologies"),
EDWARDS_LIMITED((int) 1435, (int) 1435, (String) "Edwards Limited"),
LEYBOLD_GMBH((int) 1436, (int) 1436, (String) "Leybold GmbH"),
UNKNOWN_VENDOR((int) 0xFFFF, (int) 0xFFFF, (String) "Unknown");
private static final Map<Integer, BACnetVendorId> map;

Expand Down

0 comments on commit b7774ae

Please sign in to comment.