Skip to content

Commit

Permalink
chore: Updated the knx mspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdutz committed Nov 9, 2023
1 parent 2a1c680 commit 3385970
Show file tree
Hide file tree
Showing 3 changed files with 87 additions and 38 deletions.
72 changes: 52 additions & 20 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 @@ -531,8 +531,8 @@ public enum KnxManufacturer {
M_OSRAM((int) 464, (int) 519, (String) "OSRAM"),
M_LEBENOR((int) 465, (int) 520, (String) "Lebenor"),
M_AUTOMANENG((int) 466, (int) 521, (String) "automaneng"),
M_HONEYWELL_AUTOMATION_SOLUTION_CONTROLCHINA(
(int) 467, (int) 522, (String) "Honeywell Automation Solution control(China)"),
M_HONEYWELL_AUTOMATION_CONTROL_SOLUTIONSCHINACOLTD(
(int) 467, (int) 522, (String) "Honeywell Automation Control Solutions(China)CoLtd"),
M_HANGZHOU_BINTHEN_INTELLIGENCE_TECHNOLOGY_CO__LTD(
(int) 468, (int) 523, (String) "Hangzhou binthen Intelligence Technology Co.,Ltd"),
M_ETA_HEIZTECHNIK((int) 469, (int) 524, (String) "ETA Heiztechnik"),
Expand Down Expand Up @@ -744,9 +744,12 @@ public enum KnxManufacturer {
(int) 645, (int) 703, (String) "NINGBO QIYUAN LIGHTING TECH CO.,LTD"),
M_NS_TOUCH((int) 646, (int) 704, (String) "NS Touch"),
M_ROOMIO((int) 647, (int) 705, (String) "ROOMIO"),
M_ABB___RESERVED((int) 648, (int) 43954, (String) "ABB - reserved"),
M_ATOUCH((int) 648, (int) 706, (String) "Atouch"),
M_PANASONIC_LIFE_SOLUTIONS_INDIA_PVT__LTD(
(int) 649, (int) 707, (String) "Panasonic Life Solutions India Pvt. Ltd"),
M_ABB___RESERVED((int) 650, (int) 43954, (String) "ABB - reserved"),
M_BUSCH_JAEGER_ELEKTRO___RESERVED(
(int) 649, (int) 43959, (String) "Busch-Jaeger Elektro - reserved");
(int) 651, (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 @@ -491,7 +491,7 @@ public enum KnxManufacturer
M_OSRAM = 464,
M_LEBENOR = 465,
M_AUTOMANENG = 466,
M_HONEYWELL_AUTOMATION_SOLUTION_CONTROLCHINA = 467,
M_HONEYWELL_AUTOMATION_CONTROL_SOLUTIONSCHINACOLTD = 467,
M_HANGZHOU_BINTHEN_INTELLIGENCE_TECHNOLOGY_CO__LTD = 468,
M_ETA_HEIZTECHNIK = 469,
M_DIVUS_GMBH = 470,
Expand Down Expand Up @@ -672,8 +672,10 @@ public enum KnxManufacturer
M_NINGBO_QIYUAN_LIGHTING_TECH_CO__LTD = 645,
M_NS_TOUCH = 646,
M_ROOMIO = 647,
M_ABB___RESERVED = 648,
M_BUSCH_JAEGER_ELEKTRO___RESERVED = 649,
M_ATOUCH = 648,
M_PANASONIC_LIFE_SOLUTIONS_INDIA_PVT__LTD = 649,
M_ABB___RESERVED = 650,
M_BUSCH_JAEGER_ELEKTRO___RESERVED = 651,
}

public static class KnxManufacturerInfo
Expand Down Expand Up @@ -1910,7 +1912,7 @@ public static class KnxManufacturerInfo
case KnxManufacturer.M_AUTOMANENG: { /* '466' */
return 521;
}
case KnxManufacturer.M_HONEYWELL_AUTOMATION_SOLUTION_CONTROLCHINA: { /* '467' */
case KnxManufacturer.M_HONEYWELL_AUTOMATION_CONTROL_SOLUTIONSCHINACOLTD: { /* '467' */
return 522;
}
case KnxManufacturer.M_HANGZHOU_BINTHEN_INTELLIGENCE_TECHNOLOGY_CO__LTD: { /* '468' */
Expand Down Expand Up @@ -2513,15 +2515,21 @@ public static class KnxManufacturerInfo
case KnxManufacturer.M_ROOMIO: { /* '647' */
return 705;
}
case KnxManufacturer.M_ABB___RESERVED: { /* '648' */
return 43954;
case KnxManufacturer.M_ATOUCH: { /* '648' */
return 706;
}
case KnxManufacturer.M_BUSCH_JAEGER_ELEKTRO___RESERVED: { /* '649' */
return 43959;
case KnxManufacturer.M_PANASONIC_LIFE_SOLUTIONS_INDIA_PVT__LTD: { /* '649' */
return 707;
}
case KnxManufacturer.M_JEPAZ: { /* '65' */
return 104;
}
case KnxManufacturer.M_ABB___RESERVED: { /* '650' */
return 43954;
}
case KnxManufacturer.M_BUSCH_JAEGER_ELEKTRO___RESERVED: { /* '651' */
return 43959;
}
case KnxManufacturer.M_RTS_AUTOMATION: { /* '66' */
return 105;
}
Expand Down Expand Up @@ -3870,8 +3878,8 @@ public static string Name(this KnxManufacturer value)
case KnxManufacturer.M_AUTOMANENG: { /* '466' */
return "automaneng";
}
case KnxManufacturer.M_HONEYWELL_AUTOMATION_SOLUTION_CONTROLCHINA: { /* '467' */
return "Honeywell Automation Solution control(China)";
case KnxManufacturer.M_HONEYWELL_AUTOMATION_CONTROL_SOLUTIONSCHINACOLTD: { /* '467' */
return "Honeywell Automation Control Solutions(China)CoLtd";
}
case KnxManufacturer.M_HANGZHOU_BINTHEN_INTELLIGENCE_TECHNOLOGY_CO__LTD: { /* '468' */
return "Hangzhou binthen Intelligence Technology Co.,Ltd";
Expand Down Expand Up @@ -4473,15 +4481,21 @@ public static string Name(this KnxManufacturer value)
case KnxManufacturer.M_ROOMIO: { /* '647' */
return "ROOMIO";
}
case KnxManufacturer.M_ABB___RESERVED: { /* '648' */
return "ABB - reserved";
case KnxManufacturer.M_ATOUCH: { /* '648' */
return "Atouch";
}
case KnxManufacturer.M_BUSCH_JAEGER_ELEKTRO___RESERVED: { /* '649' */
return "Busch-Jaeger Elektro - reserved";
case KnxManufacturer.M_PANASONIC_LIFE_SOLUTIONS_INDIA_PVT__LTD: { /* '649' */
return "Panasonic Life Solutions India Pvt. Ltd";
}
case KnxManufacturer.M_JEPAZ: { /* '65' */
return "JEPAZ";
}
case KnxManufacturer.M_ABB___RESERVED: { /* '650' */
return "ABB - reserved";
}
case KnxManufacturer.M_BUSCH_JAEGER_ELEKTRO___RESERVED: { /* '651' */
return "Busch-Jaeger Elektro - reserved";
}
case KnxManufacturer.M_RTS_AUTOMATION: { /* '66' */
return "RTS Automation";
}
Expand Down

0 comments on commit 3385970

Please sign in to comment.