Skip to content

Commit

Permalink
feat(plc4j/knx): update vendor
Browse files Browse the repository at this point in the history
  • Loading branch information
sruehl committed Jun 19, 2023
1 parent 9fe80f9 commit 50184f6
Showing 1 changed file with 4 additions and 2 deletions.
Expand Up @@ -728,9 +728,11 @@ public enum KnxManufacturer {
M_PAYNE_TECHNOLOGIES_LTD((int) 632, (int) 689, (String) "Payne Technologies Ltd"),
M_GUANGDONG_YOZEWIT_INTELLIGENT_TECHNOLOGY_CO__LTD_(
(int) 633, (int) 690, (String) "Guangdong Yozewit Intelligent Technology Co.,Ltd."),
M_ABB___RESERVED((int) 634, (int) 43954, (String) "ABB - reserved"),
M_SEXANKA((int) 634, (int) 691, (String) "SEXANKA"),
M_SECURI_FLEX_LTD((int) 635, (int) 692, (String) "Securi-Flex Ltd"),
M_ABB___RESERVED((int) 636, (int) 43954, (String) "ABB - reserved"),
M_BUSCH_JAEGER_ELEKTRO___RESERVED(
(int) 635, (int) 43959, (String) "Busch-Jaeger Elektro - reserved");
(int) 637, (int) 43959, (String) "Busch-Jaeger Elektro - reserved");
private static final Map<Integer, KnxManufacturer> map;

static {
Expand Down

0 comments on commit 50184f6

Please sign in to comment.