[administration/jsondb.md]Changed images from imageshack to local saved ones. (#714)

* Changed images from imageshack to local saved ones.

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>

* s/images/.\/images/g

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
pull/718/head
Jerome L 2018-06-13 14:17:20 +02:00 committed by GitHub
parent 6309c1f5a9
commit eb68de80aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 3 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 170 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

View File

@ -96,7 +96,7 @@ Within the `OPENHAB_USERDATA/jsondb/` directory, you will find the following fil
In this example, we will use the Network Binding (2.0) to Search for Things, add a new Thing to openHAB and then modify its parameters to check the information that is stored in the JsonDB.
Step 1. Add new Thing (name: `ISP_Gateway`) from Paper UIs Inbox:
![Add_Thing_Paper_UI](http://imageshack.com/a/img924/8255/jIl6pj.png)
![Add_Thing_Paper_UI](./images/add_thing_paper_ui.png)
Step 2. Check the contents of the `OPENHAB_USERDATA/jsondb/org.eclipse.smarthome.core.thing.Thing.json` file:
@ -190,7 +190,7 @@ Step 3. Using Paper UI :arrow_right: Configuration :arrow_right: Things, edit th
- Retry (from 1 to 3)
- Timeout (from 5000 to 10000)
and save:
![Edit_Thing_Paper_UI](http://imageshack.com/a/img922/644/Hf1FNs.png)
![Edit_Thing_Paper_UI](./images/edit_thing_paper_ui.png)
Step 4. Check the configuration properties again in the `OPENHAB_USERDATA/jsondb/org.eclipse.smarthome.core.thing.Thing.json` file:
![New_Json](http://imageshack.com/a/img923/4494/busI1A.png)
![New_Json](./images/new_json_file.png)