Skip to content

Commit

Permalink
build: Added KNX Manufacturers [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdutz committed Jul 20, 2023
1 parent 06a68f1 commit 866c1c5
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 13 deletions.
42 changes: 37 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 @@ -730,9 +730,11 @@ public enum KnxManufacturer {
(int) 633, (int) 690, (String) "Guangdong Yozewit Intelligent Technology Co.,Ltd."),
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_BOKE((int) 636, (int) 693, (String) "BOKE"),
M_SBR_SMART_CONTROL((int) 637, (int) 695, (String) "SBR Smart Control"),
M_ABB___RESERVED((int) 638, (int) 43954, (String) "ABB - reserved"),
M_BUSCH_JAEGER_ELEKTRO___RESERVED(
(int) 637, (int) 43959, (String) "Busch-Jaeger Elektro - reserved");
(int) 639, (int) 43959, (String) "Busch-Jaeger Elektro - reserved");
private static final Map<Integer, KnxManufacturer> map;

static {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -660,8 +660,10 @@ public enum KnxManufacturer
M_GUANGDONG_YOZEWIT_INTELLIGENT_TECHNOLOGY_CO__LTD_ = 633,
M_SEXANKA = 634,
M_SECURI_FLEX_LTD = 635,
M_ABB___RESERVED = 636,
M_BUSCH_JAEGER_ELEKTRO___RESERVED = 637,
M_BOKE = 636,
M_SBR_SMART_CONTROL = 637,
M_ABB___RESERVED = 638,
M_BUSCH_JAEGER_ELEKTRO___RESERVED = 639,
}

public static class KnxManufacturerInfo
Expand Down Expand Up @@ -2462,10 +2464,16 @@ public static class KnxManufacturerInfo
case KnxManufacturer.M_SECURI_FLEX_LTD: { /* '635' */
return 692;
}
case KnxManufacturer.M_ABB___RESERVED: { /* '636' */
case KnxManufacturer.M_BOKE: { /* '636' */
return 693;
}
case KnxManufacturer.M_SBR_SMART_CONTROL: { /* '637' */
return 695;
}
case KnxManufacturer.M_ABB___RESERVED: { /* '638' */
return 43954;
}
case KnxManufacturer.M_BUSCH_JAEGER_ELEKTRO___RESERVED: { /* '637' */
case KnxManufacturer.M_BUSCH_JAEGER_ELEKTRO___RESERVED: { /* '639' */
return 43959;
}
case KnxManufacturer.M_BISCHOFF_ELEKTRONIK: { /* '64' */
Expand Down Expand Up @@ -4386,10 +4394,16 @@ public static string Name(this KnxManufacturer value)
case KnxManufacturer.M_SECURI_FLEX_LTD: { /* '635' */
return "Securi-Flex Ltd";
}
case KnxManufacturer.M_ABB___RESERVED: { /* '636' */
case KnxManufacturer.M_BOKE: { /* '636' */
return "BOKE";
}
case KnxManufacturer.M_SBR_SMART_CONTROL: { /* '637' */
return "SBR Smart Control";
}
case KnxManufacturer.M_ABB___RESERVED: { /* '638' */
return "ABB - reserved";
}
case KnxManufacturer.M_BUSCH_JAEGER_ELEKTRO___RESERVED: { /* '637' */
case KnxManufacturer.M_BUSCH_JAEGER_ELEKTRO___RESERVED: { /* '639' */
return "Busch-Jaeger Elektro - reserved";
}
case KnxManufacturer.M_BISCHOFF_ELEKTRONIK: { /* '64' */
Expand Down

0 comments on commit 866c1c5

Please sign in to comment.