[zb4osgi-changeset] [scm] ZigBee 4 OSGi repository change: r487 - /projects/zb4osgi/sandbox/manlio.bacco/org.aaloa.zb4osgi.zigbee.zcl.library/src/main/java/it/cnr/isti/zigbee/zcl/library/impl/attribute/Attributes.java

scm-notify at zb4osgi.aaloa.org scm-notify at zb4osgi.aaloa.org
Mon Sep 24 17:58:38 CEST 2012


Author: manlio.bacco
Date: Mon Sep 24 17:58:38 2012
New Revision: 487

Log:
new attributes

Modified:
    projects/zb4osgi/sandbox/manlio.bacco/org.aaloa.zb4osgi.zigbee.zcl.library/src/main/java/it/cnr/isti/zigbee/zcl/library/impl/attribute/Attributes.java

Modified: projects/zb4osgi/sandbox/manlio.bacco/org.aaloa.zb4osgi.zigbee.zcl.library/src/main/java/it/cnr/isti/zigbee/zcl/library/impl/attribute/Attributes.java
==============================================================================
--- projects/zb4osgi/sandbox/manlio.bacco/org.aaloa.zb4osgi.zigbee.zcl.library/src/main/java/it/cnr/isti/zigbee/zcl/library/impl/attribute/Attributes.java (original)
+++ projects/zb4osgi/sandbox/manlio.bacco/org.aaloa.zb4osgi.zigbee.zcl.library/src/main/java/it/cnr/isti/zigbee/zcl/library/impl/attribute/Attributes.java Mon Sep 24 17:58:38 2012
@@ -531,7 +531,7 @@
 	final static public   AttributeDescriptor MIN_MEASURED_VALUE_UNSIGNED_16_BIT = new AbstractAttribute()
 	.setId(0x0001)
 	.setName("MinMeasuredValue")
-	.setReportable(false)
+	.setReportable(true)
 	.setType(ZigBeeType.UnsignedInteger16bit.getJavaClass())
 	.setZigBeeType(ZigBeeType.UnsignedInteger16bit)
 	.setWritable(false);
@@ -539,7 +539,7 @@
 	final static public   AttributeDescriptor MAX_MEASURED_VALUE_UNSIGNED_16_BIT = new AbstractAttribute()
 	.setId(0x0002)
 	.setName("MaxMeasuredValue")
-	.setReportable(false)
+	.setReportable(true)
 	.setType(ZigBeeType.UnsignedInteger16bit.getJavaClass())
 	.setZigBeeType(ZigBeeType.UnsignedInteger16bit)
 	.setWritable(false);
@@ -547,7 +547,7 @@
 	final static public   AttributeDescriptor TOLERANCE = new AbstractAttribute()
 	.setId(0x0003)
 	.setName("Tolerance")
-	.setReportable(true)
+	.setReportable(false)
 	.setType(ZigBeeType.UnsignedInteger16bit.getJavaClass())
 	.setZigBeeType(ZigBeeType.UnsignedInteger16bit)
 	.setWritable(false);
@@ -587,7 +587,7 @@
 	final static public   AttributeDescriptor ZONE_STATUS = new AbstractAttribute()
 	.setId(0x0002)
 	.setName("ZoneStatus")
-	.setReportable(false)
+	.setReportable(true)
 	.setType(ZigBeeType.Enumeration16bit.getJavaClass())
 	.setZigBeeType(ZigBeeType.Enumeration16bit)
 	.setWritable(false);




More information about the Commit mailing list