This project is supposed to work along with [homebridge-rfxcom-api](https://github.com/darenju/homebridge-rfxcom-api). It gives a front interface to control your RFXCom blinds.
npm install reason-homebridge-rfxcom-blindsThis project is supposed to work along with homebridge-rfxcom-api. It gives a front interface to control your RFXCom blinds.
You need to install the package from npm, then build the interface, and eventually run it:
````Install the package
npm install reason-homebridge-rfxcom-blindsBuild
npm run buildRun the server
npm start
Once you run the server, the interface is accessible on port 4000 of your machine.