Skip to content

Commit

Permalink
feat(knx): update vendors
Browse files Browse the repository at this point in the history
  • Loading branch information
sruehl committed Aug 9, 2023
1 parent 3ac65c0 commit 39ff22f
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 7 deletions.
26 changes: 21 additions & 5 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 @@ -735,9 +735,10 @@ public enum KnxManufacturer {
M_SHENZHEN_EASTKAME_TECHNOLOGY_CO___LTD_(
(int) 638, (int) 696, (String) "Shenzhen EastKame Technology Co., Ltd."),
M_BOLATU((int) 639, (int) 697, (String) "BOLATU"),
M_ABB___RESERVED((int) 640, (int) 43954, (String) "ABB - reserved"),
M_RECBER_KABLO_A_S_((int) 640, (int) 698, (String) "RECBER KABLO A.S."),
M_ABB___RESERVED((int) 641, (int) 43954, (String) "ABB - reserved"),
M_BUSCH_JAEGER_ELEKTRO___RESERVED(
(int) 641, (int) 43959, (String) "Busch-Jaeger Elektro - reserved");
(int) 642, (int) 43959, (String) "Busch-Jaeger Elektro - reserved");
private static final Map<Integer, KnxManufacturer> map;

static {
Expand Down

0 comments on commit 39ff22f

Please sign in to comment.