Skip to content

Commit 515b62b

Browse files
committed
Fix compilation error
Signed-off-by: Chris Jackson <[email protected]>
1 parent 67721f5 commit 515b62b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

com.zsmartsystems.zigbee.autocode/src/main/resources/0000_Basic.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
<name>Physical Environment</name>
146146
<value code="0x00" name="Unspecified">
147147
</value>
148-
<value code="0x01" name="Atrium">
148+
<value code="0x01" name="Atrium Deprecated">
149149
</value>
150150
<value code="0x02" name="Bar">
151151
</value>

com.zsmartsystems.zigbee/src/main/java/com/zsmartsystems/zigbee/zcl/clusters/basic/PhysicalEnvironmentEnum.java

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* <p>
1818
* Code is auto-generated. Modifications may be overwritten!
1919
*/
20-
@Generated(value = "com.zsmartsystems.zigbee.autocode.ZigBeeCodeGenerator", date = "2024-05-17T10:34:05Z")
20+
@Generated(value = "com.zsmartsystems.zigbee.autocode.ZigBeeCodeGenerator", date = "2024-05-18T06:14:22Z")
2121
public enum PhysicalEnvironmentEnum {
2222

2323
/**
@@ -26,9 +26,9 @@ public enum PhysicalEnvironmentEnum {
2626
UNSPECIFIED(0x0000),
2727

2828
/**
29-
* Atrium, 1, 0x0001
29+
* Atrium Deprecated, 1, 0x0001
3030
*/
31-
ATRIUM(0x0001),
31+
ATRIUM_DEPRECATED(0x0001),
3232

3333
/**
3434
* Bar, 2, 0x0002

0 commit comments

Comments
 (0)