steilerDev / homebridge-openhab2-complete

A homebridge plugin for openHAB, that has the expectation to fully support all Services offered by Apple's Homekit Accessory Protocol (HAP)
GNU General Public License v3.0
52 stars 16 forks source link

Error in documentation #18

Closed sledzik1984 closed 5 years ago

sledzik1984 commented 5 years ago

In docs on: https://www.npmjs.com/package/homebridge-openhab2-complete#light-sensor you write:

{ "name": "An items name, as shown in Homekit later", "type": "lightSensor", "item": "Itemname-within-OpenHAB", "batteryItem": "Itemname-within-OpenHAB", "batteryItemInverted": "false" }

but for Light Sensor type is lux - not lightSensor

steilerDev commented 5 years ago

Thank you! I changed the type name at some point and obviously never updated that part of the docs. Fixed it on Github, it will show on npm as soon as a new release is pushed to them.