Skip to content

Commit

Permalink
build: Added Bacnet Vendor Ids [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdutz committed Jul 20, 2023
1 parent 866c1c5 commit 924d0f8
Show file tree
Hide file tree
Showing 2 changed files with 52 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 @@ -1640,6 +1640,10 @@ public enum BACnetVendorId {
ECOVENA((int) 1427, (int) 1427, (String) "Ecovena"),
GREE_ELECTRIC_APPLIANCES_INCOF_ZHUHAI(
(int) 1428, (int) 1428, (String) "Gree Electric Appliances Inc of Zhuhai"),
CONSPEC_CONTROLS((int) 1429, (int) 1429, (String) "Conspec Controls"),
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"),
UNKNOWN_VENDOR((int) 0xFFFF, (int) 0xFFFF, (String) "Unknown");
private static final Map<Integer, BACnetVendorId> map;

Expand Down

0 comments on commit 924d0f8

Please sign in to comment.