Ole8700 / openhab

Automatically exported from code.google.com/p/openhab
GNU General Public License v3.0
1 stars 0 forks source link

Http Binding does not support Rollershutter item #238

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
fixed with 
http://code.google.com/p/openhab/source/detail?r=ad7e19d55c3c2668ac31aeeff4a39d3
223ee6fe4

Original comment by teichsta on 14 Apr 2013 at 10:08