Commit Graph

220 Commits (final-4.0.x)

Author SHA1 Message Date
github-actions[bot] 07f8662e83
Fix broken links (#2108) (#2109)
Some documentation files were moved in #1872 which caused these links to be broken.

Signed-off-by: Wouter Born <github@maindrain.net>
Co-authored-by: Wouter Born <github@maindrain.net>
2023-11-19 14:32:39 +01:00
Wouter Born ea5fce9b99
Some guidelines.md fixes (#2094)
There is no `log` method on Loggers, see:

https://slf4j.org/api/org/slf4j/Logger.html

Signed-off-by: Wouter Born <github@maindrain.net>
2023-07-01 10:35:16 +02:00
Jacob Laursen 52f9a4822c
Redefine connection in addon.xsd (#2069)
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
2023-04-24 18:52:35 +02:00
Jacob Laursen 73db235375
Add clarification for two-letter country codes (#2066)
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
2023-04-16 17:33:33 +02:00
J-N-K d12754a359
[developer] document thing-type update instructions (#2040)
* [developer] document thing-type update instructions

Signed-off-by: Jan N. Klug <github@klug.nrw>

* address review comments

Signed-off-by: Jan N. Klug <github@klug.nrw>

---------

Signed-off-by: Jan N. Klug <github@klug.nrw>
2023-04-16 17:24:16 +02:00
Jacob Laursen ca8c303d57
Add naming convention (#2061)
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
2023-04-10 12:11:35 +02:00
Wouter Born 8eb2bd73d3
[Development] Eclipse Setup - Remove version notice (#2043)
Reverts #1925 because newer Eclipse versions are supported with openhab/openhab-distro#1513.

Signed-off-by: Wouter Born <github@maindrain.net>
2023-04-06 16:58:08 +02:00
Jacob Laursen cd10104705
Remove deprecated author property (#2041)
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
2023-04-02 22:18:01 +02:00
Wouter Born 096a6b1056
Update docs for OSGi R8 upgrade (#2037)
Signed-off-by: Wouter Born <github@maindrain.net>
2023-03-25 11:30:30 +01:00
Rosi 0fee8ff11c
spelling corrections (#1998)
Signed-off-by: Rosi2143 <Schrott.Micha@web.de>
Co-authored-by: Jerome Luckenbach <github@luckenba.ch>
2023-02-06 10:08:51 +01:00
J-N-K 71adc538ad
Adapt to core changes (addon.xml) (#1872)
* Adjust to addon.xml

Signed-off-by: Jan N. Klug <github@klug.nrw>
2023-01-16 20:37:08 +01:00
Jerome Luckenbach 7a87fdc06b
openHAB 4 and Java 17 refactoring (#1975)
* Remove or rename openHAB Version where useful.

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

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

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

* Java bulk edit
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>

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

* Update installation/synology.md

Co-authored-by: Wouter Born <github@maindrain.net>

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
Co-authored-by: Wouter Born <github@maindrain.net>
2022-12-30 16:24:19 +01:00
Wouter Born 446022f8a4
Fix add-ons stylization (#1976)
This makes the documentation a bit more consistent to use "add-ons" or "Add-ons" where possible.

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

Signed-off-by: Wouter Born <github@maindrain.net>
2022-12-26 23:09:28 +01:00
Дилян Палаузов 969fae1f7b
Typos a/an (#1933) 2022-12-01 22:42:51 +01:00
Jerome Luckenbach 71337d914c
Add version notice to prevent failing instalaltions. (#1925)
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2022-11-27 13:32:17 +01:00
Jerome Luckenbach 2ddff112b1
Remove common jekyll references. (#1917)
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2022-11-24 18:35:16 +01:00
Jerome Luckenbach 53cdcdfe51
Fix markdown errors due to configuration changes (#1908)
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2022-11-06 22:13:21 +01:00
Jerome Luckenbach 1a15b6c7fc
Improve markdown linting (#1906)
* Improve markdownlint configuration.

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

* Apply changes to current linting rules.

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

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2022-11-03 18:43:14 +01:00
Julian Herzog fa1e005a5c
Fixed typos in developers/ide/intelij.md (#1903) 2022-10-25 20:18:49 +02:00
Christoph Weitkamp fb6f36607d
Added default channel types for electrical energy (#1886)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
2022-09-11 17:42:36 +02:00
Carsten Mogge d928c3acd3
Update osgi.md (#1876)
Corrected two dead-links to osgi
2022-08-24 20:06:55 +02:00
Wouter Born ad166c4887
Update UIs that support the Web Audio sink (#1870)
The Web Audio sink is now also supported by Main UI and Basic UI, see:

* https://github.com/openhab/openhab-webui/pull/1422
* https://github.com/openhab/openhab-webui/pull/1426

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

Signed-off-by: Wouter Born <github@maindrain.net>
2022-08-21 13:05:59 +02:00
Jacob Laursen ca7c7bb9c9
Simplify syntax of running translation generation tool (#1867)
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
2022-07-27 22:40:43 +02:00
Jacob Laursen cef98dd9c4
Describe generation of i18n properties using tool (#1833)
* Describe generation of i18n properties using tool

Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>

* Bumped heading up one level

Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>

* Comply with rule: Fenced code blocks should be surrounded by blank lines

Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>

* Remove plugin version from command

Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
2022-07-03 22:49:51 +02:00
Jacob Laursen 4788e1cd25
Describe translation process (#1829)
* Describe translation process

Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>

* Comply with one line per sentence rule

Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
2022-05-27 21:59:07 +02:00
lolodomo 0ca265b68a
item-type (channel): list all available in core (#1814)
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
2022-05-15 18:27:53 +02:00
Wouter Born c9b5b59c84
Fix broken "System State Channel Types" table (#1797)
Looks like the table got broken with #1788.

Signed-off-by: Wouter Born <github@maindrain.net>
2022-04-13 19:37:36 +02:00
Wouter Born 6d42647cb8
Fix broken links (#1796)
Signed-off-by: Wouter Born <github@maindrain.net>
2022-04-13 19:36:53 +02:00
Gaël L'hopital b4c3945b4c
Update thing-xml.md (#1788)
Adding indoor temperature as system channel.
2022-03-27 23:21:02 +02:00
Fabian Wolter 1c1bf5fc1b
Add note about textual configuration when implementing a discovery service (#1767)
Signed-off-by: Fabian Wolter <github@fabian-wolter.de>
2022-02-21 21:55:09 +01:00
Christoph Weitkamp 9104b7c743
Renamed Yahoo to ACME (#1727)
- Renamed Yahoo to ACME

Yahoo ended their service whereas A Company that Manufactures/Makes Everything is still providing weather data. 😉

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
2022-01-10 16:54:58 +01:00
Christoph Weitkamp aa263bc977
Remove references to Yahoo in developer documentation (#1726)
- Remove references to Yahoo in developer documentation

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
2022-01-10 16:54:47 +01:00
Andrew Fiddian-Green 36214ff200
[developer-bindings] getRemovalGracePeriodSeconds for mDNS discovery (#1708)
* [developer-bindings] getRemovalGracePeriodSeconds for mDNS discovery
* [developer-bindings] tweak example code
* [developer-bindings] add modified() to example code
* [developer-bindings] tweak example code

Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
2021-12-23 16:11:38 +01:00
Jerome Luckenbach 5cd00632cf
Fixed markdownlint errors. (#1679)
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2021-11-26 18:21:25 +01:00
Kai Kreuzer 2fccb34061
Remove JCenter reference (#1669)
Fixes https://github.com/openhab/openhab-docs/issues/1647
2021-11-26 15:11:06 +01:00
Kai Kreuzer 3da266ef60
Add faq section on how to model lights (#1675)
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2021-11-26 15:08:55 +01:00
Wouter Born c8ba0349b9
Capitalize product names and minor fixes (#1671)
Signed-off-by: Wouter Born <github@maindrain.net>
2021-11-26 15:04:32 +01:00
Wouter Born 69dbe46f6f
Update Tests documentation (#1665)
Updates the documentation for how testing should be done nowadays:

* Update imports/classes for upgrade to JUnit 5
* initMocks should no longer be used because it is deprecated in favor of MockitoExtension
* Remove Guava Lists
* Cleanup code using Java 11 constructs

Signed-off-by: Wouter Born <github@maindrain.net>
2021-11-26 15:02:43 +01:00
Christoph Weitkamp 728dbb6aa2
Removed author-tags from binding definitions (#1656)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
2021-10-31 19:49:37 +01:00
Christoph Weitkamp bf61b10afc
Removed author-tags from binding definitions (#1655)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
2021-10-31 19:49:17 +01:00
Christoph Weitkamp 01af6ad307
Removed author-tags in binding definitions (#1654)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
2021-10-31 19:49:02 +01:00
Wouter Born bdb88950c3
Fix link in Contributing section (#1664)
Signed-off-by: Wouter Born <github@maindrain.net>
2021-10-31 19:46:48 +01:00
Wouter Born 70a717d297
Update "Default Tags" documentation (#1651)
There used to be the following "Default Tags" which are no longer used in the current semantic model:

* Lighting
* Switchable
* CurrentTemperature
* TargetTemperature
* CurrentHumidity

Related to openhab/openhab-addons#11313

Signed-off-by: Wouter Born <github@maindrain.net>
2021-09-27 18:46:08 +02:00
Wouter Born 134b6247ac
Update Eclipse IDE docs (#1645)
* A log4j2.xml file is used for configuring the logging instead of logback.xml
* All openHAB development is now done on the 'main' branches/streams (and not 2.5.x 3.0.x branches)

See:

* openhab/openhab-distro#1273
* openhab/openhab-distro#1278

Signed-off-by: Wouter Born <github@maindrain.net>
2021-09-13 17:17:40 +02:00
Michael Geramb d61204c98a
Update vscode.md Signed-off-by: Michael Geramb (github: mgeramb) (#1636)
Because / is allowed in Windows 10+, the path example should use / instead of \ because this will work on linux too

Signed-off-by: Michael Geramb <mail@michael-geramb.at>
2021-09-13 17:13:55 +02:00
juergencodes 5286b4e422
Fix copy&paste typo in example code (#1644) 2021-09-13 07:35:16 +02:00
Björn Lange 0915b10d55
Add default libraries for SSE (#1614)
Signed-off-by: Björn Lange <bjoern.lange@tu-dortmund.de>
2021-07-07 08:09:34 +02:00
Christoph Weitkamp cbe998e488
Added documentation of 'ChannelDescriptionChangedEvent's (#1610)
* Added documantation of 'ChannelDescriptionChangedEvent's

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

* Replaced Sets.newHashSet(...) by Set.of(...)

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
2021-06-27 20:59:30 +02:00
Peter Schraffl 75f8f357f6
fix: correct mvn command (#1603)
Signed-off-by: Peter Schraffl <peter.schraffl@gmx.at>
Signed-off-by: Schraffl Peter <p.schraffl@gmx.at>
2021-06-20 14:21:31 +02:00
Kai Kreuzer a3261b8273
Removed requirement for compact profile 2 as those do not exist anymore for Java 11. (#1602)
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2021-06-20 14:20:16 +02:00