Skip to content

Commit

Permalink
fix inbox list command (#1764)
Browse files Browse the repository at this point in the history
Following the current documentation `openhab:inbox` will not list all current inbox entries.
It will show the command usage instead.

```
openhab> openhab:inbox
Usage: openhab:inbox list - lists all current inbox entries
```
  • Loading branch information
dalori authored Feb 21, 2022
1 parent 1c1bf5f commit fa89f0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion administration/runtime.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Usage: openhab:send <item> <command> - sends a command for an item

| Command | Description |
|--------------------------------------------|------------------------------------|
| `openhab:inbox` | lists all current inbox entries |
| `openhab:inbox list` | lists all current inbox entries |
| `openhab:inbox listignored` | lists all ignored inbox entries |
| `openhab:inbox approve <thingUID> <label>` | creates a thing for an inbox entry |
| `openhab:inbox clear` | clears all current inbox entries |
Expand Down

0 comments on commit fa89f0e

Please sign in to comment.