Commit Graph

435 Commits (main)

Author SHA1 Message Date
Markus Storm cf8098cc0a
Clarify item creation recommendation (#1628)
Signed-off-by: Markus Storm <markus.storm@gmx.net>
2021-08-12 20:30:43 +02:00
Markus Storm 989e6fd0b8
Clarify why mixing text and UI is bad (#1620)
Signed-off-by: Markus Storm <markus.storm@gmx.net>
2021-07-28 15:19:39 +02:00
jaaviercr 9bdeb39b19
Update rules-dsl.md (#1618)
Removed an extra parenthesis.
2021-07-14 20:04:59 +02:00
Wouter Born dcc7ab3513
Fix config.core package references (#1611)
Fixes #1588

Signed-off-by: Wouter Born <github@maindrain.net>
2021-06-27 20:58:41 +02:00
Peter Schraffl d9298459a9
Update jsr223.md (#1599)
Signed-off-by: Peter Schraffl <p.schraffl@gmx.at>
2021-06-07 08:42:20 +02:00
wardwygaerts 8e1379353a
Update items.md (#1593)
`inverted=true` needs to be `inverted="true"`.
2021-06-06 14:07:47 +02:00
Christoph Weitkamp 22cf0d893b
Added Timestamp on Trigger Profile (#1587)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
2021-05-24 22:04:11 +02:00
Patrick Fink 062a6bfaa5
Fix "OpenHab" typo (#1577)
Signed-off-by: Patrick Fink <mail@pfink.de>
2021-05-18 22:21:47 +02:00
Christoph Weitkamp af2ee99871
Added note about new Timestamp Offset Profile (#1573)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
2021-05-18 22:10:10 +02:00
mueller-ma 8efa2b58bf
Remove outdated info about voice recognition in Android app (#1562)
This has been fixed in 2018 already.

Signed-off-by: mueller-ma <mueller-ma@users.noreply.github.com>
2021-05-02 19:41:03 +02:00
Wouter Born b48925ad41
Improve sinks documentation (#1561)
* Improve sinks documentation

* Remove references to the javasound sink since it no longer exists since OH 2.5
* The only UI supporting webaudio is currently HABPanel

Signed-off-by: Wouter Born <github@maindrain.net>

* Update ESH link to OHC

Signed-off-by: Wouter Born <github@maindrain.net>
2021-05-02 12:32:34 +02:00
Ethan Dye 0865d9c102
Optimize all png images using zopflipng (#1555)
The command
```
for i in $(find . -name '*.png'); do zopflipng -m --filters=0me --lossy_8bit --lossy_transparent -y "$i" "$i"; done
```
was used to accomplish this optimization, all images should have lost no
accuracy as a result of the compression applied.

Signed-off-by: Ethan Dye <mrtops03@gmail.com>
2021-04-27 21:00:55 +02:00
Ben Clark 213d831791
Change stable Linux repository locations (#1548)
* Change stable linux repository locations

Signed-off-by: Ben Clark <ben@benjyc.uk>

* Make same changes to migration

Signed-off-by: Ben Clark <ben@benjyc.uk>

* Fix typo in RPM stable repo location

Signed-off-by: Ben Clark <ben@benjyc.uk>
2021-04-20 19:44:47 +02:00
Jerome Luckenbach 635160c30c
Fix markdown errors. (#1545)
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2021-04-19 21:26:50 +02:00
Patrick Fink 9d7d289bdc
Optimize profile example section layout (#1543)
* Optimize profile example section layout

Signed-off-by: Patrick Fink <mail@pfink.de>

* Fix copy&paste error

Signed-off-by: Patrick Fink <mail@pfink.de>

* Use good coding practice für multi channel linkage

Signed-off-by: Patrick Fink <mail@pfink.de>
2021-04-19 21:06:51 +02:00
JensHoRi cfe7f6007e
Update rules-dsl.md (#1532)
Added startlevels from openhab to get them find outside from github in documentation
2021-04-12 19:40:34 +02:00
Jonathan Gilbert 11d7632316
Startlevel execution support for jsr223 scripts (#1511)
* Startlevel execution support for jsr223 scripts

JSR223 scripts can now be run at specific start levels as of https://github.com/openhab/openhab-core/pull/2222

This PR adds the docs to describe how it can be used.

Signed-off-by: Jonathan Gilbert <jpg@trillica.com>

* Add linebreaks.

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

Co-authored-by: Jerome Luckenbach <github@luckenba.ch>
2021-03-15 22:12:01 +01:00
Ross Kennedy fa4381e0f7
Update rules-dsl.md (#1508)
* Update rules-dsl.md

Added some Quantity handling details to "Number Item" to give hints for perennial comparison and temperature add problems.

* Update rules-dsl.md

Added clear space around code inserts as recommended
2021-03-15 10:03:43 +01:00
Seganku 76a80fd47d
Update rules-dsl.md with non-404 demo.rules link (#1505)
The old link is now 404.  The new link is not.
2021-03-04 21:56:27 +01:00
Jerome Luckenbach 6908e46d6e
add habot interpreter (#1502) (#1504)
add "opennlp" as HABot OpenNLP Interpreter.

Co-authored-by: Gifford47 <49484063+Gifford47@users.noreply.github.com>
2021-03-03 22:18:57 +01:00
Christoph Weitkamp 364b2ddfea
Added 'Range' profile (#1499)
* Added 'Range' profile

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>

* Grammar

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
2021-02-27 21:29:56 +01:00
Jerome Luckenbach ae9bdd76ec
Fix Markdown. Remove Jenkins base tags. (#1497)
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2021-02-24 21:08:19 +01:00
Jerome Luckenbach beac270987
Added info box for generic trules article. Remove paper ui references. (#1496)
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2021-02-24 20:50:38 +01:00
Kai Kreuzer 0059920f48
Fixed the item type of the timestamp profiles and moved it next to the other State profiles (#1485) 2021-02-07 10:52:12 +01:00
jimtng cee3103ec2
Update items.md (#1479)
Just one spelling error
2021-02-06 16:01:37 +01:00
Yannick Schaus f5c7ad70e2
Add UI section (#1464)
Add several pages related to UI.
Move sitemaps, HABPanel to it.
Rename "User Interfaces & Ecosystem" to "Ecosystem".
Rename "Beginner Tutorial" to "Getting Started".
Put the installation guide above the Concepts section.

Also fix https://github.com/openhab/website/issues/270.

Signed-off-by: Yannick Schaus <github@schaus.net>
2021-02-05 16:15:35 +01:00
Markus Storm 61344cc5df
cosmetics and refer to list of migrated bindings (#1473)
Signed-off-by: Markus Storm <markus.storm@gmx.net>
2021-01-30 14:02:41 +01:00
Jerome Luckenbach 6d118db648
Delete habpanel.md (#1471)
* Delete habpanel.md

This file is gathered from its code repository for a long time already.
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>

* Add habpanel placeholder for preview

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2021-01-27 22:32:11 +01:00
lukiep111 e37a224035
Update rules-dsl.md (#1465)
Updated the rule example "Start wake up light on sunrise" to use the new formatting of the receivedEvent implicit variable
2021-01-27 21:18:30 +01:00
mueller-ma 4db5920b03
Fix typo in restdocs (#1463) 2021-01-27 21:15:59 +01:00
BertramVielsack 3a54d1f131
Add hint that /etc/default/openhab2 is not considered by the upgrade (#1461)
* Add hint that /etc/default/openhab2 is not considered by the upgrade 

When you use a raspberry you may have used the file /etc/default/openhab2 to changed JAVA options.
After upgrade to openHAB 3.0 this file is no longer used. Instead the file /etc/default/openhab must be used.

* Small modifications to original pull request.

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

Co-authored-by: Jerome Luckenbach <github@luckenba.ch>
2021-01-20 21:21:36 +01:00
Wouter Born 6bf5bf026b
Update links to target "main" branches (#1460)
* Update links to target "main" branches

Signed-off-by: Wouter Born <github@maindrain.net>

* Update process_file.rb

Signed-off-by: Wouter Born <github@maindrain.net>

* Update for all other repos too

Signed-off-by: Wouter Born <github@maindrain.net>
2021-01-20 20:32:07 +01:00
Felix Schneider d77e85dac2
Remove cronmaker since it doesn't support HTTPS (#1459)
1. When trying to reach https://www.cronmaker.com/ the website refuses the connection. You can only reach it using HTTP (without HTTPS). 
You could leave cronmaker in there but I think leading users to web pages that aren't using HTTPS might be not be best idea.

2. Fix Typo in url for quartz-scheduler.org
2021-01-16 16:00:21 +01:00
thefechner 01eccdc0b2
Update items.md (#1458)
There is one comma too much in the sample for profile hysteresis. The profile must be related to the channel. The comma will lead also to an error message in log.
Switch Low_Battery { channel="serialbutton:button:mybutton:battery-level" [profile="hysteresis", lower=15, inverted=true] }
2021-01-16 11:07:31 +01:00
Jerome Luckenbach e3e0e3679d
Remove paper ui references. (#1457)
* Remove paper uii references.

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

* Fix Markdown errors.

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

* Remove target param from markdownlint pr trigger.

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2021-01-16 10:07:41 +01:00
dathbe e550bc0c1c
Update rules-dsl.md (#1456)
* Update rules-dsl.md

Corrected the "system started" section to reflect that the trigger will no longer execute on loading the rules file in OH v.3.

* Adapt inline codeblock design.

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

Co-authored-by: Jerome Luckenbach <github@luckenba.ch>
2021-01-16 09:55:38 +01:00
Gerwin Lammers 1d4a5d8137
Created API token docs (#1453)
* Created API token docs

Signed-off-by: Gerwin Lammers <gerwinlammers@gmail.com>

* Update after review session

Signed-off-by: Gerwin Lammers <gerwinlammers@gmail.com>

* Add new page to sidebar navigation.

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

Co-authored-by: Jerome Luckenbach <github@luckenba.ch>
2021-01-15 18:43:24 +01:00
sancho-sumy 99f084ebb4
Update items.md (#1455)
Example with item Switch Kitchen_Light in the example is not correct for current binding version.
2021-01-15 17:01:53 +01:00
Jerome Luckenbach 8e18bc0674
Replace local urls with inline code. Change one occurence to openhabian. (#1450)
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2021-01-13 21:12:34 +01:00
Jerome Luckenbach a69863c32f
Switch to markdown cli action (#1443)
* Fix left markdownlint errors.

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

* Change to markdownlint-cli action.

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2021-01-11 20:08:27 +01:00
Jerome Luckenbach 82c751d0df
Bulk edit linter errors. (#1438)
* Bulk edit linter errors.

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2021-01-10 20:22:40 +01:00
Jerome Luckenbach a3260307b0
Fix linter errors. 🔧(#1437)
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2021-01-10 19:47:15 +01:00
Jerome Luckenbach c1903fed52
Revert #1428 (#1436)
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2021-01-10 16:12:53 +01:00
Jerome Luckenbach e737d718ed
Fix linter errors 🔧(#1435)
* Fix errros for the addon folder.
* Fix errros for the administration folder.
* Fix errros for the concepts folder.
* Fix errros for the configuration folder.
* Improved and synced markdown linting rules.

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2021-01-10 16:01:56 +01:00
Jerome Luckenbach d509fe56d6
Apply bulk automated corrections. 🔧(#1433)
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2021-01-10 13:50:59 +01:00
spacemanspiff2007 2a76002097
Add info how to disable authentication 🔑 (#1428)
* Add info how to disable authentication


Signed-off-by: Sebastian Gerber <github@sgerber.com>

* replaced userdata with wildcard
2021-01-10 12:03:55 +01:00
digitlength 4f6fa7d58d
Update tutorial link (#1427)
Minor edit exception
2021-01-09 21:16:10 +01:00
digitlength 74472760bc
Remove reference to PaperUI (#1425) 2021-01-09 19:02:34 +01:00
Stefan300381 fb6571610d
updated the VSCode extension icon (#1401)
* Add files via upload

replaced old extensions icon with the new version

* Update editors.md

just added line break

* Update editors.md
2020-12-30 11:07:11 +01:00
Christoph Thiede b8c8ca28fc
Add section about Authentication to restdocs (#1395)
* Add section about Authentication to restdocs

Closes #1391.

* Fix markdown for code fences

Signed-off-by: Christoph Thiede <christoph.thiede@outlook.de>

* Update configuration/restdocs.md

#singoff

Co-authored-by: Jerome Luckenbach <github@luckenba.ch>
2020-12-29 14:02:52 +01:00
Michael Rossner 02918a195f
jsr223: correct pathes still pointing to OH2 (#1388)
Signed-off-by: Michael Roßner <Schrott.Micha@web.de>
2020-12-27 14:06:09 +01:00
digitlength 6a893d55a9
Update index.md (#1384)
.things files cannot be bulk imported
2020-12-26 19:28:44 +01:00
Jerome Luckenbach b168c60800
Add Restdocs again (#1382)
* Bringing back rest api docs without rest docs ui paragraph.

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

* Added som Explorer explanation.

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2020-12-26 14:56:57 +01:00
pierok13 9a642dfb0c
Update index.md (#1379)
fixed some typo I found
2020-12-25 23:14:50 +01:00
Mark Bonnekessel 2a3a5b8194
Fix typo in header (#1368)
No [sign-off](https://github.com/openhab/openhab-docs/blob/master/CONTRIBUTING.md#sign-your-work) needed due to [small patch exception](https://github.com/openhab/openhab-docs/blob/master/CONTRIBUTING.md#small-patch-exception)
2020-12-22 21:22:57 +01:00
Jerome Luckenbach 0b386b3840
Add migration tuorial (#1361)
* Initial commit for a migration tutorial.

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

* Add Migration Tutorial to prepare script.

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

* FIx prepare script typo.

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

* Some basic text.

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

* Add basic changelog description as a strting point.

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2020-12-22 13:27:41 +01:00
Wouter Born c9c5f3564d
Fix broken Javadoc link (#1362)
Signed-off-by: Wouter Born <github@maindrain.net>
2020-12-22 12:13:19 +01:00
Markus Storm 1d6fbb956d
no Things bulkload (#1355)
Signed-off-by: Markus Storm <markus.storm@gmx.net>
2020-12-21 18:17:57 +01:00
Jerome Luckenbach a2feff9130 Replace oudated domain with release version.
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2020-12-21 17:52:02 +01:00
Jerome Luckenbach 858701a7f2
Secure links should be standard, where available. (#1354)
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2020-12-21 10:13:16 +01:00
Kai Kreuzer 0e4a9b34b4
Delete jsr223-jython.md (#1349)
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2020-12-20 23:42:37 +01:00
Jerome Luckenbach b4a072ea8e
Refactoring the generic JSR223 article for openHAB 3. (#1338)
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2020-12-20 10:46:08 +01:00
Jerome Luckenbach 175898f138
Add a basic example for dsl rules in the new Main UI. (#1337)
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2020-12-20 10:42:34 +01:00
Christoph Weitkamp 3bd72926e9
Added 'evolutionRate', 'deviationSince' and 'varianceSince'. Removed references to Joda and 'Instant' (#1334)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
2020-12-19 20:16:46 +01:00
Christoph Weitkamp 01c2a2d0c0
Added documatation abput Hysteresis Profile (#1332)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
2020-12-19 19:57:34 +01:00
Wouter Born ad0864fe5f
Update available script variables (#1329)
Updates the variables based on org.openhab.core.automation.module.script.internal.defaultscope.DefaultScriptScopeProvider

Fixes #1162

Signed-off-by: Wouter Born <github@maindrain.net>
2020-12-19 18:07:51 +01:00
Bob A 2c355a8350
Corrections to configuration overview (#1323)
Make several minor corrections and wording improvements to the configuration overview page (configuration/index.md).

Signed-off-by: Bob Adair <bob.github@att.net>
2020-12-19 17:18:23 +01:00
Wouter Born a0816a331d
Update docs for SmartHome namespace change (#1313)
* Update docs for SmartHome namespace change

Also removes pages for the "IoT Marktplace" and "REST Docs" add-ons which no longer exists in OH3.

Signed-off-by: Wouter Born <github@maindrain.net>

* More fixes

Signed-off-by: Wouter Born <github@maindrain.net>

* Fix collateral damage

Signed-off-by: Wouter Born <github@maindrain.net>
2020-12-19 17:01:06 +01:00
Wouter Born ca1fd0536e
Update Java 11 references (#1312)
Fixes #1161

Signed-off-by: Wouter Born <github@maindrain.net>
2020-12-13 21:16:06 +01:00
Jerome Luckenbach 769c2abd49
[WIP] OH3 preparations (3/x) (#1311)
* Remove compatibility layer article.

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

* Removed IFTT temporary from sidebar.

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

* Remove Homebuilder Page and Sidebar Element.

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

* Remove Packages Page and Sidebar Element.

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

* Removed QNAP temporary from sidebar.

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

* Removed outdated link.

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2020-12-13 20:15:39 +01:00
Jerome Luckenbach f41c4d698e
[WIP] OH3 preparations (2/x) (#1308)
* Add new installation gif.

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

* Next bulk edits for OH3. Inital start commit.

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

* Needed changes for items page.

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

* Changes needed for the contribution article.

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

* Reintroduced the already up to date expire information. Sorry @kaikreuzer. :P

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

* Incorporate improvements from #1257 by @Rossko57

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2020-12-13 19:09:43 +01:00
Jerome Luckenbach c11533bc1e
Add new installation gif. (#1307)
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2020-12-13 14:48:50 +01:00
Jerome Luckenbach ab36fb90f4
OH3 preparations (1/x) (#1305)
* Replace esh namespace with org.openhab in several locations

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

* Add armbian warning.

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

* Adress needed installation/index changes

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

* Adress needed installation/rasppi changes

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

* Adress needed installation/docker changes

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

* Additional improvements for the linux article.

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

* Additional improvements for the linux article.

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

* Additional improvements for the linux article.

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

* Additional improvements and renamings.

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2020-12-12 12:27:08 +01:00
Markus Storm bea378b1b5
reworked for OH3 (#1298)
* improved wording, added OH3 teaser

Signed-off-by: Markus Storm <markus.storm@gmx.net>

* major changes to match OH3

Signed-off-by: Markus Storm <markus.storm@gmx.net>

* major changes to match OH3 

Signed-off-by: Markus Storm <markus.storm@gmx.net>

* Add link to meetup recording

Signed-off-by: Markus Storm <markus.storm@gmx.net>

* Update index.md

Signed-off-by: Markus Storm <markus.storm@gmx.net>

* Update index.md

Signed-off-by: Markus Storm <markus.storm@gmx.net>

* Update index.md

Signed-off-by: Markus Storm <markus.storm@gmx.net>

* Update index.md

Signed-off-by: Markus Storm <markus.storm@gmx.net>

* Small edit to test preview build tooling

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

* Update configuration/index.md

Co-authored-by: Jerome Luckenbach <github@luckenba.ch>

* Update index.md

Signed-off-by: Markus Storm <markus.storm@gmx.net>

Co-authored-by: Jerome Luckenbach <github@luckenba.ch>
2020-12-10 22:33:41 +01:00
Jeremy Morgan f327c79a15
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>
2020-12-10 21:39:54 +01:00
BigGeorgeTx e8ff92c6c6
Update sitemaps.md (#1292) 2020-11-28 23:13:23 +01:00
Kai Kreuzer 7ee847acc0
added expire documentation (#1293)
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2020-11-28 23:12:42 +01:00
Kai Kreuzer 5219bc087f
Updated rule dsl docs to openHAB 3 for datetime and implicit var changes (#1294)
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2020-11-28 23:11:36 +01:00
Yannick Schaus d72156a6c0
Merge 2.5.x into main (#1266)
* Update README (2.5.x) (#1153)

Change branch name.

Signed-off-by: Yannick Schaus <github@schaus.net>

* Update items.md (#1156)

* Added var and VA units to UoM (#1146)

VA (Volt-Ampere - apparent power) and var (Volt-Ampere reactive) are used to measure power and energy consumption in AC circuits.


Signed-off-by: Nagy Attila Gabor <mrbig@sneaker.hu>

* Fix filepath to keystore (#1148)

Default openHAB userdata environment variable should be `$OPENHAB_USERDATA`, not `$USER_DATA` shouldn't it? At least, this is the default on my fresh openHABian and also the most popular variant to find in the docs.

* Slight language corrections (#1150)

I think it reads better this way

Signed-off-by: Richard Davies <rwdrich@gmail.com>

* additional example for non default persistence service (#1152)

For me it was confusing how to pass on the serviceId into methods that already had an argument. An extra example is always good.

Signed-off-by: jaco <jaco.waes@gmail.com>

* Adding 12 new logos for OH Add-Ons page on website (#1158)

Signed-off-by: bracklanna bracklanna@users.noreply.github.com

* Added missing preset variables (#1104)

* Added missing preset variables

Signed-off-by: Scott Rushworth <openhab@5iver.com>

* Cleaned up blank lines, fixed table, and added file name for SimpleRule

Signed-off-by: Scott Rushworth <openhab@5iver.com>

* Fix broken link (#1165)

* Added Hotlink from "label" section to "state presentation" (#1167)

* Added note about broken action (#1164)

* Added note about broken action

See https://github.com/openhab/openhab-core/issues/1374

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>

* Incorporated changes from review

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>

* Incorporated changes from review

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>

* Update index.md (#1170)

Link appears to be wrong and does not work when I click on it in Edge. Loads the same page again instead of loading the correct new page from the hyperlink.

https://www.openhab.org/docs/developer/guidelines.html

* Added Airthings logo (#1171)

* typo in exambp (#1172)

`Temperature.averageSince(now.minusMinutes(5),"influxdb")`

* file.encoding=UTF-8 (#1173)

* Update demo URL and add demo.rules URL (#1174)

Based on: https://community.openhab.org/t/demo-setup-missing/94850
Old Link is broken leading to 404.
The link to the demo.rules on github is an extra :)

* Replace outdated zulu.org link. (#1177)

* Replace outdated zulu.org link.

As of 3/23/2020 zulu.org has an SSL cert that expired on 9/28/2019. Changed link to azul.com/downloads, since that appears to be the new official source.

Signed-off-by: Billy Stevens <contact@wasv.me>

* Changed all http links to https for installation/index.md.

All changed links working, tested on 3/24/2020.

Signed-off-by: Billy Stevens <contact@wasv.me>

* Minor language tweak (#1178)

* Ending an active scan/stopScan (#1179)

Signed-off-by: Mark Theiding <mark.theiding@gmail.com>

* Add files via upload (#1184)

* Update persistence.md (#1185)

Clarify return objects for max/min rules extensions.

Signed-off-by: Ross Kennedy rossko@culzean.clara.co.uk

* Update things.md (#1186)

Amended example code to include using label and location when defining a Thing with a bridge that is defined elsewhere.

* Correct typos (#1190)

* Correct usage of its/it's

"It's" is always a contraction of "it is" or "it has".  "Its" is a
possessive.  Correct a few places where they were used backwards.

Signed-off-by: Bjorn Helgaas <bjorn@helgaas.com>

* Correct "Z-Wave" spelling

Per https://www.z-wave.com/, the canonical spelling appears to be "Z-Wave".
Most places use "Z-Wave" already; change the remaining references to match.

Signed-off-by: Bjorn Helgaas <bjorn@helgaas.com>

* Correct typos and grammatical errors

Correct some typos and grammatical errors.

Signed-off-by: Bjorn Helgaas <bjorn@helgaas.com>

* Update sitemap.md section charts (#1191)

I observed that the unique first word in the labels of items charted in a group isn't causing an empty chart anymore. I'm on openHAB 2.5.1.

Signed-off-by: Juergen Baginski opus42@gmx.de

* Add image for insteon binding (#1196)

Signed-off-by: Rob Nielsen <rob.nielsen@yahoo.com>

* typo (#1198)

Signed-off-by: Mark Theiding <mark.theiding@gmail.com>

* Installation details (#1197)

Added more details around the installation and configuration process.
Fixed that engine no longer logs "Activated scripting support..."

Signed-off-by: Mark Theiding <mark.theiding@gmail.com>

* Update sitemaps.md (#1202)

Added full item definition for usage of visibility. See https://community.openhab.org/t/sitemap-visibility-basic-ui/97304/9

* Updated ecobee logo (https://brand.ecobee.com/) (#1203)

Signed-off-by: Rob Nielsen <rob.nielsen@yahoo.com>

* tutorial: Fix description of sitemap 'type' (#1204)

In the tutorial, the generic sitemap description says that ItemType has
to be the same as the type defined in default.items.
Looking at
https://www.openhab.org/docs/configuration/items.html#type and
https://www.openhab.org/docs/configuration/sitemaps.html#element-types
this is incorrect as they take different values.
The example is even mislading as `Switch` is one of the only types which
is common between items and sitemaps. Might be better to describe
`Default` instead.

Signed-off-by: Christophe Fergeau <cfergeau@redhat.com>

* Added information about DateTime Group functions LATEST/EARLIEST (#1206)

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>

* Add section for documentation contributions (#1205)

Hopefully this will lower the hurdle for people to submit documentation contributions. I know from myself that I didn't submit various documentation improvements, because I didn't know git and thought it would be a much more involved process. 
Ideally there would be a separate documentation section, but submitting this under the development contribution page for now (as per discussion with @Confectrician in https://github.com/openhab/openhab-docs/pull/1179#issuecomment-605642091).
Note that I am addressing the issue of DCO failures wrt specifying the full name that I ran into myself in https://github.com/openhab/openhab-docs/pull/1197#issuecomment-615597308. I found a good discussion of the issue at https://github.com/probot/dco/issues/43.

Signed-off-by: Mark Theiding <mark.theiding@gmail.com>

* fix typo (#1209)

* add description of Ephemeris localization support (#1210)

Add a new section to describe the localization support and how-to steps

Signed-off-by: Michael Roßner Schrott.Micha@web.de

* Line 115 broken link - should be: (#1217)

* Line 115 broken link - should be:

({{base}}/docs/configuration/sitemaps.html#element-types)

was:
({{base}}/configuration/configuration/sitemaps.html#element-types)

* Removed diplicated docs breadcrumb

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

Co-authored-by: Jerome Luckenbach <github@luckenba.ch>

* add missing space between words (#1212)

* Update configuration.md (#1215)

I'm a beginner myself. Though I liked this tutorial very much, it took me some time trying and erroring and finally reading forum posts to get behind this. I didn't even know there was something like a more modern ping. So maybe others are happy to learn this right from the beginning.

* Remove architecture from Docker tags (#1220)

Docker automatically detects the architecture and downloads the appropriate image (openhab/openhab-docker#213).
BuildKit will no longer generate new tags having the architecture (openhab/openhab-docker#293).

Signed-off-by: Wouter Born <github@maindrain.net>

* slight readability improvements (#1221)

* slight readability improvements

* Update introduction.md

* Update introduction.md

* minor wording update

* Update eclipse.md (#1225)

Clarifying that it's no longer possible to make changes in the Core Framework for 2.5.x.

Signed-off-by: Mark Theiding <mark.theiding@gmail.com>

* [fmiweather] logo for FMI Weather binding (#929)

Signed-off-by: Sami Salonen <ssalonen@gmail.com>

* Update eclipse.md (#1226)

Added additional structure around install, run, debug and update steps. Provided more pointers to interactions with Eclipse, Maven and Git.

Signed-off-by: Mark Theiding <mark.theiding@gmail.com>

* Update contributing.md (#1227)

Need to escape \< and \> in the sign off message format so users see them explicitly in the Contributing to the Documentation section. 

Signed-off-by: Mark Theiding <mark.theiding@gmail.com>

* Update contributing.md (#1228)

Small refinement on documentation change submission flow. 

Signed-off-by: Mark Theiding <mark.theiding@gmail.com>

* Add doc folder to the binding directory structure (#1230)

Signed-off-by: Fabian Wolter <github@fabian-wolter.de>

* Make Subheadings Use Proper Subheading Syntax (#1234)

This way they render out as proper markdown and don't look weird on the website

Signed-off-by: Stefan Zabka <zabkaste@informatik.hu-berlin.de>

* Remove unnecessary isCancelled() from code example (#1235)

Cancelling an already canceled task has no effect. IMHO this check is not necesssary and removal would simplify the code. I came to this because I saw this pattern in many bindings during reviewing.

Signed-off-by: Fabian Wolter <github@fabian-wolter.de>

* Update thing-xml.md (#1236)

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>

* Fix broken ESH links (#1231)

Signed-off-by: Wouter Born <github@maindrain.net>

* Update logging.md (#1238)

Add information on how to find out the symbolic names of the bundles

* Remove Apache Commons from Default Libraries (#1229)

See openhab/openhab-addons#7722
Signed-off-by: Fabian Wolter <git@fabian-wolter.de>

* Update introduction.md (#1239)

* Update introduction.md

Signed-off-by: Markus Storm markus.storm@gmx.net

* Update introduction.md

* Revise Java recommendations (#1240)

* Revise Java recommendations

* Delete pine.md

Do not recommend PINE, it's not supported any longer by openHABian.

* Removed sidebar link in config

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

Co-authored-by: Jerome Luckenbach <github@luckenba.ch>

* Update security.md (#1241)

Been using FreeDNS for many years (ever since all these companies got rid of their free tiers) and never an issue!

* Fix DecimalType hex conversion example (#1243)

See: https://github.com/openhab/openhab-core/issues/1526

Signed-off-by: Wouter Born <github@maindrain.net>

* Fix typo (#1244)

Signed-off-by: Wouter Born <github@maindrain.net>

* Update persistence.md (#1246)

Fixes link to quartz docs page.

* Revision. (openhab#1187) (#1237)

* Revision. (openhab#1187)

- Update of screenshots, removal of old screenshots
- Chapters for better formatting
- Removal of ZWave chapter (one example of adding things should be enough IMHO)
- Adding items in simple mode and in "manual" mode

Signed-off-by: Sascha Billian <sascha.billian@googlemail.com>

* Use one line per sentence
Signed-off-by: Sascha Billian <sascha.billian@googlemail.com>

Co-authored-by: Jerome Luckenbach <github@luckenba.ch>

* Add notes for configuring Synology Diskstation (#1219)

* Add notes for configuring Synology Diskstation

I have a working set up for SSL enabled remote access on a Synology diskstation, taking advantage of the GUI as much as possible, to ensure automatic renewal of certs from Let's Encrypt, etc. It took me about 8 hours to suss it all out, but it could be achieved in about 30 mins if you knew exactly what to do... may not be widely useful, but since Synology is officially supported, I figured this might be a good addition.

There's also a minor error in the 'allow' masks - these should be 192.168.0.0/24 to allow access to anything in the 192.168.0.xxx range.

* Updated to use one line per sentence

Updated to use one line per sentence - sorry for the delay!

* Update security.md

* Updated for one line per sentence

Updated for one line per sentence

Signed-off-by: Andrew Mills mills@prettymachine.co.nz

* Bad subnet (#1245)

Nginx warns about low address bits of `192.168.0.1/24` because they are meaningless.
The correct subnet mask should be `192.168.0.0/24`

Signed-off-by: Olivier Béraud <olivierberaud@free.fr>

* Fixed broken images. (#1247)

* Fixed broken images.

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

* Fix image path

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

* [documentation] clarification of representation property (#1248)

* [documentation] clarification of representation property

Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>

* [documentation] typo

Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>

* [documentation] adopt suggestions of reviewers

Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>

* [documentation] commas

Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>

* [documentation] typo

Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>

* [documentation] addopted suggestions of @bobadair

Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>

* [documentation] typo

Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>

* [documentaion] example added back

Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>

* [documentaion] simplified text

Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>

* [documentation] typo

Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>

* [documentation] adopted reviewer comment

Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>

* Add Alexa mapping along side a channel mapping (#1249)

* Add Alexa mapping along side a channel mapping

It took me a while to find this https://community.openhab.org/t/tagging-devices-for-alexa-support/98155/3 on the Forum and its not clearly documented in the openHAB Amazon Alexa Smart Home Skill or here in Item Metadata.
I originally suggested this as an update to the openHAB Amazon Alexa Smart Home Skill documentaion, but it fits better here, then other integrations using metadata (e.g. HomeKit or Google Assistant) could refer to it as well.

* Update items.md

* Mention defaults for element type setpoint. (#1250)

Mention defaults for min, max and step value for element type setpoint.

Signed-off-by: Thomas Weiler <toweosp@gmail.com>

* Update index.md (#1251)

I thought 'workl' was probably intended to be 'work'.

* Items - Bedroom_Light written as Light_Bedroom (#1252)

Fix small error which might mislead some readers.

* Added example for time-weighted averages (#1253)

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>

* Remove deprecated UIs, Eclipse Marketplace from sidebar

Signed-off-by: Yannick Schaus <github@schaus.net>

* Update branch name in README

Signed-off-by: Yannick Schaus <github@schaus.net>

Co-authored-by: Markus Storm <markus.storm@gmx.net>
Co-authored-by: Nagy Attila Gábor <mrbig@sneaker.hu>
Co-authored-by: Christoph Thiede <38782922+LinqLover@users.noreply.github.com>
Co-authored-by: Richard Davies <rwdrich@gmail.com>
Co-authored-by: jwaes <50528773+jwaes@users.noreply.github.com>
Co-authored-by: bracklanna <16140600+bracklanna@users.noreply.github.com>
Co-authored-by: Scott Rushworth <openhab@5iver.com>
Co-authored-by: cpmeister <mistercpp2000@gmail.com>
Co-authored-by: Ross Kennedy <rossko@culzean.clara.co.uk>
Co-authored-by: Christoph Weitkamp <github@christophweitkamp.de>
Co-authored-by: Skinah <32607303+Skinah@users.noreply.github.com>
Co-authored-by: pali <pauli.anttila@gmail.com>
Co-authored-by: ljsquare <laurens-jan@merkx-ewals.nl>
Co-authored-by: PatrikG <40170469+PatrikG8@users.noreply.github.com>
Co-authored-by: Elias H <E.Hackradt@web.de>
Co-authored-by: Billy Stevens <contact@wasv.me>
Co-authored-by: theiding <mark.theiding@gmail.com>
Co-authored-by: jadcx <60408305+jadcx@users.noreply.github.com>
Co-authored-by: Bjorn Helgaas <bjorn@helgaas.com>
Co-authored-by: Jürgen Baginski <opus42@gmx.de>
Co-authored-by: robnielsen <rob.nielsen@yahoo.com>
Co-authored-by: GumbyMan82 <40233411+GumbyMan82@users.noreply.github.com>
Co-authored-by: Christophe Fergeau <teuf@gnome.org>
Co-authored-by: Paulo "JCranky" Siqueira <paulo.siqueira@gmail.com>
Co-authored-by: Michael Rossner <Schrott.Micha@web.de>
Co-authored-by: BugSmurF <52825547+bugsmurf@users.noreply.github.com>
Co-authored-by: Jerome Luckenbach <github@luckenba.ch>
Co-authored-by: josefscript <64727123+josefscript@users.noreply.github.com>
Co-authored-by: Wouter Born <github@maindrain.net>
Co-authored-by: Sami Salonen <ssalonen@gmail.com>
Co-authored-by: Fabian Wolter <github@fabian-wolter.de>
Co-authored-by: Stefan Zabka <zabkaste@informatik.hu-berlin.de>
Co-authored-by: TRS-80 <25938297+TRSx80@users.noreply.github.com>
Co-authored-by: sihui <10405486+sihui62@users.noreply.github.com>
Co-authored-by: Andrew Mills <amil109@users.noreply.github.com>
Co-authored-by: Olivier Béraud <olivbd@users.noreply.github.com>
Co-authored-by: Andrew Fiddian-Green <software@whitebear.ch>
Co-authored-by: LeeC77 <LeeC77@users.noreply.github.com>
Co-authored-by: Thomas Weiler <18066810+toweosp@users.noreply.github.com>
Co-authored-by: garretcook <garretcook@gmail.com>
Co-authored-by: Michael Fielding <michael.fielding@gmail.com>
2020-09-21 13:29:39 +02:00
Yannick Schaus f8dd370409
[ImgBot] Optimize images (#1222)
*Total -- 12,706.96kb -> 10,617.30kb (16.45%)

/addons/uis/apps/images/download-for-windows.png -- 35.02kb -> 9.42kb (73.12%)
/images/addons/nikohomecontrol.png -- 8.96kb -> 3.60kb (59.84%)
/images/addons/owntracks.png -- 5.44kb -> 2.40kb (55.87%)
/developers/osgi/images/states.png -- 12.86kb -> 5.79kb (54.99%)
/addons/uis/apps/images/download-on-the-app-store.png -- 9.36kb -> 4.62kb (50.59%)
/images/addons/bluetooth.ruuvitag.png -- 22.46kb -> 11.27kb (49.83%)
/configuration/images/habpanel_widget-selection.png -- 10.17kb -> 5.22kb (48.65%)
/configuration/images/habpanel_main-menu-run.png -- 53.44kb -> 27.46kb (48.62%)
/administration/images/new_json_file.png -- 19.23kb -> 9.91kb (48.47%)
/configuration/images/habpanel_add-widget.png -- 13.72kb -> 7.14kb (47.96%)
/images/addons/cardio2e1.png -- 12.97kb -> 6.79kb (47.65%)
/images/addons/amazonechocontrol.png -- 12.41kb -> 6.58kb (47.01%)
/images/addons/darksky.png -- 10.88kb -> 5.77kb (46.98%)
/images/addons/nanoleaf.png -- 4.88kb -> 2.62kb (46.39%)
/configuration/images/habpanel_widget-slider.png -- 21.11kb -> 11.86kb (43.84%)
/.vuepress/public/apple-icon.png -- 4.29kb -> 2.48kb (42.26%)
/configuration/images/habpanel_dashboard-designer.png -- 59.43kb -> 34.66kb (41.68%)
/images/logo.png -- 9.78kb -> 5.72kb (41.47%)
/configuration/images/sitemap_demo_mapview.png -- 178.59kb -> 104.86kb (41.29%)
/configuration/images/habpanel_running-dashboard.png -- 79.68kb -> 46.81kb (41.25%)
/.vuepress/public/openhab-logo-top.png -- 8.12kb -> 4.86kb (40.21%)
/developers/bindings/images/thing_life_cycle_shutdown.png -- 23.82kb -> 14.35kb (39.76%)
/images/addons/sleepiq.png -- 13.88kb -> 8.40kb (39.52%)
/tutorials/images/myopenhab-account.png -- 12.31kb -> 7.52kb (38.93%)
/configuration/images/habpanel_widget-image.png -- 286.29kb -> 175.10kb (38.84%)
/images/addons/comfoair1.png -- 64.39kb -> 40.65kb (36.87%)
/developers/bindings/images/thing_life_cycle_startup.png -- 75.60kb -> 47.93kb (36.6%)
/developers/osgi/images/immediatecomponent.png -- 22.18kb -> 14.15kb (36.22%)
/installation/images/Karaf_Windows.png -- 10.68kb -> 7.05kb (33.96%)
/configuration/images/sitemap_demo_image.png -- 195.85kb -> 132.57kb (32.31%)
/developers/osgi/images/event-admin.png -- 37.24kb -> 25.38kb (31.85%)
/configuration/images/habpanel_main-menu-edit.png -- 41.05kb -> 28.40kb (30.83%)
/configuration/images/sitemap_demo_setpoint.png -- 2.29kb -> 1.59kb (30.39%)
/configuration/images/habpanel_concepts.png -- 72.54kb -> 50.73kb (30.07%)
/images/addons/boschindego.png -- 40.94kb -> 29.03kb (29.1%)
/images/addons/upb1.png -- 98.62kb -> 70.35kb (28.67%)
/images/addons/mihome.png -- 1.09kb -> 0.79kb (28%)
/concepts/diagrams/event_interfaces.png -- 37.97kb -> 27.38kb (27.87%)
/developers/osgi/images/delayedcomponent.png -- 33.31kb -> 24.07kb (27.74%)
/images/addons/folding.png -- 8.49kb -> 6.16kb (27.51%)
/.vuepress/public/openhab-logo-square.png -- 13.49kb -> 9.80kb (27.34%)
/.vuepress/public/logo-white.png -- 6.43kb -> 4.68kb (27.13%)
/developers/bindings/images/concept.png -- 69.11kb -> 50.54kb (26.86%)
/configuration/images/sitemap_demo_webview.png -- 12.04kb -> 8.86kb (26.43%)
/tutorials/beginner/images/picture_20.jpg -- 69.91kb -> 51.62kb (26.17%)
/images/addons/onebusaway.png -- 9.38kb -> 6.97kb (25.64%)
/tutorials/beginner/images/picture_10.jpg -- 75.27kb -> 56.09kb (25.47%)
/developers/ide/images/ide_setup_eclipse_2_advanced.png -- 15.96kb -> 11.91kb (25.41%)
/configuration/images/habpanel_side-drawer.png -- 702.84kb -> 532.55kb (24.23%)
/developers/ide/images/ide_debug_eclipse_1_bndtools.png -- 215.85kb -> 164.37kb (23.85%)
/images/addons/mactts.png -- 4.01kb -> 3.06kb (23.62%)
/configuration/images/habpanel_widget-button.png -- 16.64kb -> 12.75kb (23.39%)
/images/addons/loxone.png -- 17.03kb -> 13.07kb (23.26%)
/images/addons/homekit.png -- 17.72kb -> 13.68kb (22.8%)
/configuration/images/sitemap_demo_slider.png -- 1.92kb -> 1.48kb (22.75%)
/addons/uis/apps/images/ios01.png -- 72.74kb -> 56.33kb (22.55%)
/images/addons/cm11a.png -- 33.87kb -> 26.38kb (22.13%)
/configuration/images/habpanel_widget-switch.png -- 9.12kb -> 7.10kb (22.1%)
/developers/ide/images/ide_debug_eclipse_2_appbndrun.png -- 211.61kb -> 165.04kb (22.01%)
/tutorials/beginner/images/picture_12.jpg -- 75.81kb -> 59.14kb (21.98%)
/tutorials/beginner/images/picture_22.jpg -- 107.66kb -> 84.16kb (21.83%)
/developers/ide/images/ide_setup_eclipse_1_installer.png -- 60.65kb -> 47.43kb (21.8%)
/developers/bindings/images/things.png -- 79.88kb -> 62.48kb (21.78%)
/images/addons/marytts.png -- 43.72kb -> 34.20kb (21.77%)
/tutorials/beginner/images/picture_16.jpg -- 52.41kb -> 41.21kb (21.37%)
/tutorials/beginner/images/picture_15.jpg -- 132.01kb -> 103.95kb (21.25%)
/tutorials/beginner/images/picture_02.jpg -- 42.16kb -> 33.30kb (21%)
/tutorials/beginner/images/picture_13.jpg -- 104.73kb -> 82.88kb (20.86%)
/images/addons/javascript.png -- 53.84kb -> 42.72kb (20.64%)
/developers/ide/images/ide_setup_eclipse_6_tasks_finished.png -- 75.18kb -> 59.76kb (20.52%)
/tutorials/beginner/images/picture_21.jpg -- 141.41kb -> 112.43kb (20.5%)
/images/addons/orvibo.png -- 3.79kb -> 3.02kb (20.32%)
/images/addons/autelis.png -- 12.12kb -> 9.66kb (20.29%)
/tutorials/beginner/images/picture_14.jpg -- 105.68kb -> 84.24kb (20.28%)
/configuration/images/habpanel_widget-colorpicker.png -- 14.13kb -> 11.29kb (20.09%)
/images/addons/pushbullet.png -- 7.08kb -> 5.67kb (20.04%)
/images/addons/googletts.png -- 53.01kb -> 42.45kb (19.93%)
/tutorials/beginner/images/picture_23.jpg -- 119.28kb -> 95.54kb (19.91%)
/addons/uis/apps/images/widget-overview.png -- 47.53kb -> 38.12kb (19.79%)
/developers/ide/images/ide_setup_eclipse_4_openhab.png -- 72.25kb -> 58.02kb (19.7%)
/images/addons/tankerkoenig.png -- 23.30kb -> 18.79kb (19.39%)
/installation/images/rpi2b.png -- 264.16kb -> 213.21kb (19.29%)
/images/addons/leapmotion.png -- 11.63kb -> 9.39kb (19.23%)
/installation/images/Admin_CMD.jpg -- 26.84kb -> 21.71kb (19.12%)
/images/addons/weatherunderground.png -- 12.56kb -> 10.16kb (19.09%)
/.vuepress/public/og-image.png -- 7.26kb -> 5.88kb (19.05%)
/installation/images/openHABian-menu-freshsetup.png -- 25.61kb -> 20.74kb (19.04%)
/developers/ide/images/ide_setup_eclipse_5_variables.png -- 64.22kb -> 52.11kb (18.86%)
/developers/ide/images/ide_setup_vscode_folder.png -- 6.53kb -> 5.31kb (18.69%)
/installation/images/Windows_Service.jpg -- 107.34kb -> 87.28kb (18.69%)
/installation/images/openHABian-install-failed.png -- 28.79kb -> 23.43kb (18.6%)
/installation/images/openHABian-install-log.png -- 63.57kb -> 51.76kb (18.57%)
/tutorials/beginner/images/picture_26.jpg -- 20.30kb -> 16.54kb (18.52%)
/images/addons/ambientweather.png -- 29.65kb -> 24.16kb (18.52%)
/developers/ide/images/ide_setup_eclipse_3_select_ide.png -- 74.24kb -> 60.50kb (18.51%)
/developers/osgi/images/targetplatform.png -- 69.92kb -> 57.13kb (18.3%)
/installation/images/openHABian-config.png -- 25.28kb -> 20.70kb (18.11%)
/installation/images/JAVA_HOME.png -- 20.56kb -> 16.87kb (17.96%)
/images/addons/fronius.png -- 14.92kb -> 12.25kb (17.87%)
/addons/uis/apps/images/ios02.png -- 112.89kb -> 92.84kb (17.75%)
/images/addons/free.png -- 1.48kb -> 1.22kb (17.73%)
/images/addons/tado.png -- 8.84kb -> 7.28kb (17.66%)
/addons/uis/apps/images/ios03.png -- 90.27kb -> 74.57kb (17.39%)
/addons/uis/apps/images/en_badge_web_generic.png -- 13.63kb -> 11.27kb (17.32%)
/images/addons/buienradar.png -- 43.98kb -> 36.37kb (17.3%)
/installation/images/Wrapper_Start_Windows.jpg -- 50.64kb -> 41.97kb (17.12%)
/installation/images/SSH_Connection_3.jpg -- 50.30kb -> 41.76kb (16.98%)
/tutorials/beginner/images/picture_18.jpg -- 54.92kb -> 45.61kb (16.95%)
/addons/uis/apps/images/main-menu.png -- 35.28kb -> 29.33kb (16.86%)
/installation/images/Wrapper_Install_Windows.jpg -- 195.30kb -> 162.45kb (16.82%)
/developers/osgi/images/edittarget.png -- 107.87kb -> 89.82kb (16.74%)
/images/addons/freebox.png -- 17.16kb -> 14.30kb (16.68%)
/images/addons/denonmarantz.png -- 31.97kb -> 26.67kb (16.59%)
/tutorials/beginner/images/picture_19.jpg -- 42.32kb -> 35.39kb (16.38%)
/images/addons/akm8681.png -- 47.81kb -> 40.11kb (16.1%)
/configuration/images/habpanel_widget-knob.png -- 20.44kb -> 17.19kb (15.88%)
/installation/images/SSH_Connection_1.jpg -- 72.02kb -> 60.62kb (15.83%)
/configuration/images/habpanel_widget-chart.png -- 58.75kb -> 49.48kb (15.78%)
/tutorials/beginner/images/picture_03.jpg -- 54.43kb -> 45.84kb (15.78%)
/installation/images/SSH_Connection_2.jpg -- 74.92kb -> 63.17kb (15.68%)
/tutorials/beginner/images/picture_08.jpg -- 33.12kb -> 27.97kb (15.54%)
/images/addons/solarlog.png -- 4.55kb -> 3.86kb (15.18%)
/configuration/images/eclipseiotmarket_configuration.png -- 77.78kb -> 65.99kb (15.17%)
/configuration/images/eclipseiotmarket_addons.png -- 93.96kb -> 79.75kb (15.12%)
/configuration/images/habpanel_widget-dummy.png -- 8.83kb -> 7.49kb (15.09%)
/tutorials/beginner/images/picture_24.jpg -- 36.56kb -> 31.12kb (14.87%)
/tutorials/beginner/images/picture_04.jpg -- 32.83kb -> 27.99kb (14.74%)
/configuration/images/habpanel_widget-timeline.png -- 14.46kb -> 12.37kb (14.44%)
/configuration/images/rules_ng_new_rule.png -- 53.02kb -> 45.51kb (14.18%)
/configuration/images/sitemap_demo_text.png -- 1.90kb -> 1.63kb (14.17%)
/images/addons/atlona.png -- 12.34kb -> 10.60kb (14.06%)
/images/addons/bosesoundtouch.png -- 8.93kb -> 7.68kb (14.03%)
/installation/images/SSH_Connection_4.jpg -- 61.34kb -> 52.74kb (14.02%)
/installation/images/openHAB_2_Folders.png -- 35.38kb -> 30.42kb (14.01%)
/images/addons/neato.png -- 34.38kb -> 29.57kb (13.98%)
/tutorials/advanced/images/paper_ui_welcome.png -- 17.80kb -> 15.33kb (13.83%)
/tutorials/beginner/images/screenshot-2-full.png -- 25.96kb -> 22.38kb (13.82%)
/tutorials/beginner/images/picture_05.jpg -- 64.69kb -> 55.76kb (13.81%)
/developers/osgi/images/runconfiguration.png -- 194.50kb -> 167.65kb (13.81%)
/configuration/images/sitemap_demo_colorpicker.png -- 3.74kb -> 3.24kb (13.49%)
/configuration/images/habpanel_screenshot4.png -- 39.59kb -> 34.26kb (13.45%)
/images/contribution_link.png -- 3.81kb -> 3.30kb (13.35%)
/tutorials/beginner/images/picture_25.jpg -- 52.99kb -> 45.93kb (13.32%)
/tutorials/beginner/images/picture_06.jpg -- 42.31kb -> 36.76kb (13.11%)
/tutorials/beginner/images/picture_11.jpg -- 49.67kb -> 43.23kb (12.97%)
/tutorials/beginner/images/picture_07.jpg -- 41.17kb -> 35.92kb (12.75%)
/images/addons/eclipseiotmarketplace.png -- 13.06kb -> 11.42kb (12.51%)
/images/addons/somfytahoma.png -- 18.19kb -> 15.91kb (12.51%)
/images/addons/gpstracker.png -- 17.99kb -> 15.80kb (12.17%)
/tutorials/beginner/images/picture_09.jpg -- 50.55kb -> 44.45kb (12.06%)
/images/addons/asterisk.png -- 15.06kb -> 13.25kb (12.04%)
/images/addons/telegram.png -- 17.72kb -> 15.65kb (11.65%)
/developers/ide/images/ide_setup_vscode_tasks.png -- 13.81kb -> 12.21kb (11.58%)
/images/addons/airquality.png -- 16.11kb -> 14.25kb (11.53%)
/images/addons/konnected.png -- 3.53kb -> 3.13kb (11.47%)
/configuration/images/sitemap_demo_switch1.png -- 2.42kb -> 2.15kb (11.24%)
/configuration/images/sitemap_demo_group.png -- 2.13kb -> 1.89kb (11.1%)
/images/addons/benqprojector.png -- 10.75kb -> 9.58kb (10.9%)
/configuration/images/habpanel_widget-clock.png -- 21.52kb -> 19.21kb (10.74%)
/tutorials/beginner/images/picture_17.jpg -- 77.17kb -> 68.90kb (10.71%)
/tutorials/beginner/images/picture_01.jpg -- 84.70kb -> 75.70kb (10.62%)
/images/addons/tinkerforge.png -- 23.35kb -> 20.88kb (10.6%)
/configuration/images/sitemap_demo_colors.png -- 1.87kb -> 1.67kb (10.51%)
/configuration/images/sitemap_demo_switch2.png -- 4.73kb -> 4.25kb (10.22%)
/configuration/images/sitemap_demo_video.png -- 46.67kb -> 41.90kb (10.22%)
/configuration/images/sitemap_demo_frame.png -- 6.41kb -> 5.76kb (10.17%)
/tutorials/beginner/images/screenshot-1-full.png -- 38.70kb -> 34.77kb (10.17%)
/images/addons/openweathermap.png -- 22.84kb -> 20.58kb (9.92%)
/installation/images/openHABian-SSH-MotD.png -- 31.82kb -> 28.71kb (9.77%)
/configuration/images/rules_ng_addons.png -- 50.41kb -> 45.56kb (9.62%)
/images/addons/openuv.png -- 40.72kb -> 36.81kb (9.6%)
/developers/ide/images/ide_setup_vscode_launch.png -- 5.07kb -> 4.59kb (9.48%)
/images/addons/icloud.png -- 29.00kb -> 26.27kb (9.39%)
/developers/ide/images/ide_setup_intellij_debug_configuration.png -- 72.78kb -> 66.02kb (9.28%)
/developers/ide/images/ide_setup_vscode_settings.png -- 8.66kb -> 7.87kb (9.2%)
/configuration/images/habpanel_widget-label.png -- 6.19kb -> 5.62kb (9.19%)
/developers/ide/images/ide_setup_vscode_folder_launch.png -- 5.97kb -> 5.44kb (8.92%)
/developers/ide/images/ide_setup_vscode_folder_tasks.png -- 6.07kb -> 5.55kb (8.67%)
/images/distro.png -- 85.39kb -> 78.04kb (8.6%)
/images/addons/plugwise.png -- 28.42kb -> 26.00kb (8.51%)
/configuration/images/sitemap_demo_selection.png -- 7.34kb -> 6.75kb (8.1%)
/addons/uis/apps/images/main_menu.png -- 106.22kb -> 97.84kb (7.89%)
/tutorials/beginner/images/classicui1.png -- 112.46kb -> 103.61kb (7.87%)
/installation/images/pine64.png -- 255.92kb -> 235.80kb (7.86%)
/administration/images/add_thing_paper_ui.png -- 170.30kb -> 157.30kb (7.63%)
/images/addons/innogysmarthome.png -- 5.99kb -> 5.56kb (7.22%)
/configuration/images/eclipseiotmarket_listings.png -- 285.17kb -> 264.80kb (7.14%)
/configuration/images/habpanel_screenshot3.png -- 32.27kb -> 29.99kb (7.07%)
/installation/images/Accueil_Openhab_2.png -- 97.12kb -> 90.99kb (6.32%)
/tutorials/advanced/images/add-node-27.png -- 124.85kb -> 117.09kb (6.21%)
/administration/images/edit_thing_paper_ui.png -- 53.55kb -> 50.36kb (5.96%)
/configuration/images/habpanel_screenshot1.png -- 58.64kb -> 55.15kb (5.94%)
/images/addons/velbus.png -- 43.91kb -> 41.36kb (5.81%)
/images/addons/solaredge.png -- 14.06kb -> 13.26kb (5.68%)
/tutorials/advanced/images/add-node-10.png -- 79.74kb -> 75.27kb (5.6%)
/tutorials/advanced/images/extensions_bindings.png -- 78.23kb -> 73.90kb (5.54%)
/tutorials/advanced/images/add-node-15.png -- 75.52kb -> 71.36kb (5.51%)
/tutorials/advanced/images/extensions_z_wave.png -- 86.52kb -> 81.87kb (5.37%)
/tutorials/advanced/images/extension_z_wave_installed.png -- 85.29kb -> 80.77kb (5.3%)
/configuration/images/sitemap_demo_fullexample.png -- 12.07kb -> 11.47kb (4.94%)
/images/addons/bluetooth.bluegiga.png -- 3.95kb -> 3.76kb (4.7%)
/images/addons/zigbee.png -- 15.09kb -> 14.41kb (4.53%)
/configuration/images/habpanel_screenshot2.png -- 57.62kb -> 55.03kb (4.5%)
/images/addons/tplinksmarthome.png -- 15.11kb -> 14.44kb (4.42%)
/tutorials/advanced/images/habmin_download_1.png -- 75.15kb -> 72.01kb (4.18%)
/concepts/images/audio.png -- 73.95kb -> 70.89kb (4.14%)
/configuration/images/smarthome-designer-05.png -- 142.59kb -> 136.79kb (4.07%)
/tutorials/advanced/images/zwave-node-badnode.png -- 58.12kb -> 55.92kb (3.78%)
/images/addons/azureiothub.png -- 23.77kb -> 22.92kb (3.58%)
/configuration/images/habpanel_widget-frame.png -- 77.43kb -> 74.70kb (3.53%)
/images/addons/bluetooth.bluez.png -- 18.62kb -> 18.01kb (3.26%)
/tutorials/advanced/images/add-node-26.png -- 111.88kb -> 108.30kb (3.2%)
/configuration/images/habpanel_dashboard-designer-placeholder-menu.png -- 5.32kb -> 5.16kb (3.01%)
/tutorials/advanced/images/habmin_download_2.png -- 81.87kb -> 79.43kb (2.98%)
/images/addons/jsonpath.png -- 40.05kb -> 38.90kb (2.88%)
/tutorials/advanced/images/network-viewer.png -- 57.97kb -> 56.31kb (2.86%)
/configuration/images/habpanel_screenshot0.png -- 287.05kb -> 279.09kb (2.78%)
/tutorials/advanced/images/Accueil_Openhab.png -- 105.01kb -> 102.58kb (2.31%)
/addons/uis/apps/images/widget_overview.png -- 140.18kb -> 137.14kb (2.17%)
/configuration/images/habpanel_screenshot6.png -- 223.16kb -> 218.42kb (2.12%)
/images/addons/fritzbox.png -- 5.96kb -> 5.84kb (2.06%)
/tutorials/advanced/images/add-node-20.png -- 68.83kb -> 67.43kb (2.04%)
/images/addons/unifi.png -- 62.81kb -> 61.85kb (1.53%)
/images/addons/nibeuplink.png -- 3.35kb -> 3.32kb (0.9%)
/images/addons/nibeheatpump.png -- 3.35kb -> 3.32kb (0.9%)
/configuration/images/habpanel_screenshot5.png -- 50.01kb -> 49.56kb (0.89%)
/images/addons/windcentrale.png -- 52.85kb -> 52.42kb (0.81%)
/tutorials/advanced/images/zwave-controller-config-9.png -- 62.23kb -> 61.86kb (0.6%)
/tutorials/advanced/images/zwave-controller-config-A.png -- 62.38kb -> 62.09kb (0.48%)
/images/addons/lgwebos.png -- 26.84kb -> 26.78kb (0.21%)
/images/addons/lgtvserial.png -- 61.92kb -> 61.88kb (0.05%)
/tutorials/advanced/images/zwave-controller-config-7.png -- 58.30kb -> 58.27kb (0.04%)
/configuration/images/package_simple.jpg -- 22.77kb -> 22.76kb (0.02%)
/configuration/images/package_demo.jpg -- 33.64kb -> 33.63kb (0.01%)
/configuration/images/package_standard.jpg -- 33.71kb -> 33.71kb (0.01%)
/configuration/images/package_expert.jpg -- 41.10kb -> 41.10kb (0.01%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
2020-05-10 19:36:47 +02:00
cvdenzen 77695884b6 Update restdocs.md (#1143)
Install REST documentation is under USER INTERFACES tab, not under Misc tab
2020-01-20 19:19:36 +01:00
robertf26 685918cc2e Move restdocs to ui in addons.cfg (#1139)
Since 2.5 rest docs have been moved to ui section. (see https://github.com/openhab/openhab-distro/wiki/openHAB-2.5-Release-Notes#breaking-changes-that-require-manual-interaction-after-the-upgrade)
2020-01-13 20:45:14 +01:00
cat101 6cd16b3fa0 Switch elements cannot have nested groups (#1121)
* Switch elements cannot have nested groups

This is a known issue already mentioned here https://github.com/openhab/openhab-docs/issues/491

* Added sign off

Signed-off-by: Matias Cuenca-Acuna (cat101@somewhere.com)
2019-12-28 19:04:45 +01:00
Jerome Luckenbach d4cc7be27e
Introduced many custom containers. (#1117)
* Refactored multiple 'Note:' occurances.

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

* Small fixes

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2019-12-27 16:18:48 +01:00
Miika Jukka de0794ee65 Update Notepad++ user defined languages link (#1108)
Closes #1072

Signed-off-by: Miika Jukka <miikajukka@gmail.com>
2019-12-25 20:01:05 +01:00
Wouter Born 661c450fa7 Update JSR223 docs for renamed automation package (#1097)
All Java classes in the org.eclipse.smarthome.automation package have been moved to the org.openhab.core.automation package.

Signed-off-by: Wouter Born <github@maindrain.net>
2019-12-16 13:00:15 +01:00
mueller-ma d31cdb8581 Add pink and gold to supported colors (#1094)
https://github.com/openhab/openhab-android/pull/1703
https://github.com/openhab/openhab-android/issues/1640#issuecomment-558827596

Signed-off-by: mueller-ma <mueller-ma@users.noreply.github.com>
2019-11-28 12:32:29 +01:00
Richard Koshak 920d97148f Updated the paths to the json schemas (#1087)
I believe I got the URL correct.  The root path to the schemas is https://openhab.org/schemas which is at the same level as the root `docs`. I don't know for sure that the relative path used here will work or not.

Signed-off-by: Rich Koshak <rlkoshak@gmail.com>
2019-11-21 09:46:48 +01:00
mueller-ma 6f22499445 [Sitemaps] Update punctuation (#1086)
Signed-off-by: mueller-ma <mueller-ma@users.noreply.github.com>
2019-11-20 22:09:09 +01:00
mueller-ma cf1b6f7371 [Sitemaps] Update switchSupport Slider parameter (#1085)
The Android app sends `ON` or `OFF`. Depending on the binding, `ON` can stand for "latest non-zero brightness" or for `100`.

Signed-off-by: mueller-ma <mueller-ma@users.noreply.github.com>
2019-11-20 19:15:02 +01:00
Jerome Luckenbach 66c3f1df5b
[WIP]Minor updates collection (#1065)
* Add warning badge for usage recommendation

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

* Added a tab example

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

* Added warning badge

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

* Added warning badge

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

* Removed experimental warning.

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2019-10-30 21:51:07 +01:00
Mark Hilbush 82cbb61f9b Add new system profile rawbutton-on-off-switch (#1060)
Signed-off-by: Mark Hilbush <mark@hilbush.com>
2019-10-15 20:05:04 +02:00
Markus Storm 1dcfc03e38 Update Things/Item config recommendation (#1055)
* Update Things/Item config recommendation

Seems still some people manage to misread that.

* Update index.md

reworded GUI/files recommendation
as this is a source of problems to most OH users

* Apply suggestions from code review

Co-Authored-By: Jerome Luckenbach <github@luckenba.ch>

* Update index.md

some English-ification (sorry :))

* Added blockqute and newline

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2019-10-09 17:18:49 +02:00
Christoph Weitkamp 96c0e79195 Update restdocs.md (#1050)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
2019-09-30 12:54:47 +02:00
Ross Kennedy 637d2aa20e Update persistence.md (#1047)
Small clarification regarding use of HistoricItem in rules methods

Signed-off-by: Ross Kennedy rossko@culzean.clara.co.uk
2019-09-29 10:39:49 +02:00
AcHub efe12f24f1 Spelling errors (#1041) 2019-09-09 21:59:54 +02:00
blilleike b52f46a66a Explained Colorpicker for sitemaps (#988) (#1042)
Switched to directly addressing the user (you) instead of "the user".
Added information on behaviour based on what a z-wave rgbw does. 
I think a hue colored lamp behaves similar (not restoring previous brightness).

Signed-off-by: Björn Lilleike <blilleike@incremental.plus>
2019-09-07 10:29:33 +02:00
mueller-ma 1ecc329095 Fix Sitemap color table (#1035)
* Fix Sitemap color table

Fixes #960

Signed-off-by: mueller-ma <mueller-ma@users.noreply.github.com>

* Use divs

Signed-off-by: mueller-ma <mueller-ma@users.noreply.github.com>

* Update example

Signed-off-by: mueller-ma <mueller-ma@users.noreply.github.com>
2019-09-01 15:35:46 +02:00
Thomas Dietrich edd53f9ecf Improve icon name examples (#1037)
* Improve icon name examples

Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)

* Update items.md
2019-09-01 15:35:16 +02:00
WardMD90745 d2abc97f48 Corrected bad name to use hyphen (which is not allowed) (#1033) 2019-08-19 21:09:42 +02:00
lolodomo 0b39e869a0 Introduced new implicit variable named newState (#1029)
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
2019-08-17 09:35:03 +02:00
Holger Friedrich 02448ef218 Update restdocs.md (#1019)
Added documentation for updating the state of contact items using a PUT request. POST does not work for Contact items.

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
2019-07-28 11:23:15 +02:00
Søren Thorsen c0d08ecb4f When using sendFrequency in Colorpicker, the value should not be in "". If you do you will see this `warning: 2019-07-11 20:57:02.024 [WARN ] [el.core.internal.ModelRepositoryImpl] - Configuration model 'groundfloor.sitemap' has errors, therefore ignoring it: [31,91]: mismatched input '"20"' expecting RULE_INT` (#1017)
Line 31 from groundfloor.sitemap:
```
Colorpicker item=cinema_led_strip_color label="Cinema LED Strip Color[]" sendFrequency="20"
```

Signed-off-by: Soren Thorsen <st@debian-linux.dk>
2019-07-14 14:18:48 +02:00
Humberto Rodríguez A 6c37c2aed2 Update rules-dsl.md (#1013)
Fix typos and grammar mistakes

Signed-off-by: Humberto Rodriguez Avila <rhumbert@vub.ac.be>
2019-07-14 14:18:28 +02:00
Liket 4b8a1df247 updated recommended EXTRA_JAVA_OPTS (#1012)
Updated EXTRA_JAVA_OPTS to make them consistent with the more up to date recommendation in https://openhab-scripters.github.io/openhab-helper-libraries/Getting%20Started/Installation.html
2019-06-29 22:03:48 +02:00
Rossko57 d28e8adab8 Update persistence.md (#1009)
Clarify usage of * asterisk in persistence strategy configuration.
2019-06-23 13:18:31 +02:00
Marcel Erkel 43f1029c34 Fix typos in items.md (#1005)
Signed-off-by: Marcel Erkel <marcel.erkel@gmail.com>
2019-06-16 09:08:18 +02:00
awesomecogs 61d41b542e Update rules-dsl.md (#936)
Corrected "cron expression" link for time-based trigger to updated Quartz link.
2019-05-18 21:08:24 +02:00
Jerome Luckenbach cea408306b
Removed todo elements in sitemap.md (#959)
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2019-05-18 20:41:47 +02:00
Ryan Johnston 8d0ff52981 Fix 404 links (#978)
Cron link for quartz scheduler has been moved to a new url without a redirect. Suggested fix is to update openhab link.
2019-05-18 11:42:36 +02:00
Richard Koshak b010c80616 Change description of System started description (#979)
Signed-off-by: Richard Koshak <rlkoshak@gmail.com>
2019-05-18 11:40:39 +02:00
mueller-ma 88ccc6b58b Sitemaps: Fix links (#949)
* Sitemaps: Fix links

And change "openHAB Android App" to "openHAB App for Android"

> "Android", or anything confusingly similar to "Android", cannot be used in names of applications or accessory products, including phones, tablets, TVs, speakers, headphones, watches, and other devices. Instead, use "for Android".

from https://developer.android.com/distribute/marketing-tools/brand-guidelines?hl=en

* Fix BasicUI Link
2019-05-03 18:48:23 +02:00
Christoph Weitkamp e0b4723789 Added documentation about more new profiles (#957)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
2019-05-02 20:47:40 +02:00
mueller-ma 1c10caf290 Fix link anchor in Items (#948) 2019-04-24 17:34:35 +02:00
Scott Rushworth 52090ae565 Update script load order (#943)
Signed-off-by: Scott Rushworth <openhab@5iver.com>
2019-04-21 09:28:27 +02:00
Gaël L'hopital 74f75c8004 Adding documentation for timestamp-update and timestamp-change profiles. (#941)
Signed-off-by: Gaël L'hopital <gael@lhopital.org>
2019-04-16 21:24:07 +02:00
Scott Rushworth 76c8f08c35 Added warning and small updates (#927)
I did some tidying up, corrected some of the classes that changed due to the ESH reintegration, and added a warning about using anything other than the official APIs (requested here... https://github.com/openhab/openhab-core/pull/663#issuecomment-478233196).

Signed-off-by: Scott Rushworth <openhab@5iver.com>
2019-04-09 21:36:11 +02:00
JMacIV 6f6805982d Small typo fix in Manipulating Item States (#928)
Signed-off-by: John McMillan <johnmcmillaniv@gmail.com>
2019-04-05 23:59:20 +02:00
jswim788 8212f78240 Update restore state on restart documentation (#921)
See discussion with rossko57 here: https://community.openhab.org/t/nightmare-stop-oh2-turning-on-my-relays/70016/15
Update "Restoring Item States on Restart" to give an example of two Items instead of all Items. Generally restoring all states has led to issues, so it is better to guide users to restore specific Items.

Signed-off-by: John Schmitz jswim400im@gmail.com
2019-03-17 19:37:49 +01:00
David Gräff cd9c81d8f6 Rules: Replace placeholder with ESH text (#893)
* Rules: Replace placeholder with ESH text

This is a first step in improving the NG Rules page.
In a follow up PR this is split up into a technical part and a user part and https://community.openhab.org/t/experimental-next-gen-rules-engine-documentation-2-of-installation/55955 need to be integrated of course.

Signed-off-by: davidgraeff <david.graeff@web.de>

* Update rules-ng.md

Fix http->https

* Update configuration/rules-ng.md

Co-Authored-By: davidgraeff <david.graeff@web.de>

* Update rules-ng.md

This is no longer a pure copy. I have broken down some super long sentences and reformulated some paragraphs.

* Update rules-ng.md

Incorporate suggested changes and fixed typo
2019-02-15 22:46:48 +01:00
Jürgen Baginski a8162cc878 Update things.md to show Channel Definitions (#891)
* Update things.md to show Channel definitios

Added the Channel definition part from Eclipse Smarthome.
Points to be discussed:
-Is it still OK to use YahooWeather as an example?
-ESH described three! possible ways to define a State Channel (with or without "State" and with "Type". I rather show/describe only the last one, since it could be used for all except the Trigger Channels.
-Never worked with Trigger Channels (working at all? / Needed?...)

* Done all requested changes
Signed-off-by: Juergen Baginski opus42@gmx.de (github: JueBag)

* Small newline fixes.
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2019-02-03 19:09:16 +01:00
Jürgen Baginski 464fb041ce Update Things.md in order to show exampels for file created things an… (#888)
* Update Things.md in order to show exampels for file created things and bridges
Signed-off-by: Juergen Baginski opus42@gmx.de (github: JueBag)

* Update configuration/things.md (Accept PR Suggestions)
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
Co-Authored-By: JueBag <opus42@gmx.de>
2019-02-01 15:21:46 +01:00
Scott Rushworth 54380c49ba Updated download link and supported version (#882)
Signed-off-by: Scott Rushworth openhab@5iver.com (github: openhab-5iver)
2019-01-24 18:51:54 +01:00
Jerome Luckenbach eb6e98a06b
Quick spelilng fix. (#879)
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2019-01-23 21:32:53 +01:00
Markus Lipp 428452ce7f Fix links (#865)
* Fixed links in uis.md

Multiple dead links fixed

* Fix links

multiple links to addons page fixed

* Delete reference to non-existing doc page

Reorg of docs made the referenced chapter obsolete

* Fixed multiple links

various links fixed

* Fixed links

links to section addons fixed
Deleted reference to yahooweather binding (now obsolete) as example for binding that requires manual thing definition.

* link fixed

link to addons section fixed

* fixed link

fixed link to UI selection screen

* Fix link

Fixed link to addons section

* Fix links, update example

Signed-off-by: Markus Lipp lipp_markus@gmail.com (github: LightIsLife)

Links to addon section and others fixed.
Old example using the now obsolete Yahooweather binding has been replaced with an example using the network binding

* delete link habpanel.md

Deleted inexisitng link

* Fix links index.md

Fixed links

* Fix link sitemaps.md  (code review)

* Update installation/windows.md (Code review)

Co-Authored-By: LightIsLife <lipp.markus@gmail.com>

* Fix typo migration.md (Code review)

* Fixed typo migration.md (code review)

* Update qnap.md
2019-01-15 19:18:58 +01:00
Yannick Schaus 573a938622 Fix mixed content checks (#874)
Change 2 YouTube images served over HTTP
as detected by the Netlify check.

Signed-off-by: Yannick Schaus <github@schaus.net>
2019-01-14 21:51:22 +01:00
Jerome Luckenbach ae90389d40
Refactoring of nearly all markdown tables. (#869)
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2019-01-13 14:25:05 +01:00
Jerome Luckenbach 69175e38d0 Fixed backticks in rules-dsl.md
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2019-01-13 11:54:14 +01:00
Markus Lipp a115ed0312 Clarify rules-dsl.md (#868)
Added language to clarify that sendCommand can trigger rules with received update trigger

Signed-off-by: Markus Lipp lipp_markus@gmail.com (github: LightIsLife)
2019-01-13 11:49:55 +01:00
Scott Martel 96e6468efe typo in documentation (#857) 2019-01-09 09:15:22 +01:00
Florian c7fe625c73 Add minValue, maxValue and step to slider documentation (#855)
This is a new feature in ESH, added with PR #6777.

Signed-off-by: Florian <florian.schmidt.welzow@t-online.de>
2019-01-08 18:57:22 +01:00
Martin Herbst 7e73347d2d Add note regarding correct encoding of text files (#837)
See also: https://github.com/eclipse/smarthome/issues/6630 

Signed-off-by:: Martin Herbst <develop@mherbst.de>
2018-12-30 16:40:38 +01:00
Patrick Fink a9b2469c8e Fix Profile examples (#835)
Signed-off-by: Patrick Fink <mail@pfink.de>
2018-12-30 16:39:59 +01:00
Christoph Weitkamp ed3d0e8a11 Added description of 'receivedEvent' variable for channel-based triggers (#830)
- Added description of 'receivedEvent' variable for channel-based triggers

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
2018-12-19 07:43:25 +01:00
Patrick Fink 9c1fd1f6aa Fix typo (#828)
Signed-off-by: Patrick Fink <mail@pfink.de>
2018-12-17 00:26:06 +01:00
Yannick Schaus c47db236d1 Fix syntax error (#826)
Prevents `{{base}}` from being replaced by the website prepare-docs script.
2018-12-16 09:06:22 +01:00
Patrick Fink 7d271b8d8f Add initial documentation for profiles (#798)
* Add initial documentation for profiles (WIP)

Signed-off-by: Patrick Fink <mail@pfink.de>

* Style guide compliance

Signed-off-by: Patrick Fink <mail@pfink.de>

* Convert profile descriptions into a table and add `rawbutton-toggle-switch` Profile

Signed-off-by: Patrick Fink <mail@pfink.de>

* Add missing profiles

Signed-off-by: Patrick Fink <mail@pfink.de>

* Proofread

Signed-off-by: Patrick Fink <mail@pfink.de>

* Add profile usage example

Signed-off-by: Patrick Fink <mail@pfink.de>

* Style improvements

Signed-off-by: Patrick Fink <mail@pfink.de>

* Improve offset description

Signed-off-by: Patrick Fink <mail@pfink.de>

* Improve syntax scheme

Signed-off-by: Patrick Fink <mail@pfink.de>

* Removed double sentence

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2018-12-16 09:04:34 +01:00
Dmitry Kann 90ff8b7b04 More straightforward example rules_refresh.sh (#820)
* More straightforward example rules_refresh.sh

* Use environment var for config directory location

Signed-off-by: Dmitry Kann <yktooo@gmail.com> (github: yktoo)
2018-12-04 06:54:07 -05:00
Rossko57 018079c083 Update items.md (#799)
* Update items.md

extra detail for numeric dynamic icons

* Update items.md

Okeydoke, I have suggested a similar form of words

* Update items.md

akk, typo fixed.  Also tidied blank line.
2018-12-01 22:18:32 +01:00
Christoph Weitkamp 61222b4de1 Update items.md (#819)
- Fixed links to bindings.

Signed-off-by: Christoph Weitkamp github@christophweitkamp.de
2018-12-01 22:16:50 +01:00
vzorglub 039399b080 Update sitemaps.md (#818)
Corrected spelling typo
2018-12-01 11:01:11 +01:00
cubistico 0e418f75c2 Update editors.md (#816)
* Update editors.md

Added BBEdit to the list

Signed-off-by: Metin Savignano ms@savignano.net (github: cubistico)

* Update editors.md

Added BBEdit to the list, added a new line

Signed-off-by: Metin Savignano ms@savignano.net (github: cubistico)
2018-11-21 23:04:17 +01:00
Markus Storm 0d807829bc minor clarifications to Thing/Items config (#807)
* minor clarifications

* "*" => "R" for recommended options

* bad link to Homebuilder

* Update index.md

* wording improved

Signed-off-by: Markus Storm markus.storm@gmx.net (github: mstormi)
2018-11-09 18:42:46 +01:00
Filippo Fontanelli 26c10bef12 Fix typos link to reference (#805) 2018-11-05 20:53:05 +01:00
Filippo Fontanelli 438d6a34b3 Fix typos on file path (#804) 2018-11-05 20:52:50 +01:00
Patrick Fink 227196c739 Fix indent and section names in binding config (#795)
Signed-off-by: Patrick Fink <mail@pfink.de>
2018-10-22 19:39:13 +02:00
Sinclair-John cc01c8f81d Fix typo (#791)
Add missing "
2018-10-20 09:31:40 +02:00
Leroy Förster f03cd1ff75 Fix math for converting ColorItem HSBTypes to RGB (#743)
Added a step to divide by 100, changed 16^2 to 2^16-1 and fixed the example.

Signed-off-by: Leroy Förster <gersilex@email.com> (github: gersilex)
2018-10-15 19:04:50 +02:00
patmalcolm91 bafa211635 Update sitemaps.md (#787)
Fixed two minor typos.
2018-10-14 11:34:24 +02:00
imtheuser 209ad63600 Updated Section DateTime Item (#784)
* Updated Section DateTime Item

The program code suggested in the documentation in section "// Convert DateTimeType to Joda DateTime" did not work for me.
@rkoshak proposed two options in this post:
https://community.openhab.org/t/error-timeinmillis-is-not-a-member-of-java-time-zoneddatetime/53079/3
Both worked for me.
I have therefore replaced the existing code with rlkoshak's two options.

* Update rules-dsl.md

Signed-off-by: Rudolf Allgaier <meinpcpostfach@yahoo.de>
2018-10-14 11:30:00 +02:00
Christoph Weitkamp f35adf387a Added example for Location Item pattern (#774)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
2018-10-01 17:21:17 +02:00
Wouter Born 2803603919 Fix configuration file path references (#779)
* Replace 'config/' and 'conf/' with '$OPENHAB_CONF/'

Signed-off-by: Wouter Born <eclipse@maindrain.net>

* Replace ${openhab.home} with $OPENHAB_HOME in compatibilitylayer.md

Signed-off-by: Wouter Born <eclipse@maindrain.net>
2018-10-01 17:19:56 +02:00
Henning Treu 4e8ac7a789 Change group function EQUAL to EQUALITY (#783)
Relates to https://github.com/eclipse/smarthome/pull/6278.

Signed-off-by: Henning Treu <henning.treu@telekom.de>
2018-10-01 17:13:49 +02:00
Wouter Born 580f30917c Rename all variants to macOS (#778)
Signed-off-by: Wouter Born <eclipse@maindrain.net>
2018-09-18 19:35:39 +02:00
Wouter Born 35a0986f6e Fix add-ons file path references (#780)
The add-ons JAR and KAR files are stored in a directory named "addons" and not "add-ons".

Signed-off-by: Wouter Born <eclipse@maindrain.net>
2018-09-18 19:32:03 +02:00
Scott Rushworth 813e1e5ea0 Corrected Thing Status Action link (#777) 2018-09-18 19:29:31 +02:00
Markus Storm 6dc2cae7d9 added recommendations which interfaces to use (#757)
* added recommendations which interfaces to use 

Signed-off-by: Markus Storm markus.storm@gmx.net (github: mstormi)

* Beautification

Signed-off-by: Markus Storm markus.storm@gmx.net (github: mstormi)

* Confectrician's review

* linebreak removed

* addons link corrected

* typo

* Reworked recommendations table

* minor recommendation table change

* VS code extensions for syntax checking of items and sitemaps

* addons link corrected

* minor wording changes

* clarify recommendations

incorporated 5iver's comments
added recommendation column
wording changed to clarify conflict files vs. UI

* simplified comments in table

* typo

* changed recommendation on addons

* improved column naming

* beautification

* fixed links

* removed include directive

* typo

* most OH1 bindings require config in *.cfg

* Added homebuilder to comparison

* small enhancement on Homebuilder

* Update index.md
2018-09-14 00:09:07 +02:00
Raj Shah 67cd769af3 FIX TYPO IN ITEMS CONFIGURATION (#772) 2018-09-04 09:46:50 +02:00
Rosi2143 95d20a7978 replace .calendar with .zonedDateTime (#762)
getCalender() is deprecated getZonedDateTime() should be used
2018-09-04 09:46:22 +02:00
William Leemans 2e087ec708 wrong method (#771) 2018-09-04 09:45:13 +02:00
Christoph Weitkamp df1a5d2949 Added 'playStream()' function (#767)
- Added 'playStream()' function
- Fixed linter errors

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
2018-09-01 16:08:48 +02:00
Richard Koshak 1b8ce6d7ce Added documentation for Member of Rule triggers (#759)
This applies to OH 2.3, not sure how to back port it.

While I was here, I also added a warning that if one uses received command, one cannot use ItemName.state and should instead use receivedCommand.

Signed off by Richard Koshak <rlkoshak@gmail.com>

Addresses #758
2018-08-19 17:32:05 +02:00
Arnold 0a7386d7b7 Update items.md (#760)
Fixed the link to the classic icons
2018-08-19 17:29:13 +02:00
mgf909 e2f5ceec83 Update addons.md (#753)
fix typo
2018-08-07 11:51:37 +02:00
Scott Rushworth d05ca45cc4 Update jsr223-jython.md to include changes form ESH PR #5953 (#751)
Signed-off-by: Scott Rushworth openhab@5iver.com (github: openahb-5iver)
2018-08-06 23:40:12 +02:00
Thomas Dietrich 8ecb3f9055 [Sitemap] Remove duplicate sentence (#747)
Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)
2018-07-17 21:38:29 +02:00
Sam B 5079461954 Typo "MyTimes" instead of "MyItems" (#744) 2018-07-15 12:25:25 +02:00
Christoph Weitkamp b7814c7a8b Moved documentation for audio & voice actions to multimedia section (#742)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
2018-07-14 08:30:11 +02:00
Jerome Luckenbach c2293a1eff
Fixed some links. (#741)
* Fixed some links. Closes #732.

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

* Added Anchors.

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2018-07-13 22:14:47 +02:00
Josar 0987df46f6 items.md: override labels (#738)
* items.md: override labels

Added information about how to override label text and state representation on sitemaps.

Signed-off-by: Josua Arndt <josuaarndt@live.de>

* Typos

* Add item override example

Signed-off-by: Josua Arndt <josuaarndt@live.de>

* Added UoM link

Signed-off-by: Josua Arndt <josuaarndt@live.de>

* Update code fences and example comments

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2018-07-12 16:43:21 +02:00
Scott Rushworth cb42e0abe4 Update jsr223.md (#739)
Signed-off-by: Scott Rushworth openhab@5iver.com (github: openhab-5iver)
2018-07-12 13:35:25 +02:00
Jerome Luckenbach 0b51686ea6
Fixed wrong url hash
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2018-07-08 23:04:27 +02:00
Dom Quixote e63e744ce7 Clarify Contact Items (#698)
* Clarify Contact 

I spent hours trying to find the problem, as I was trying to send a command to a contact. I think it should be mentioned a contact item only accepts status, and the 'CommandType' should be renamed OpenClosed with a D as the status is in fact CLOSED and not CLOSE. Less confusing this way.

* Update items.md

Sign off from PR comment:
Signed-off-by: Bas Stronks bas.stronks@gmaill.com (github: DomQuixote)

* Reverted concept changes to make pr ready for merge.

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

* Revert really everything

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2018-07-08 16:39:24 +02:00
Mark Herwege f9b4d3af7f Replace Smarthome designer by VS Code Extension (#726) 2018-07-08 16:39:24 +02:00
Christoph Weitkamp 1f46424e1e [configuration] Revert #723 partially (#724)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
2018-07-08 16:39:24 +02:00
Christoph Weitkamp 95e3d0aa91 Added 'everyMinute' strategy to examples (#723)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
2018-07-08 16:39:24 +02:00
Yannick Schaus 8da1ebcfc3 Fix link to MQTT doc in configuration/addons.md
Signed-off-by: Yannick Schaus <habpanel@schaus.net>
2018-06-14 17:47:10 +02:00
Jerome L 876b9a8e60
Improved addons title and url. (#718)
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2018-06-13 15:09:20 +02:00
Yannick Schaus 7cc4ae5d40 Add-ons installation: correct links to mqtt doc (#719)
Signed-off-by: Yannick Schaus <github@schaus.net>
2018-06-13 15:09:08 +02:00
Jerome L b1c16a3179
[configuration/addons.md] Initial commit (Moved from deprecated addons page) (#715)
* Moved addons installation article to a new page and edited headline hierarchy.

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

* s/{{base}}/\/docs/g

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

* s/images/.\/images/g

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2018-06-13 14:17:56 +02:00
Kai Kreuzer 76a85507d9 [configuration/rules-dsl.md]fixed formatting (#692)
* fixed formatting

* sentences on new lines, also escaped single units
2018-06-03 11:30:51 +02:00
Kai Kreuzer e84accec22
updated generated content
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2018-05-27 11:26:49 +02:00
Stefan Triller 20de280a6a Document new transformRaw command in rules (#687)
* Document new transformRaw command in rules

Signed-off-by: Stefan Triller <stefan.triller@telekom.de>
2018-05-25 16:41:58 +02:00
Yannick Schaus 65ace38eec Remove space in group aggregation function example (#683)
Signed-off-by: Yannick Schaus <github@schaus.net>
2018-05-22 19:31:52 +02:00
Ben Clark af38f4135f Correct link in sitemaps page (#679)
Signed-off-by: Ben Clark <ben@benjyc.uk>
2018-05-21 18:53:46 +02:00
Henning Treu f5eded6370 Add QuantityType conversion to rules documentation (#675)
Signed-off-by: Henning Treu <henning.treu@telekom.de>
2018-05-14 20:47:40 +02:00
Thomas Karl Pietrowski 19b628d62d [configuration/items.md] Correcting label in table of types (#667)
Signed-off-by: Thomas Karl Pietrowski thopiekar@gmail.com (github: thopiekar)
2018-04-18 14:15:44 +02:00
Hoernchen20 3bdd2e13f4 [configuration/persistence.md]Update persistence.md (#654)
Update the "rules_refresh.sh " script to a working one. There was a high comma too much and i think in this version, the for loop is more readable for beginners.
2018-04-07 10:13:25 +02:00
Rossko57 c2ed4f9d5b [configuration/items.md] Item names must start with alpha (#653)
Empirically, Item names starting with numbers do not work in rules.
Not clear to me if that is by design or a deficiency.
See forum https://community.openhab.org/t/rule-with-item-that-starts-with-a-number-not-running/41608/7
2018-03-20 09:41:28 +01:00
Christoph Weitkamp 229544ad4b Documentation for new parameter to adjust the volume (#644)
* Added parameter to adjust the volume

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>

* Added 'volume' parameter in the runtime section

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>

* Removed volume parameter for 'stream()' methods

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
2018-03-14 14:20:47 +01:00
amorsillo 9e9413cc9b [Config] Add JsonDB link and clarify write direction (#621)
Clarify that GUI configuration operations are not hidden away in a binary database.

Signed-off-by: Andrew Morsillo <imagio@protonmail.com> (github: AndrewMorsillo)
2018-02-06 13:53:15 +01:00
RunarHanssen 2b211b3cea Update persistence.md (#631) 2018-01-21 22:14:11 +01:00
Kai Kreuzer 2defd2204f
updated generated content
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2018-01-18 10:39:19 +01:00
ConfusedTA 5597733082 [configuration/rules-dsl.md] Textual Rules -> Rule Name Uniqueness (#627)
* Textual Rules -> Rule Name Uniqueness

Add information on requirement for uniqueness of rule names.

Signed-off-by: Garry Mitchell garrymitchell@my105e.com (github: ConfusedTA)

* Textual Rules -> Rule Name Uniqueness

Amended per suggestions to include rule details as a list, tweak of wording, and amendment of sample rules to follow suggestion of wrapping quotes around rule names.

Signed-off-by: Garry Mitchell garrymitchell@my105e.com (github: ConfusedTA)

* Textual Rules -> Rule Name Uniqueness

Amend rule syntax, make syntax sections into a list.

Signed-off-by: Garry Mitchell garrymitchell@my105e.com (github: ConfusedTA)

* Textual Rules -> Rule Name Uniqueness

Updated based upon suggestions to further clarify points.

Signed-off-by: Garry Mitchell garrymitchell@my105e.com (github: ConfusedTA)

* Update rules-dsl.md
2018-01-16 17:14:06 +01:00
Thomas Dietrich c4db6d7786 Adopt openhab-android repo name, fixes #613
Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>
2018-01-07 17:38:02 +01:00
mod42 d2c3b160be [rules-dsl.md] Changed some typos in the createTimer sample code (#608) 2017-12-30 20:05:36 +01:00
Jason Jones 05b1e854c1 Added triggeringItem to Implicit Variables section
Signed-off-by: Jason Jones <jmsjones@gmail.com>
2017-12-30 14:23:21 +01:00
Gabriel Klein 0c1331cbf1 Added some documentation on how to have access to the REST API documentation. (#595)
Signed-off-by: Gabriel Klein <gabriel.klein@nuage.ch> (github: gabrielklein)
2017-12-19 10:08:52 -05:00
Thomas Dietrich 190bd935f9 Add Home Builder and Android app articles from external repos (#594)
* Add homebuilder to maven chain
* Add android app docs to maven chain
* Correct homebuilder URL
* Introduce maven logging into process script
* Fix linter warnings in update script
* Add first copy of homebuilder article
* Add Home Builder to menu and packages

Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>
2017-12-16 22:04:24 +01:00
Kai Kreuzer a459e002c1 [configuration/editors.md] removed designer from the editor list and moved network preparations … (#592)
* removed designer from the editor list and moved network preparations to the top as this is relevant for all editors

Signed-off-by: Kai Kreuzer <kai@openhab.org>

* addressed review feedback

Signed-off-by: Kai Kreuzer <kai@openhab.org>
2017-12-16 15:57:50 +01:00