Rollershutter item cannot read current state from the HTTP binding.
This was only introduced recently, with the 1.1 version it worked correctly.
Version used: 1.2 RC
If this is added to the http binding, it works ok:
} else if (itemType.isAssignableFrom(RollershutterItem.class)) {
return PercentType.valueOf(transformedResponse);
Original issue reported on code.google.com by tomazh.s...@gmail.com on 14 Apr 2013 at 9:12
Original issue reported on code.google.com by
tomazh.s...@gmail.com
on 14 Apr 2013 at 9:12