fix inbox list command (#1764)
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 ```pull/1769/head
parent
1c1bf5fc1b
commit
fa89f0eaed
|
@ -62,7 +62,7 @@ Usage: openhab:send <item> <command> - sends a command for an item
|
||||||
|
|
||||||
| Command | Description |
|
| 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 listignored` | lists all ignored inbox entries |
|
||||||
| `openhab:inbox approve <thingUID> <label>` | creates a thing for an inbox entry |
|
| `openhab:inbox approve <thingUID> <label>` | creates a thing for an inbox entry |
|
||||||
| `openhab:inbox clear` | clears all current inbox entries |
|
| `openhab:inbox clear` | clears all current inbox entries |
|
||||||
|
|
Loading…
Reference in New Issue