Commit Graph

946 Commits (2.5.x)

Author SHA1 Message Date
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
Christoph Weitkamp ed73ae45d8 Update events.md (#1049)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
2019-09-29 10:39:35 +02:00
Hilbrand Bouwkamp 54d7590f99 Improved binding directory structure example (#1046)
Signed-off-by: Hilbrand Bouwkamp <hilbrand@h72.nl>
2019-09-12 23:44:02 +02:00
Ben Clark 7c1b4d1b4f Revert "Temporarily move stable repo (#1031)" (#1045)
This reverts commit 0148f1ff3f.
2019-09-12 18:56:00 +02:00
AcHub efe12f24f1 Spelling errors (#1041) 2019-09-09 21:59:54 +02:00
Markus Storm 529b46a0d0 added Raspi4 and zram to install recommendations (#1044) 2019-09-09 21:58:57 +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
Stewart Cossey 09d1627d39 Corrected some items in the Bindings section. (#1039)
Signed-off-by: Stewart Cossey <stewart.cossey@gmail.com>
2019-09-01 15:34:53 +02:00
Hilbrand Bouwkamp 934def3757 [ide] Moved skeleton description to overview (#1038)
Moved the skeleton description from the eclipse page to the overview page as it's not specific for eclipse.

Signed-off-by: Hilbrand Bouwkamp <hilbrand@h72.nl>
2019-09-01 15:33:46 +02:00
zero-24 0148f1ff3f Temporarily move stable repo (#1031)
see: https://github.com/openhab/openhabian/pull/663
2019-08-20 09:42:45 +02:00
WardMD90745 d2abc97f48 Corrected bad name to use hyphen (which is not allowed) (#1033) 2019-08-19 21:09:42 +02:00
dbadia 16960fef48 Update eclipse.md (#1034) 2019-08-19 21:08:58 +02:00
zero-24 7dbe50c73c Update links to zulu as it seams the redirect tries to redirect to yoursite.com (#1030) 2019-08-17 09:35:17 +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
Ben Clark e356e5a32c Also change RPM's testing repo location (#1028)
Signed-off-by: Ben Clark <ben@benjyc.uk>
2019-08-09 22:28:54 +02:00
Ben Clark 7f73c8997b Change testing repository to Artifactory (#1027)
Signed-off-by: Ben Clark <ben@benjyc.uk>
2019-08-09 20:24:28 +02:00
Yannick Schaus 85c343191a
Add support for tab containers (#1023)
Uses https://github.com/pskordilakis/vuepress-tabs.

Closes https://github.com/openhab/website/issues/183.

Update dependencies.

Signed-off-by: Yannick Schaus <github@schaus.net>
2019-08-09 18:39:17 +02:00
Markus Storm 456b53da68 Update migration.md (#1022)
* Update migration.md

added hint to use Karaf console commands to simulate events in rules

* Update migration.md

* Added newlines

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2019-08-08 20:36:42 +02:00
Skinah 918d4ed40e Update eclipse.md (#1020)
* Update eclipse.md

Fix a few typos and improve readability.
Signed-off-by: Matthew Skinner (Skinah) <matt@pcmus.com>

* Added newline

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2019-08-08 20:34:11 +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
cvdenzen f799999c00 Typo (#1018) 2019-07-28 11:22:17 +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
tmrobert8 2949e35db1 Fix start.sh debug command (#1016)
Signed-off-by: Tim Roberts <troberts@bigfoot.com>
2019-07-14 14:18:39 +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
Richard Koshak 392186ea43 Basic UI Visibility Live Update Works (#1014)
I just tested this and BasicUI visibility does work. The warning should be removed.
2019-07-03 13:40:16 +02:00
M Valla 2ef1c22c3e [ide-eclipse] updated guide (#1006)
* new instructions using Eclipse Installer and openhab-distro

Signed-off-by: M Valla <mvbruincc@gmail.com>
2019-07-03 13:31:04 +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
Peter Schraffl bfd003ae9f Update vscode.md (#1011)
Fixed typo

Signed-off-by: Peter Schraffl <p.schraffl@gmx.at>
2019-06-26 09:38:00 +02:00
ezeeman 010b87085f Minor edits to things.md (#1002)
Changed some non-idiomatic phrases. Corrected minor grammatical
issues. Replaced usages of "state" with "status" to be consistent
throughout, with the exception of one external state (DUTY_CYCLE).

Signed-off-by: Eric Weitzman <eweitzman@acm.org>
2019-06-23 13:22:02 +02:00
Rossko57 d28e8adab8 Update persistence.md (#1009)
Clarify usage of * asterisk in persistence strategy configuration.
2019-06-23 13:18:31 +02:00
tmrobert8 0dbe1d9143 Updated tasks.json to fix linux/osx commands (#1008)
Fixed image that had some personal information in it
Added code formatting settings
Fixed breaks on images

Signed-off-by: Tim Roberts <troberts@bigfoot.com>
2019-06-16 09:11:55 +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
Jerome Luckenbach 964f7bfce2
fix json file urls. fix image paths. (#998)
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2019-05-24 22:14:02 +02:00
M Valla d49d5931f5 new instructions using Eclipse Installer and openhab-distro (#995)
* new instructions using Eclipse Installer and openhab-distro

Signed-off-by: M Valla <mvbruincc@gmail.com>

* added missing image, suggested Eclipse version

Signed-off-by: M Valla <mvbruincc@gmail.com>

* Added relative image url path

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2019-05-24 22:13:38 +02:00
tmrobert8 8e80220045 Added VSCode instructions (#994)
* Added VSCode instructions

Signed-off-by: Tim Roberts <troberts@bigfoot.com>

* Updated tasks/images/doc from review

Signed-off-by: Tim Roberts <troberts@bigfoot.com>

* Removed comments

Signed-off-by: Tim Roberts <troberts@bigfoot.com>

* Added tail logs

Signed-off-by: Tim Roberts <troberts@bigfoot.com>
2019-05-24 21:10:30 +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
Georgios Moutsos beef4e9e21 Update guidelines.md (#972)
* Update guidelines.md
Corrected link to ESH.xml

Signed-off-by: Georgios Moutsos <georgios.moutsos@gmail.com>

* Temporary github url, until clarified

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2019-05-18 20:53:15 +02:00
Jerome Luckenbach 1c19227ea1
Add hint to eclipse ide tutorial (#991)
Copy of #983 to adress the new folder structure.

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2019-05-18 20:47:50 +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
Jerome Luckenbach fbbf998ccb
Fix #980 confusions (#985)
* Add Headline
* Add Headline
* Add Headline
* Fix image urls

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

* Update developers/index.md

Co-Authored-By: Yannick Schaus <github@schaus.net>

* Improve TODO explanation.

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2019-05-18 14:25:37 +02:00
David Gräff 87a37fba0d Developer IDE: Add selection (#980)
* Developer IDE: Add selection

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

* Test with MD

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

* Update developers/ide/eclipse.md

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

* Update developers/ide/intellij.md

Co-Authored-By: Jerome Luckenbach <github@luckenba.ch>
2019-05-18 13:14:22 +02:00
David Gräff 02218b437f Add "Other code attributions" to the guidelines (#977)
Signed-off-by: David Gräff <david.graeff@web.de>
2019-05-18 11:52:48 +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
M Valla a4c9a8696e first version for Eclipse IDE instructions (#968)
* first version for Eclipse IDE instructions. See #955
* small changes
* spaces
* renamed and moved imgs to images dir, few corrections
* removed old files
* signoff

Signed-off-by: M Valla <mvbruincc@gmail.com>

* Adapted preview rb script for the new images

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2019-05-08 23:08:31 +02:00
Hilbrand Bouwkamp 5fd701a947 Fixed typo in dependencies example (#971)
Signed-off-by: Hilbrand Bouwkamp <hilbrand@h72.nl>
2019-05-08 22:19:07 +02:00
Georgios Moutsos a8dcfa8f7e Update index.md (#970)
Link to Configuration Description is wrong

Signed-off-by: Georgios Moutsos georgios.moutsos@gmail.com
2019-05-07 22:01:34 +02:00