Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple binding markdown fixes #17422

Merged
merged 12 commits into from
Sep 28, 2024
1 change: 1 addition & 0 deletions bundles/org.openhab.binding.ekey/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ R=RFID
```

transform/ekey_names.map [NO spaces allowed]

```text
-1=Unspecified
1=JohnDoe
Expand Down
1 change: 1 addition & 0 deletions bundles/org.openhab.binding.fronius/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ You can retrieve the actions as follows:
```java
val froniusInverterActions = getActions("fronius", "fronius:powerinverter:mybridge:myinverter")
```

:::

::: tab JS
Expand Down
5 changes: 3 additions & 2 deletions bundles/org.openhab.binding.homematic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ homematic:bridge:NAME
- **bridge** the type, fixed
- **name** the name of the bridge

### Example
### Bridge Configuration Example

#### Minimum configuration

Expand Down Expand Up @@ -448,7 +448,7 @@ Adds multiple virtual datapoints to the HM-Dis-WM55 and HM-Dis-EP-WM55 devices t

**Note:** The HM-Dis-EP-WM55 has only a black and white display and therefore does not support datapoints for colored lines. In addition, only lines 1-3 can be set.

#### Example
#### Button Example

Display text at line 1,3 and 5 when the bottom button on the display is pressed

Expand Down Expand Up @@ -734,6 +734,7 @@ The problem can be solved by increasing the `bufferSize` value in the bridge con

openHAB and the CCU are using different values for the same state of a rollershutter.
Examples: HmIP-BROLL, HmIP-FROLL, HmIP-BBL, HmIP-FBL and HmIP-DRBLI4

| | Open | Closed |
| ------- | ---- | ------ |
| openHAB | 0% | 100% |
Expand Down
92 changes: 46 additions & 46 deletions bundles/org.openhab.binding.modbus/README.md

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions bundles/org.openhab.binding.openuv/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@ Thing can be extended with as many SafeExposure channels as needed for each skin

This binding has its own IconProvider and makes available the following list of icons

| Icon Name | Dynamic | Illustration |
|--------------------|---------|--------------|
| oh:openuv:ozone | No | ![](src/main/resources/icon/ozone.svg) |
| oh:openuv:uv-alarm | Yes | ![](src/main/resources/icon/uv-alarm.svg) |
| oh:openuv:uv-index | Yes | ![](src/main/resources/icon/uv-index.svg) |
| Icon Name | Dynamic | Illustration |
|--------------------|---------|----------------------------|
| oh:openuv:ozone | No | ![](doc/icon/ozone.svg) |
| oh:openuv:uv-alarm | Yes | ![](doc/icon/uv-alarm.svg) |
| oh:openuv:uv-index | Yes | ![](doc/icon/uv-index.svg) |

## Examples

Expand Down
15 changes: 15 additions & 0 deletions bundles/org.openhab.binding.openuv/doc/icon/ozone.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions bundles/org.openhab.binding.openuv/doc/icon/uv-alarm.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
50 changes: 50 additions & 0 deletions bundles/org.openhab.binding.openuv/doc/icon/uv-index.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading