Skip to content

Commit 4ccc406

Browse files
committed
chore: Updated the BACNet, OPC-UA and KNX dynamically generated types.
1 parent 33651d8 commit 4ccc406

1 file changed

Lines changed: 17 additions & 10 deletions

File tree

plc4net/drivers/knxnetip/src/drivers/knxnetip/readwrite/model/KnxManufacturer.cs

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -823,8 +823,9 @@ public enum KnxManufacturer
823823
M_ITQAN_SMART = 795,
824824
M_YUNCH = 796,
825825
M_LUMI_VIETNAM = 797,
826-
M_ABB___RESERVED = 798,
827-
M_BUSCH_JAEGER_ELEKTRO___RESERVED = 799,
826+
M_ARCOLA_AI_LIMITED = 798,
827+
M_ABB___RESERVED = 799,
828+
M_BUSCH_JAEGER_ELEKTRO___RESERVED = 800,
828829
}
829830

830831
public static class KnxManufacturerInfo
@@ -3162,18 +3163,21 @@ public static class KnxManufacturerInfo
31623163
case KnxManufacturer.M_LUMI_VIETNAM: { /* '797' */
31633164
return 858;
31643165
}
3165-
case KnxManufacturer.M_ABB___RESERVED: { /* '798' */
3166-
return 43954;
3166+
case KnxManufacturer.M_ARCOLA_AI_LIMITED: { /* '798' */
3167+
return 859;
31673168
}
3168-
case KnxManufacturer.M_BUSCH_JAEGER_ELEKTRO___RESERVED: { /* '799' */
3169-
return 43959;
3169+
case KnxManufacturer.M_ABB___RESERVED: { /* '799' */
3170+
return 43954;
31703171
}
31713172
case KnxManufacturer.M_HAGER_ELECTRO: { /* '8' */
31723173
return 9;
31733174
}
31743175
case KnxManufacturer.M_INTESIS: { /* '80' */
31753176
return 119;
31763177
}
3178+
case KnxManufacturer.M_BUSCH_JAEGER_ELEKTRO___RESERVED: { /* '800' */
3179+
return 43959;
3180+
}
31773181
case KnxManufacturer.M_HERHOLDT_CONTROLS_SRL: { /* '81' */
31783182
return 120;
31793183
}
@@ -5572,18 +5576,21 @@ public static string Name(this KnxManufacturer value)
55725576
case KnxManufacturer.M_LUMI_VIETNAM: { /* '797' */
55735577
return "Lumi Vietnam";
55745578
}
5575-
case KnxManufacturer.M_ABB___RESERVED: { /* '798' */
5576-
return "ABB - reserved";
5579+
case KnxManufacturer.M_ARCOLA_AI_LIMITED: { /* '798' */
5580+
return "Arcola AI Limited";
55775581
}
5578-
case KnxManufacturer.M_BUSCH_JAEGER_ELEKTRO___RESERVED: { /* '799' */
5579-
return "Busch-Jaeger Elektro - reserved";
5582+
case KnxManufacturer.M_ABB___RESERVED: { /* '799' */
5583+
return "ABB - reserved";
55805584
}
55815585
case KnxManufacturer.M_HAGER_ELECTRO: { /* '8' */
55825586
return "Hager Electro";
55835587
}
55845588
case KnxManufacturer.M_INTESIS: { /* '80' */
55855589
return "Intesis";
55865590
}
5591+
case KnxManufacturer.M_BUSCH_JAEGER_ELEKTRO___RESERVED: { /* '800' */
5592+
return "Busch-Jaeger Elektro - reserved";
5593+
}
55875594
case KnxManufacturer.M_HERHOLDT_CONTROLS_SRL: { /* '81' */
55885595
return "Herholdt Controls srl";
55895596
}

0 commit comments

Comments
 (0)