Fixed markdownlint errors. (#1679)

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
pull/1680/head
Jerome Luckenbach 2021-11-26 18:21:25 +01:00 committed by GitHub
parent 5c6efa1ded
commit 5cd00632cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 3 deletions

View File

@ -56,7 +56,7 @@ If you do not find an answer to your question, do not hesitate to ask it on the
A dimmable light should only have a single channel of type `system.brightness` for its control. A dimmable light should only have a single channel of type `system.brightness` for its control.
Note that although this channel type is declared for item type 'Dimmer', it is perfectly possible to link a `Switch` Note that although this channel type is declared for item type 'Dimmer', it is perfectly possible to link a `Switch`
item to it, additionally to a `Dimmer` item. item to it, additionally to a `Dimmer` item.
The possibility to switch the light ON/OFF is therefore implicitly available and there is no need for an additional channel with item type `Switch`, even if the hardware might have separated switching and dimming in different commands. The possibility to switch the light ON/OFF is therefore implicitly available and there is no need for an additional channel with item type `Switch`, even if the hardware might have separated switching and dimming in different commands.
In the openHAB abstraction layer, 0% brightness is identical to OFF. In the openHAB abstraction layer, 0% brightness is identical to OFF.
Sending an ON command to such a channel does not have to switch to 100% brightness, though. Sending an ON command to such a channel does not have to switch to 100% brightness, though.
Depending on whether the device supports it, it can also dim to the last brightness value (other than 0%) it was in before. Depending on whether the device supports it, it can also dim to the last brightness value (other than 0%) it was in before.

View File

@ -63,6 +63,7 @@ To use Docker, you need to install the Docker app from the Synology Web GUI.
- Go to "Image" and click on the openhab/openhab image and click "Add". - Go to "Image" and click on the openhab/openhab image and click "Add".
Here comes the part where you really notice the difference between the Synology OS and Linux. Here comes the part where you really notice the difference between the Synology OS and Linux.
- On the create container window fill a name for the container (space and some special characters are not allowed). - On the create container window fill a name for the container (space and some special characters are not allowed).
- Next enable "Execute container using high privilege". - Next enable "Execute container using high privilege".
::: tip Note ::: tip Note
@ -121,7 +122,7 @@ In here you see the name of the container left from the black field and if you p
If you click on "Create' it creates a bash terminal, click on bash and you'll have access to a shell in the container. If you click on "Create' it creates a bash terminal, click on bash and you'll have access to a shell in the container.
By now the container is up and running, goto "http://[your-NAS-ip-or-host-name]:8080" and the welcome to openHAB. By now the container is up and running, goto `http://[your-NAS-ip-or-host-name]:8080` and the welcome to openHAB.
If you use p.e. a Z-Wave dongle on ttyACM0 you can now add the Z-Wave binding. Once openHAB has been configured under the binding Z-Wave add a controller manually and change the port to /dev/ttyACM0. The Z-Wave controller gets online and you will discover the Z-Wave devices. If this is not working, please verify you enabled high privilege. If you use p.e. a Z-Wave dongle on ttyACM0 you can now add the Z-Wave binding. Once openHAB has been configured under the binding Z-Wave add a controller manually and change the port to /dev/ttyACM0. The Z-Wave controller gets online and you will discover the Z-Wave devices. If this is not working, please verify you enabled high privilege.
::: tip Note ::: tip Note

View File

@ -28,7 +28,8 @@ Images should be stored in `/conf/html/[your directory]/`
Image URL: Image URL:
`/static/[your directory]/[your image file]` `/static/[your directory]/[your image file]`
e.g: e.g:
```bash ```bash
/static/floorplan/FloorPlan3Dsmall.jpg /static/floorplan/FloorPlan3Dsmall.jpg
``` ```