tobof / openhab-addons

The next-generation open Home Automation Bus (openHAB)
Eclipse Public License 2.0
39 stars 30 forks source link

Typo at thing-types.xml #29

Closed gnalbandian closed 8 years ago

gnalbandian commented 8 years ago

There is a badly closed definition at for channel-type-id "status-channel". I have already correct it in my PR along with other things being added.

<channel-type id="status-channel">
<item-type>Switch</item-type>
        <label>Status</label>
        <description>Status</description>
        <category>Light</category>
        **<state readOnly="false" />**
    </channel-type>
tobof commented 8 years ago

Thank you for working this out!