Update sitemaps.md (#1149)

* Update sitemaps.md

Show an example of displaying an image from an IP camera.

* Explanation of refresh parameter

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

Co-authored-by: Jerome Luckenbach <github@luckenba.ch>
pull/1301/head
Jeremy Morgan 2020-12-10 20:39:54 +00:00 committed by GitHub
parent 72111d30d7
commit f327c79a15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -403,6 +403,9 @@ Alternatively, the image file (e.g. YourImageFile.png) may be stored locally in
```perl
Image url="https://raw.githubusercontent.com/wiki/openhab/openhab/images/features.png"
// display a snapshot image from an IP camera, using refresh parameter to get updated images
Image url="http://192.168.1.203:8080/?action=snapshot" refresh=10000
```
![Presentation of the Image element in BasicUI](images/sitemap_demo_image.png)