From 9dbc6a989e2c592b9504a613734fd3e92c3bdcf3 Mon Sep 17 00:00:00 2001 From: Christoph Weitkamp Date: Fri, 6 Nov 2020 19:13:32 +0100 Subject: [PATCH] Changed console command prefix to 'openhab' (#1281) Signed-off-by: Christoph Weitkamp --- administration/runtime.md | 108 +++++++++++++++++++------------------- 1 file changed, 54 insertions(+), 54 deletions(-) diff --git a/administration/runtime.md b/administration/runtime.md index f8bde679e..5e8cbef4f 100644 --- a/administration/runtime.md +++ b/administration/runtime.md @@ -24,97 +24,97 @@ Some of the described commands are executed on the internal database and could b Query an item's state: ``` -openhab> smarthome:status Heating_GF_Corridor +openhab> openhab:status Heating_GF_Corridor OFF ``` Changing an item's state: ``` -openhab> smarthome:send Heating_GF_Corridor ON +openhab> openhab:send Heating_GF_Corridor ON Command has been sent successfully. ``` Get help for a command: ``` -openhab> help smarthome:send -Usage: smarthome:send - sends a command for an item +openhab> help openhab:send +Usage: openhab:send - sends a command for an item ``` ### Items -| Command | Description | -|-------------------------------------|---------------------------------------------------------------------| -| `smarthome:status ` | shows the current status of an item | -| `smarthome:update ` | sends a status update for an item | -| `smarthome:send ` | sends a command for an item | -| `smarthome:items list []` | lists names and types of all items (matching the pattern, if given) | -| `smarthome:items clear` | removes all items | -| `smarthome:items remove ` | removes the given item | +| Command | Description | +|-----------------------------------|---------------------------------------------------------------------| +| `openhab:status ` | shows the current status of an item | +| `openhab:update ` | sends a status update for an item | +| `openhab:send ` | sends a command for an item | +| `openhab:items list []` | lists names and types of all items (matching the pattern, if given) | +| `openhab:items clear` | removes all items | +| `openhab:items remove ` | removes the given item | ### Discovery -| Command | Description | -|--------------------------------------------------------|----------------------------------------------------------------------------| -| `smarthome:discovery start ` | runs a discovery on a given thing type or binding | -| `smarthome:discovery enableBackgroundDiscovery ` | enables background discovery for the discovery service with the given PID | -| `smarthome:discovery disableBackgroundDiscovery ` | disables background discovery for the discovery service with the given PID | +| Command | Description | +|------------------------------------------------------|----------------------------------------------------------------------------| +| `openhab:discovery start ` | runs a discovery on a given thing type or binding | +| `openhab:discovery enableBackgroundDiscovery ` | enables background discovery for the discovery service with the given PID | +| `openhab:discovery disableBackgroundDiscovery ` | disables background discovery for the discovery service with the given PID | ### Inbox -| Command | Description | -|----------------------------------------------|------------------------------------| -| `smarthome:inbox` | lists all current inbox entries | -| `smarthome:inbox listignored` | lists all ignored inbox entries | -| `smarthome:inbox approve