From d017a4c1b470f39f0a07861946e3b694025bb2b2 Mon Sep 17 00:00:00 2001 From: kamiKAC Date: Tue, 3 May 2022 21:48:24 +0200 Subject: [PATCH] HTTP binding documentation update (update Readme.md) Corrected wrong information about player channel type. Special values representing player states/commands are not optional and parameter names were wrong in the documentation. Hopefully change solves this issue https://github.com/openhab/openhab-addons/issues/11677 --- bundles/org.openhab.binding.http/README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bundles/org.openhab.binding.http/README.md b/bundles/org.openhab.binding.http/README.md index 7824372aaf1cb..472076a7ad64b 100644 --- a/bundles/org.openhab.binding.http/README.md +++ b/bundles/org.openhab.binding.http/README.md @@ -121,12 +121,12 @@ Please note that incompatible units (e.g. `°C` for a `Number:Density` item) wil | parameter | optional | default | description | |-------------------------|----------|-------------|-------------| -| `play` | yes | - | A special value that represents `PLAY` | -| `pause` | yes | - | A special value that represents `PAUSE` | -| `next` | yes | - | A special value that represents `NEXT` | -| `previous` | yes | - | A special value that represents `PREVIOUS` | -| `fastforward` | yes | - | A special value that represents `FASTFORWARD` | -| `rewind` | yes | - | A special value that represents `REWIND` | +| `playValue` | no | - | A special value that represents `PLAY` | +| `pauseValue` | no | - | A special value that represents `PAUSE` | +| `nextValue` | no | - | A special value that represents `NEXT` | +| `previousValue` | no | - | A special value that represents `PREVIOUS` | +| `fastforwardValue` | no | - | A special value that represents `FASTFORWARD` | +| `rewindValue` | no | - | A special value that represents `REWIND` | ### `rollershutter`