commit ad3335aef6c3c094c13a440499d30f6dd922da8a Author: root Date: Tue Jan 19 12:38:39 2021 +0100 First commit diff --git a/html/index.html b/html/index.html new file mode 100644 index 0000000..58ba0e9 --- /dev/null +++ b/html/index.html @@ -0,0 +1,5 @@ + +

openHAB user provided static content

+

Serve your own static html pages or resources from here. Files stored in the openHAB configuration subfolder html will be available through the HTTP server of openHAB, e.g. http://device-address:8080/static/image.png.

+

Resources for sitemap elements (image, video,...) can also be provided though this folder.

+ diff --git a/html/readme.txt b/html/readme.txt new file mode 100644 index 0000000..5eeeb99 --- /dev/null +++ b/html/readme.txt @@ -0,0 +1,3 @@ +Serve your own static html pages or resources from here. +Files stored in this folder will be available through the HTTP server of openHAB, e.g. "http://device-address:8080/static/image.png". +Resources for sitemap elements (image, video,...) can also be provided though this folder. diff --git a/icons/classic/readme.txt b/icons/classic/readme.txt new file mode 100644 index 0000000..7fc793f --- /dev/null +++ b/icons/classic/readme.txt @@ -0,0 +1,6 @@ +Your additional icons go here. +Icons can be provided as png (32x32) or preferably as svg files. +ClassicUI and BasicUI can be configured to accept svg (default) or png icons. + +Check out the openHAB documentation for more details: +https://www.openhab.org/docs/configuration/items.html#icons diff --git a/items/Items.items b/items/Items.items new file mode 100644 index 0000000..286e324 --- /dev/null +++ b/items/Items.items @@ -0,0 +1,7 @@ +Number timerPoolPump "Timer [JS(sectohms.js):%s]"