Issue #294 has been reported by Philipp Buluschek.
----------------------------------------
Bug #294: Wrong attribute returned
http://zb4o.aaloa.org/redmine/issues/294
Author: Philipp Buluschek
Status: New
Priority: Normal
Assignee:
Category:
Target version:
Has a patch: No
Has license agreement signed: No
In @OccupancySensingImpl@, the attributes returned by getter methods
@getPIROccupiedToUnoccupiedDelay()@ and @getPIRUnoccupiedToOccupiedDelay@ are
reversed.
Is currently:
<pre>
public Attribute getPIROccupiedToUnoccupiedDelay() {
return pirUnoccupiedToOccupiedDelay;
}
public Attribute getPIRUnoccupiedToOccupiedDelay() {
return pirOccupiedToUnoccupiedDelay;
}
</pre>
Should be:
<pre>
public Attribute getPIROccupiedToUnoccupiedDelay() {
return pirOccupiedToUnoccupiedDelay;
}
public Attribute getPIRUnoccupiedToOccupiedDelay() {
return pirUnoccupiedToOccupiedDelay;
}
</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