Issue #283 has been updated by Stefano Lenzi.

Category set to zigbee.zcl.library
Status changed from New to In Progress
Assignee set to Stefano Lenzi
Priority changed from Normal to Low
Target version set to org.aaloa.zb4osgi.zigbee.zcl.library-0.9.0

At the moment it is not used at all in the code, but considering that we are 
using a byte[] then the data should arrived in the proper order. Otherwise we 
should change byte[] to int and the serialize and deserialize the data. I would 
prefer the switch to int because it is clearer for the developers. 

What do you think?
----------------------------------------
Bug #283: Manufacturer ID must be sent in reverse byte order
http://zb4o.aaloa.org/redmine/issues/283#change-730

Author: Philipp  Buluschek
Status: In Progress
Priority: Low
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 @ZCLHeaderImpl@, the manufacturer ID must be sent in reverse byte order. 
<pre>
private byte[] createHeader(){
  ...
  newHeader[1] = manufacturerId[1];
  newHeader[2] = manufacturerId[0];
  ...
}
</pre>


-- 
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

Reply via email to