[zb4osgi-changeset] [scm] ZigBee 4 OSGi repository change: r485 - /projects/zb4osgi/sandbox/manlio.bacco/org.aaloa.zb4osgi.zigbee.zcl.library/src/main/java/it/cnr/isti/zigbee/zcl/library/api/security_safety/IASZone.java

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


Author: manlio.bacco
Date: Mon Sep 24 17:58:04 2012
New Revision: 485

Log:
new cluster

Modified:
    projects/zb4osgi/sandbox/manlio.bacco/org.aaloa.zb4osgi.zigbee.zcl.library/src/main/java/it/cnr/isti/zigbee/zcl/library/api/security_safety/IASZone.java

Modified: projects/zb4osgi/sandbox/manlio.bacco/org.aaloa.zb4osgi.zigbee.zcl.library/src/main/java/it/cnr/isti/zigbee/zcl/library/api/security_safety/IASZone.java
==============================================================================
--- projects/zb4osgi/sandbox/manlio.bacco/org.aaloa.zb4osgi.zigbee.zcl.library/src/main/java/it/cnr/isti/zigbee/zcl/library/api/security_safety/IASZone.java (original)
+++ projects/zb4osgi/sandbox/manlio.bacco/org.aaloa.zb4osgi.zigbee.zcl.library/src/main/java/it/cnr/isti/zigbee/zcl/library/api/security_safety/IASZone.java Mon Sep 24 17:58:04 2012
@@ -54,7 +54,7 @@
 	public Attribute getAttributeIASCIEAddress();
 
 	// commands generated
-	public Response ZoneStatusChangeNotification(byte zoneStatus, byte extendedStatus) throws ZigBeeClusterException;
+	public Response ZoneStatusChangeNotification(short zoneStatus, byte extendedStatus) throws ZigBeeClusterException;
 
-	public ZoneEnrollResponse ZoneEnrollRequest(byte zoneType, byte manufacturerCode) throws ZigBeeClusterException;
+	public ZoneEnrollResponse ZoneEnrollRequest(short zoneType, int manufacturerCode) throws ZigBeeClusterException;
 }




More information about the Commit mailing list