Update jsr223.md (#1599) (#1600)

Signed-off-by: Peter Schraffl <p.schraffl@gmx.at>

Co-authored-by: Peter Schraffl <p.schraffl@gmx.at>
final-3.0.x
github-actions[bot] 2021-06-27 21:01:42 +02:00 committed by GitHub
parent 1d38e73b25
commit 3e45b0a3c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -205,7 +205,7 @@ The `default` preset is preloaded, so it does not require importing.
| `MetricPrefix` | `org.openhab.core.library.unit.MetricPrefix` |
| `Units` | `org.openhab.core.library.unit.Units` |
| `BinaryPrefix` | `org.openhab.core.library.unit.BinaryPrefix` |
| `items` | Instance of `java.util.Map&lt;String, State&gt;` |
| `items` | Instance of `java.util.Map<String, State>` |
| `ir` | Alias for `itemRegistry` |
| `itemRegistry` | Instance of `org.openhab.core.items.ItemRegistry` |
| `things` | Instance of `org.openhab.core.thing.ThingRegistry` |