From f5e16ae5f889a314ef3b7673fbf7f117ea2441d1 Mon Sep 17 00:00:00 2001
From: lolodomo <lg.hc@free.fr>
Date: Fri, 11 Dec 2020 22:33:24 +0100
Subject: [PATCH] [linky/powermax/lgwebos] Adapt README to OH3 (#9332)

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
---
 bundles/org.openhab.binding.lgwebos/README.md  | 9 ++++-----
 bundles/org.openhab.binding.linky/README.md    | 9 ++++-----
 bundles/org.openhab.binding.powermax/README.md | 9 ++++-----
 3 files changed, 12 insertions(+), 15 deletions(-)

diff --git a/bundles/org.openhab.binding.lgwebos/README.md b/bundles/org.openhab.binding.lgwebos/README.md
index 42e70627a00..d513b13c8a5 100644
--- a/bundles/org.openhab.binding.lgwebos/README.md
+++ b/bundles/org.openhab.binding.lgwebos/README.md
@@ -98,13 +98,12 @@ A sample HABPanel remote control widget can be found [in this GitHub repository.
 ## Console Commands
 
 The binding provides a few commands you can use in the console.
-Enter the command `lgwebos` to get the usage.
+Enter the command `openhab:lgwebos` to get the usage.
 
 ```
-openhab> lgwebos
-Usage: smarthome:lgwebos <thingUID> applications - list applications
-Usage: smarthome:lgwebos <thingUID> channels - list channels
-Usage: smarthome:lgwebos <thingUID> accesskey - show the access key
+Usage: openhab:lgwebos <thingUID> applications - list applications
+Usage: openhab:lgwebos <thingUID> channels - list channels
+Usage: openhab:lgwebos <thingUID> accesskey - show the access key
 ```
 
 The command `applications` reports in the console the list of all applications with their id and name.
diff --git a/bundles/org.openhab.binding.linky/README.md b/bundles/org.openhab.binding.linky/README.md
index 535b9c49e2e..8d5354fa494 100644
--- a/bundles/org.openhab.binding.linky/README.md
+++ b/bundles/org.openhab.binding.linky/README.md
@@ -41,7 +41,7 @@ Instructions given for Firefox :
 5. In the login page, prefilled with your mail address, enter your Enedis account password and click on "Connexion à Espace Client Enedis".
 6. You will be directed to your Enedis account environment. Get back to previous page in you browser.
 7. Disconnect from your Enedis account
-8. Repeat steps 1, 2. You should arrive directly on step 5, then open the developer tool window (F12) and select "Stockage" tab. In the "Cookies" entry, select "https://mon-compte-enedis.fr". You'll find an entry named "internalAuthId", copy this value in your Openhab configuration.
+8. Repeat steps 1, 2. You should arrive directly on step 5, then open the developer tool window (F12) and select "Stockage" tab. In the "Cookies" entry, select "https://mon-compte-enedis.fr". You'll find an entry named "internalAuthId", copy this value in your openHAB configuration.
 
 ## Channels
 
@@ -62,18 +62,17 @@ The information that is retrieved is available as these channels:
 ## Console Commands
 
 The binding provides one specific command you can use in the console.
-Enter the command `smarthome:linky` to get the usage.
+Enter the command `openhab:linky` to get the usage.
 
 ```
-openhab> smarthome:linky
-Usage: smarthome:linky <thingUID> report <start day> <end day> [<separator>] - report daily consumptions between two dates
+Usage: openhab:linky <thingUID> report <start day> <end day> [<separator>] - report daily consumptions between two dates
 ```
 
 The command `report` reports in the console the daily consumptions between two dates.
 If no dates are provided, the last 7 are considered by default.
 Start and end day are formatted yyyy-mm-dd.
 
-Here is an example of command you can run: `smarthome:linky linky:linky:local report 2020-11-15 2020-12-15`.
+Here is an example of command you can run: `openhab:linky linky:linky:local report 2020-11-15 2020-12-15`.
 
 ## Full Example
 
diff --git a/bundles/org.openhab.binding.powermax/README.md b/bundles/org.openhab.binding.powermax/README.md
index dbbd94adf9f..65a313653ca 100644
--- a/bundles/org.openhab.binding.powermax/README.md
+++ b/bundles/org.openhab.binding.powermax/README.md
@@ -129,18 +129,17 @@ The following channels are available:
 ## Console Commands
 
 The binding provides few specific commands you can use in the console.
-Enter the command `smarthome:powermax` to get the usage of each available command.
+Enter the command `openhab:powermax` to get the usage of each available command.
 
 ```
-openhab> smarthome:powermax
-Usage: smarthome:powermax <bridgeUID> info_setup - information on setup
-Usage: smarthome:powermax <bridgeUID> download_setup - download setup
+Usage: openhab:powermax <bridgeUID> info_setup - information on setup
+Usage: openhab:powermax <bridgeUID> download_setup - download setup
 ```
 
 The command `info_setup` displays in the console informations about your current panel setup.
 The command `download_setup` will trigger a new download of the panel setup.
 
-Here is an example of command you can run: `smarthome:powermax powermax:serial:home info_setup`.
+Here is an example of command you can run: `openhab:powermax powermax:serial:home info_setup`.
 
 ## Notes & Limitations