Skip to content

Commit

Permalink
Update sitemaps.md (#1149)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
m0rgano and Confectrician authored Dec 10, 2020
1 parent 72111d3 commit f327c79
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions configuration/sitemaps.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit f327c79

Please sign in to comment.