README style correction

This commit is contained in:
Foxi352 2017-04-23 10:36:18 +02:00
parent ee30484ce4
commit 78f1b77d8a

View File

@ -1,18 +1,18 @@
#Attention: This software is in alpha state !!! # Attention: This software is in alpha state !!!
#homebridge-smarthomeng # homebridge-smarthomeng
Homebridge plugin for SmartHomeNG Homebridge plugin for SmartHomeNG
##Currently supported ## Currently supported
This plugin currently supports: This plugin currently supports:
* LightBulb with on/off and brightness characteristic * LightBulb with on/off and brightness characteristic
* Window Covering with currentposition and targetposition characteristic (state not yet supported) * Window Covering with currentposition and targetposition characteristic (state not yet supported)
##Requirements ## Requirements
* SmartHomeNG: https://github.com/smarthomeNG/smarthome * SmartHomeNG: https://github.com/smarthomeNG/smarthome
* homebridge: https://www.npmjs.com/package/homebridge * homebridge: https://www.npmjs.com/package/homebridge
##Installation ## Installation
Install nodejs >= 0.12. You have to find out the right way for your OS. The following commands have been tested on Debian Jessie. Install nodejs >= 0.12. You have to find out the right way for your OS. The following commands have been tested on Debian Jessie.
<pre> <pre>
curl -sL https://deb.nodesource.com/setup_4.x | sudo bash - curl -sL https://deb.nodesource.com/setup_4.x | sudo bash -
@ -32,7 +32,7 @@ Install this plugin from NPM repository
npm install -g homebridge-smarthomeng --unsafe-perm npm install -g homebridge-smarthomeng --unsafe-perm
</pre> </pre>
##Configuration ## Configuration
You have to create a config.json in .homebridge directory. You'll find that directory in your home folder. You have to create a config.json in .homebridge directory. You'll find that directory in your home folder.
This is an example config file which just uses this plugin and some example SmartHomeNG items. This is an example config file which just uses this plugin and some example SmartHomeNG items.
<pre> <pre>