Skip to content

Commit

Permalink
Add invalid DD0
Browse files Browse the repository at this point in the history
  • Loading branch information
bmalinowsky committed Feb 8, 2024
1 parent d3d7e53 commit edf68b6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/io/calimero/DeviceDescriptor.java
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit edf68b6

Please sign in to comment.