Skip to content

Commit

Permalink
chore: Updated the KNX vendor ids
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdutz committed Jan 20, 2025
1 parent 7bb8690 commit 1fed1ad
Show file tree
Hide file tree
Showing 4 changed files with 273 additions and 30 deletions.
168 changes: 156 additions & 12 deletions plc4go/protocols/knxnetip/readwrite/model/KnxManufacturer.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 @@ -814,9 +814,22 @@ public enum KnxManufacturer {
(int) 697, (int) 755, (String) "Maxtreen building technology co.,ltd"),
M_HYSINE((int) 698, (int) 756, (String) "Hysine"),
M_SANTAN((int) 699, (int) 757, (String) "SANTAN"),
M_ABB___RESERVED((int) 700, (int) 43954, (String) "ABB - reserved"),
M_HUIXIANGJU_IOT_TECHNOLOGY_SHANGHAI_CO___LTD(
(int) 700, (int) 758, (String) "Huixiangju IoT Technology (Shanghai) Co., Ltd"),
M_SHANGHAI_BENKONG_ELECTRONIC_TECHNOLOGY_CO__LTD(
(int) 701, (int) 759, (String) "Shanghai Benkong Electronic Technology Co.,Ltd"),
M_POLAR_BEAR_DESIGN((int) 702, (int) 760, (String) "Polar Bear Design"),
M_ELESSAN_NV((int) 703, (int) 761, (String) "Elessan NV"),
M_MIR((int) 704, (int) 762, (String) "MIR"),
M_ZHEJIANG_MISILIN_TECHNOLOGY_CO___LTD(
(int) 705, (int) 763, (String) "Zhejiang Misilin Technology Co., Ltd"),
M_LEAX_CONTROLS_CO___LTD_((int) 706, (int) 764, (String) "LEAX CONTROLS CO., LTD."),
M_ALCAD((int) 707, (int) 765, (String) "alcad"),
M_GUANG_DONG_REMAC_SMART_TECHNOLOGY_CO___LTD(
(int) 708, (int) 766, (String) "GUANG DONG REMAC SMART TECHNOLOGY CO., LTD"),
M_ABB___RESERVED((int) 709, (int) 43954, (String) "ABB - reserved"),
M_BUSCH_JAEGER_ELEKTRO___RESERVED(
(int) 701, (int) 43959, (String) "Busch-Jaeger Elektro - reserved");
(int) 710, (int) 43959, (String) "Busch-Jaeger Elektro - reserved");
private static final Map<Integer, KnxManufacturer> map;

static {
Expand Down
Loading

0 comments on commit 1fed1ad

Please sign in to comment.