[zb4osgi-changeset] [scm] ZigBee 4 OSGi repository change: r471 - /projects/zb4osgi/sandbox/manlio.bacco/org.aaloa.zb4osgi.zigbee.ha.driver/src/main/java/it/cnr/isti/zigbee/ha/cluster/glue/security_safety/IASZone.java

scm-notify at zb4osgi.aaloa.org scm-notify at zb4osgi.aaloa.org
Mon Sep 24 17:46:31 CEST 2012


Author: manlio.bacco
Date: Mon Sep 24 17:46:31 2012
New Revision: 471

Log:
minor fixes

Modified:
    projects/zb4osgi/sandbox/manlio.bacco/org.aaloa.zb4osgi.zigbee.ha.driver/src/main/java/it/cnr/isti/zigbee/ha/cluster/glue/security_safety/IASZone.java

Modified: projects/zb4osgi/sandbox/manlio.bacco/org.aaloa.zb4osgi.zigbee.ha.driver/src/main/java/it/cnr/isti/zigbee/ha/cluster/glue/security_safety/IASZone.java
==============================================================================
--- projects/zb4osgi/sandbox/manlio.bacco/org.aaloa.zb4osgi.zigbee.ha.driver/src/main/java/it/cnr/isti/zigbee/ha/cluster/glue/security_safety/IASZone.java (original)
+++ projects/zb4osgi/sandbox/manlio.bacco/org.aaloa.zb4osgi.zigbee.ha.driver/src/main/java/it/cnr/isti/zigbee/ha/cluster/glue/security_safety/IASZone.java Mon Sep 24 17:46:31 2012
@@ -41,7 +41,7 @@
 	public Attribute getZoneStatus();
 	public Attribute getIASCIEAddress();
 
-	public ZoneEnrollResponse ZoneEnrollRequest(byte zoneType, byte manufacturerCode) throws ZigBeeHAException;
+	public ZoneEnrollResponse zoneEnrollRequest(short zoneType, int manufacturerCode) throws ZigBeeHAException;
 
 	public boolean addZoneStatusChangeNotificationListener(ZoneStatusChangeNotificationListener listener) throws ZigBeeHAException;
 




More information about the Commit mailing list