Skip to content

Commit

Permalink
chore: Updated bacnet vendor ids
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdutz committed Jun 30, 2023
1 parent 188d93a commit 3e87937
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 10 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.

Original file line number Diff line number Diff line change
Expand Up @@ -1635,9 +1635,11 @@ public enum BACnetVendorId {
BILGIPRO_IOT_SYSTEMS((int) 1423, (int) 1423, (String) "Bilgipro IoT Systems"),
PLANSPURNETDESIGN_GMBH((int) 1424, (int) 1424, (String) "planspur netdesign GmbH"),
DOLPHIN_SOLUTIONS_LTD((int) 1425, (int) 1425, (String) "Dolphin Solutions Ltd"),
MITSUBISHI_ELECTRIC_CORPORATION(
(int) 1426, (int) 1426, (String) "Mitsubishi Electric Corporation"),
MITSUBISHI_ELECTRIC_CORPORATION_KOBE_WORKS(
(int) 1426, (int) 1426, (String) "Mitsubishi Electric Corporation, Kobe Works"),
ECOVENA((int) 1427, (int) 1427, (String) "Ecovena"),
GREE_ELECTRIC_APPLIANCES_INCOF_ZHUHAI(
(int) 1428, (int) 1428, (String) "Gree Electric Appliances Inc of Zhuhai"),
UNKNOWN_VENDOR((int) 0xFFFF, (int) 0xFFFF, (String) "Unknown");
private static final Map<Integer, BACnetVendorId> map;

Expand Down

0 comments on commit 3e87937

Please sign in to comment.