You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by sr...@apache.org on 2023/06/19 16:57:04 UTC

[plc4x] 04/05: feat(plc4j/bacnet): update vendor

This is an automated email from the ASF dual-hosted git repository.

sruehl pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git

commit fa268e8586075cbe79605af69f445023032049bc
Author: Sebastian Rühl <sr...@apache.org>
AuthorDate: Mon Jun 19 18:51:29 2023 +0200

    feat(plc4j/bacnet): update vendor
---
 .../org/apache/plc4x/java/bacnetip/readwrite/BACnetVendorId.java      | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/plc4j/drivers/bacnet/src/main/generated/org/apache/plc4x/java/bacnetip/readwrite/BACnetVendorId.java b/plc4j/drivers/bacnet/src/main/generated/org/apache/plc4x/java/bacnetip/readwrite/BACnetVendorId.java
index 0e4d894f40..128d8848b5 100644
--- a/plc4j/drivers/bacnet/src/main/generated/org/apache/plc4x/java/bacnetip/readwrite/BACnetVendorId.java
+++ b/plc4j/drivers/bacnet/src/main/generated/org/apache/plc4x/java/bacnetip/readwrite/BACnetVendorId.java
@@ -1632,6 +1632,10 @@ public enum BACnetVendorId {
   UBIQISENSE_APS((int) 1420, (int) 1420, (String) "Ubiqisense ApS"),
   TIGER_SOFT((int) 1421, (int) 1421, (String) "Tiger-Soft"),
   ECODOM_SRL((int) 1422, (int) 1422, (String) "Ecodom Srl"),
+  DOLPHIN_SOLUTIONS_LTD((int) 1425, (int) 1425, (String) "Dolphin Solutions Ltd"),
+  MITSUBISHI_ELECTRIC_CORPORATION(
+      (int) 1426, (int) 1426, (String) "Mitsubishi Electric Corporation"),
+  ECOVENA((int) 1427, (int) 1427, (String) "Ecovena"),
   UNKNOWN_VENDOR((int) 0xFFFF, (int) 0xFFFF, (String) "Unknown");
   private static final Map<Integer, BACnetVendorId> map;