diff --git a/src/io/calimero/DeviceDescriptor.java b/src/io/calimero/DeviceDescriptor.java index 5a7a7039..faf9509e 100644 --- a/src/io/calimero/DeviceDescriptor.java +++ b/src/io/calimero/DeviceDescriptor.java @@ -1,6 +1,6 @@ /* Calimero 2 - A library for KNX network access - Copyright (c) 2015, 2023 B. Malinowsky + Copyright (c) 2015, 2024 B. Malinowsky This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -163,8 +163,9 @@ enum DD0 implements DeviceDescriptor /** */ TYPE_5705(0x5705, "System 7"), // limited to 255 group objects /** */ - TYPE_57B0(0x57B0, "System B IP"); + TYPE_57B0(0x57B0, "System B IP"), + Invalid(0xFFFF, "Invalid"); private final int mv; private final String profile;