Issue #263 has been updated by Stefano Lenzi. Category set to zigbee.zcl.library Status changed from New to Resolved Assignee set to Stefano Lenzi Target version set to org.aaloa.zb4osgi.zigbee.zcl.library-0.9.0
Fixed the issue, pleas close it if you agree on it. ---------------------------------------- Bug #263: Datatype 16-bit enumeration cannot be held in a Byte http://zb4o.aaloa.org/redmine/issues/263#change-679 Author: Philipp Buluschek Status: Resolved Priority: Normal Assignee: Stefano Lenzi Category: zigbee.zcl.library Target version: org.aaloa.zb4osgi.zigbee.zcl.library-0.9.0 Has a patch: No Has license agreement signed: No In ZigBeeType.java Enumeration16bit(0x31, 2, false, Byte.class), should be Enumeration16bit(0x31, 2, false, Integer.class), as Byte cannot hold 16 bits. -- DO NOT ANSWER TO THIS E-MAIL ADDRESS, NO ONE WILL READ IT. PLEASE WRITE TO [email protected] ZigBee 4 OSGi - Redmine E-Mail Notificatioon You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://zb4o.aaloa.org/redmine
_______________________________________________ Dev mailing list [email protected] http://zb4osgi.aaloa.org/mailman/listinfo/dev
