Commit Graph

219 Commits (final-3.3.x)

Author SHA1 Message Date
openHAB Build Server 9f9a2f5a57 Updated external content (Jenkins build 972) 2022-06-07 03:33:53 +00:00
openHAB Build Server fbfbc42c74 Updated external content (Jenkins build 935) 2022-05-13 04:52:08 +00:00
openHAB Build Server 621fe74601 Updated external content (Jenkins build 930) 2022-05-07 04:49:46 +00:00
openHAB Build Server 4aea072507 Updated external content (Jenkins build 924) 2022-05-03 04:50:59 +00:00
openHAB Build Server a25e17ad30 Updated external content (Jenkins build 919) 2022-04-30 15:23:19 +00:00
openHAB Build Server 3244f3e013 Merge commit '6d42647cb80d217f0ffe4ed5a367d89492d91297' into HEAD 2022-04-13 17:37:25 +00:00
Wouter Born 6d42647cb8
Fix broken links (#1796)
Signed-off-by: Wouter Born <github@maindrain.net>
2022-04-13 19:36:53 +02:00
openHAB Build Server 359e1f5367 Updated external content (Jenkins build 855) 2022-03-22 04:56:10 +00:00
openHAB Build Server b430ab8ccf Updated external content (Jenkins build 805) 2022-02-24 03:37:26 +00:00
openHAB Build Server a0a37dd2e1 Merge commit '2dd2f401af05652ee912b9dbc66b8bc0fcd6cbb4' into HEAD 2022-02-19 07:51:00 +00:00
jimtng 2dd2f401af
[Timer] Add isCancelled and update hasTerminated definition (#1759)
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
2022-02-19 08:50:27 +01:00
openHAB Build Server 318884d0c4 Merge commit '0fef5a39e362a7e4d89c07624bbbff226bd6a2e4' into HEAD 2022-01-31 19:13:04 +00:00
Marcel Erkel 0fef5a39e3
Update timer example (#1744)
Make sure that `myTimer` is not null when invoking the cancel() method
2022-01-31 20:12:31 +01:00
openHAB Build Server 39f2486df5 Updated external content (Jenkins build 524) 2021-08-29 22:05:44 +00:00
openHAB Build Server 6dae890e54 Updated external content (Jenkins build 468) 2021-06-07 07:41:34 +00:00
openHAB Build Server 1d99d5d7fc Updated external content (Jenkins build 466) 2021-06-05 05:06:40 +00:00
openHAB Build Server b9cee22993 Merge commit '1c6aafcb0f0cd86fb22eca3fb3a009ea426fc466' into HEAD 2021-05-30 19:56:26 +00:00
agsochi 1c6aafcb0f
Update actions.md (#1590) 2021-05-30 21:55:59 +02:00
openHAB Build Server d2648da684 Updated external content (Jenkins build 415) 2021-05-03 03:32:33 +00:00
openHAB Build Server 360c8e009a Merge commit '1710cdbbfe7fa9cbf14432a5d8174ccdce3b27c4' into HEAD 2021-04-30 12:50:30 +00: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
openHAB Build Server fc7fc0ddc3 Updated external content (Jenkins build 353) 2021-04-01 04:41:49 +00:00
Ross Kennedy 8121ebae5a
Update transformations.md (#1513)
Small correction to replace formatter in Item label example, from %.1f to %s
Transform returns a string, not possible to format with %.1f

Signed-off-by: Ross Kennedy rossko@culzean.clara.co.uk
2021-03-16 14:29:25 +01:00
openHAB Build Server bf46e38c10 Merge commit '8121ebae5a300e9b9348d608f3a27e93d7a98e80' into HEAD 2021-03-16 13:18:54 +00:00
openHAB Build Server b41fbc8f6a Merge commit '5c8980964f8ae55141c62afcd1f4f86b33d6ef88' into HEAD 2021-03-14 15:07:56 +00:00
Ross Kennedy 5c8980964f
Update actions.md (#1507)
Add example of constants for parameters of executeCommandLine() Action

Signed-off-by: Ross Kennedy rossko@culzean.clara.co.uk
2021-03-14 16:07:28 +01:00
Christoph Weitkamp de47ad7adf
Added documantation about Semantics features in Rules (#1500)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
2021-02-28 14:14:26 +01:00
openHAB Build Server 865fed6077 Merge commit 'de47ad7adf04bf8aa7471da414cd05efe70ad679' into HEAD 2021-02-28 13:04:29 +00: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
openHAB Build Server bba35c8297 Merge commit 'ae9bdd76ec79081971aa32e48e9ad06784d59910' into HEAD 2021-02-24 19:58:19 +00:00
openHAB Build Server c042fbb8ee Merge commit '5727b23d7790185e1001c22c75e4e6053df50d85' into HEAD 2021-02-07 15:14:35 +00:00
Felix Schneider 5727b23d77
Update the Time rule to a complete example and extend the explanation of .cancel() (#1482)
* Update the Time rule to a complete example and extend the explanation of .cancel()

Source https://community.openhab.org/t/difference-between-timer-null-and-timer-cancel/116363/2

* Fix Typo

Signed-off-by: Felix Schneider <fs@felix-schneider.org>
2021-02-07 16:14:06 +01:00
openHAB Build Server 9647f9e343 Updated external content (Jenkins build 226) 2021-01-29 15:51:19 +00:00
Jerome Luckenbach a7ef0879be
Resolve merge conflicts / Fix CI builds (#1472)
* Apply bulk automated corrections. 🔧(#1433)

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

* Added sidebar links. (#1434)

* Added sidebar links.
* Introduce openhabian placeholder page.
* Remove local version of openhabian doc page.

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

* 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>

* Revert #1428 (#1436)

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

* Fix linter errors. 🔧(#1437)

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

* Bulk edit linter errors. (#1438)

* Bulk edit linter errors.

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

* Fix linter style

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

* Fix linter errors (#1439)

* Some leftover linting error fixes.
* Adapt rules and enble markdownlint for pull requests.

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

* Fix markdownlint workflow

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

* Fixes for linter errors and markdown configuration. (#1440)

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

* Update guidelines.md (#1441)

Only a maintainer told me how to tackle a DTO properly as a class. As I did not see this anywhere, I decide to make this change.

* Add fixes from markdownlint-cli (#1442)

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

* 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>

* Update markdownlint.yml

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

* Move trigger order

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

* Make pr check available for markdownlint 📝 (#1446)

* Make pr check available for markdownlint (hopefully).
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>

* Add link check action. (#1449)

* Add link check action.

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

* Add blank line.

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

* Replace local urls with inline code. Change one occurence to openhabian. (#1450)

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

* remove uncessary instructions f. contribution guide (#1454)

* Update items.md (#1455)

Example with item Switch Kitchen_Light in the example is not correct for current binding version.

* 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>

* 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>

* 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>

* 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] }

* 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

* 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>

* 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>

* Fix typo in restdocs (#1463)

* 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

* Update list of system default channel types (#1467)

Related to https://github.com/openhab/openhab-core/pull/2069
Related to https://github.com/openhab/openhab-core/pull/2157

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

* 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>

Co-authored-by: coop-git <65073745+coop-git@users.noreply.github.com>
Co-authored-by: J-N-K <J-N-K@users.noreply.github.com>
Co-authored-by: sancho-sumy <59047465+sancho-sumy@users.noreply.github.com>
Co-authored-by: Gerwin Lammers <59145105+lampy2@users.noreply.github.com>
Co-authored-by: dathbe <github@beffa.us>
Co-authored-by: thefechner <76476432+thefechner@users.noreply.github.com>
Co-authored-by: Felix Schneider <45742226+Trysupe@users.noreply.github.com>
Co-authored-by: Wouter Born <github@maindrain.net>
Co-authored-by: BertramVielsack <53342169+BertramVielsack@users.noreply.github.com>
Co-authored-by: mueller-ma <mueller-ma@users.noreply.github.com>
Co-authored-by: lukiep111 <lukiep@outlook.com>
Co-authored-by: Christoph Weitkamp <github@christophweitkamp.de>
2021-01-29 16:25:42 +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
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
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 d2d2c44a3e
Fix linter errors (#1439)
* Some leftover linting error fixes.
* Adapt rules and enble markdownlint for pull requests.

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2021-01-10 20:50:43 +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 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
openHAB Build Server e4f40dc228 Updated external content (Jenkins build 162) 2020-12-31 19:32:05 +00:00
Christoph Weitkamp 5634fb22be
Update actions.md (#1386)
Fixed spelling of subheading
Signed-off-by: Christoph Weitkamp github@christophweitkamp.de
2020-12-26 23:19:22 +01:00
openHAB Build Server 3dbf1a971d Merge commit '5634fb22be08fccf40b4a42085fa4478b65c5587' into HEAD 2020-12-26 22:11:19 +00:00
Jerome Luckenbach b0386c43f4
Improved Exec Action explanation with examples. (#1369)
* Improved Exec Action explanation with examples.

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

* Fixed method typo to ofSeconds(). Added java doc link for other possible units.

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2020-12-24 09:52:32 +01:00
openHAB Build Server 4d6d11aed0 Merge commit 'b0386c43f4bdd3fa89e1c8994451fb5c353817e9' into HEAD 2020-12-24 08:44:37 +00:00
openHAB Build Server c6e247e639 Merge commit '0b7f7c96ec0362d9b488fbc79b4022dc4233c0a0' into HEAD 2020-12-22 12:49:12 +00:00
Jerome Luckenbach 0b7f7c96ec
Exec actions timeout is now in seconds. (#1360)
* Exec actions timeout is now in seconds. Reference: openhab/openhab-core#1700

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

* Details on how to use Duration now.

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2020-12-22 13:48:47 +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