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 Jan 17, 2023
1 parent f02c4c5 commit 4f51eef
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -1604,6 +1604,9 @@ public enum BACnetVendorId {
EM_FIRST_CO_LTD((int) 1393, (int) 1393, (String) "EmFirst Co. Ltd."),
IION_SYSTEMS_APS((int) 1394, (int) 1394, (String) "Iion Systems ApS"),
SAF_TEHNIKAJSC((int) 1396, (int) 1396, (String) "SAF Tehnika JSC"),
KOMFORTIQ_INC((int) 1397, (int) 1397, (String) "Komfort IQ, Inc."),
COOL_TERA_LIMITED((int) 1398, (int) 1398, (String) "CoolTera Limited"),
HADRON_SOLUTIONS_SRLS((int) 1399, (int) 1399, (String) "Hadron Solutions S.r.l.s"),
UNKNOWN_VENDOR((int) 0xFFFF, (int) 0xFFFF, (String) "Unknown");
private static final Map<Integer, BACnetVendorId> map;

Expand Down

0 comments on commit 4f51eef

Please sign in to comment.