[zb4osgi-changeset] [scm] ZigBee 4 OSGi repository change: r575 - /projects/zb4osgi/trunk/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
Tue Oct 30 08:15:09 CET 2012


Author: stefano.lenzi
Date: Tue Oct 30 08:15:09 2012
New Revision: 575

Log:
Fixing typo ( fixes #166, refs #163 )


Modified:
    projects/zb4osgi/trunk/zigbee.zcl.library/src/main/java/it/cnr/isti/zigbee/zcl/library/impl/attribute/Attributes.java

Modified: projects/zb4osgi/trunk/zigbee.zcl.library/src/main/java/it/cnr/isti/zigbee/zcl/library/impl/attribute/Attributes.java
==============================================================================
--- projects/zb4osgi/trunk/zigbee.zcl.library/src/main/java/it/cnr/isti/zigbee/zcl/library/impl/attribute/Attributes.java (original)
+++ projects/zb4osgi/trunk/zigbee.zcl.library/src/main/java/it/cnr/isti/zigbee/zcl/library/impl/attribute/Attributes.java Tue Oct 30 08:15:09 2012
@@ -315,7 +315,7 @@
 	
 	final static public   AttributeDescriptor BATTERY_MANUFACTURER = new AbstractAttribute()
 	.setId(0x0030)
-	.setName("BatteryManufaturer")
+	.setName("BatteryManufacturer")
 	.setReportable(false)
 	.setType(ZigBeeType.CharacterString.getJavaClass())
 	.setZigBeeType(ZigBeeType.CharacterString)
@@ -475,7 +475,7 @@
 
 	final static public   AttributeDescriptor ON_OFF_TRANSATION_TIME = new AbstractAttribute()
 	.setId(0x0010)
-	.setName("OnOffTRansationTime")
+	.setName("OnOffTransationTime")
 	.setReportable(false)
 	.setType(ZigBeeType.UnsignedInteger16bit.getJavaClass())
 	.setZigBeeType(ZigBeeType.UnsignedInteger16bit)




More information about the Commit mailing list