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
James Hewitt
def15d85d2
Switch branch name to match repo ( #1595 )
...
Signed-off-by: James Hewitt <james.hewitt@uk.ibm.com>
2021-06-06 14:10:39 +02:00
chilobo
3f36f60eae
Update vscode.md ( #1594 )
...
Changed typo Extendions --> Extensions in line 30
2021-06-06 14:09:53 +02:00
Michael Rossner
3f4a2630e4
Change OH versions from 2.5.0 to 3.1.0 in doc files ( #1589 )
...
Signed-off-by: Schrotti <Schrott.Micha@web.de>
2021-05-30 21:54:42 +02:00
Fabian Wolter
d8aba58e85
Add logo section to dev documentation ( #1540 )
...
* Add logo section to dev documentation
Signed-off-by: Fabian Wolter <github@fabian-wolter.de>
* Add SVG and zopflipng
Signed-off-by: Fabian Wolter <github@fabian-wolter.de>
* Remove SVG reference
Signed-off-by: Fabian Wolter <github@fabian-wolter.de>
* Fix markdown lint error
Signed-off-by: Fabian Wolter <github@fabian-wolter.de>
2021-05-24 20:38:49 +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
Patrick Fink
2153b20e26
Add hint how to increase heap size when debugging ( #1576 )
...
Signed-off-by: Patrick Fink <mail@pfink.de>
2021-05-18 22:16:51 +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
Sam Spencer
ec1bffb486
Adding a couple of flags and line ending info ( #1556 )
...
* Adding a couple of flags and line ending info
These were gotcha's to being able to use the tools and being able to develop a binding.
Signed-off-by: Sam Spencer <sam.spencer@live.com>
* Update index.md
Added some extra returns
* Remove trailing spaces.
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
Co-authored-by: Jerome Luckenbach <github@luckenba.ch>
2021-04-30 15:12:19 +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
Jerome Luckenbach
388301e09d
Fix broken link ( #1553 )
...
Fixes #1547
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2021-04-23 16:29:25 +02:00
Georgios Moutsos
45faf263d0
Update index.md ( #1528 )
...
Correct the coding guidelines link
2021-04-03 08:59:14 +02:00
Sami Salonen
36cb42415a
buildsystem / external dependecy instructions fixed ( #1521 )
...
Signed-off-by: Sami Salonen <ssalonen@gmail.com>
2021-03-22 19:50:26 +01:00
Fabian Wolter
d3d73927cc
Add default value of required tag ( #1519 )
...
Signed-off-by: Fabian Wolter <github@fabian-wolter.de>
2021-03-21 13:57:32 +01:00
Arjan Mels
1076022ff7
Remove advanced property from channel-group-type ( #1509 )
...
The advanced property does not exist for the channel-group-type.
Signed-off-by: Arjan Mels <43108771+arjanmels@users.noreply.github.com>
2021-03-14 16:14:04 +01:00
Patrick Fink
12d9d9a251
Fix typo ( #1501 )
...
Signed-off-by: Patrick Fink <mail@pfink.de>
2021-03-01 20:39:02 +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
Matthew Skinner
29eb9cf157
[docs] Cover naming of Channel ID ( #1492 )
...
Make the Java naming convention more clear, as 100% of the new binding submissions that I have looked in the last week have all failed to know this. In most cases it is the Channel ID that they get wrong as:
1. Some merged bindings do it "differently".
2. The linked url does not cover what to do for channel IDs.
Signed-off-by: Matthew Skinner <matt@pcmus.com>
2021-02-16 22:15:14 +01:00
J-N-K
6f12d354d1
Update binding developer documentation ( #1487 )
...
Signed-Off-By: Jan N. Klug <jan.n.klug@rub.de>
2021-02-07 17:39:31 +01:00
Hilbrand Bouwkamp
20b9f74f9f
[developers] Added Discovery that is bound to a Thing section ( #1262 )
...
Signed-off-by: Hilbrand Bouwkamp <hilbrand@h72.nl>
2021-02-07 16:55:46 +01:00
Andrew Fiddian-Green
fbf6db6cc4
[developers.bindings.discovery.upnp] Describe getRemovalGracePeriodSeconds() method ( #1478 )
...
* [developers.bindings.discovery.upnp] added getRemovalGracePeriodSeconds()
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
* [developers.bindings.discovery.upnp] minor tweaks
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
2021-02-03 20:48:39 +01:00
Christoph Weitkamp
454cdd99f5
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>
2021-01-27 21:19:54 +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
J-N-K
51a4d3a505
remove uncessary instructions f. contribution guide ( #1454 )
2021-01-14 19:26:10 +01:00
Jerome Luckenbach
ec6c80dbdf
Add fixes from markdownlint-cli ( #1442 )
...
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2021-01-11 19:33:40 +01:00
coop-git
a128dbae5c
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.
2021-01-10 22:47:39 +01:00
Jerome Luckenbach
f5b9f0a1ee
Fixes for linter errors and markdown configuration. ( #1440 )
...
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2021-01-10 21:10:40 +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
d509fe56d6
Apply bulk automated corrections. 🔧 ( #1433 )
...
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2021-01-10 13:50:59 +01:00
Jerome Luckenbach
e879ad83b3
Markdown linting bulk fix ( #1432 )
...
* Improved markdown linter settings
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
* Bulk fix for several markdown errors.
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
* Remove Paper UI from Json DB.
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2021-01-10 13:09:30 +01:00
Jerome Luckenbach
a41a88225f
Applied several markdown fixes. ( #1421 )
...
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2021-01-05 00:11:31 +01:00
Michael Rossner
4e14269859
IDE-example files: change pathes to match OH3 patterns ( #1389 )
...
Signed-off-by: Michael Roßner <Schrott.Micha@web.de>
2020-12-27 14:06:40 +01:00
jwveldhuis
662c07f0fa
Use tail -F instead of -f to keep tailing after OpenHAB restart. ( #1383 )
...
Signed-off-by: Jan-Willem Veldhuis <jwveldhuis@gmail.com>
2020-12-26 14:54:44 +01:00
J-N-K
e849d33667
Update configadmin documentation to use constructor injection ( #1365 )
...
Signed-Off-By: Jan N. Klug <jan.n.klug@rub.de>
2020-12-22 19:36:19 +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
Bob A
5b785b76af
Edits to developers index.md ( #1336 )
...
* Edits to developers index.md
Edits to developers/index.md
Signed-off-by: Bob Adair <bob.github@att.net>
* Update developers/index.md
Signed-off-by: Bob Adair <bob.github@att.net>
Co-authored-by: Jerome Luckenbach <github@luckenba.ch>
* Update index.md
Signed-off-by: Bob Adair <bob.github@att.net>
Co-authored-by: Jerome Luckenbach <github@luckenba.ch>
2020-12-19 22:14:19 +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
Jerome Luckenbach
541556a744
Fix test folder location ( #1314 )
...
Fixes #1160
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2020-12-13 22:13:41 +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
Fabian Wolter
35388434d2
Fix typo and use lambda expression ( #1306 )
...
Signed-off-by: Fabian Wolter <github@fabian-wolter.de>
2020-12-13 15:10:53 +01:00
Arjan Mels
25e55cb7a4
Add step to set powershell as shell for windows ( #1290 )
...
* Add step to set powershell as shell for Windows
Encountered problem because with the default Windows shell the tasks.json tasks do not work.
Signed-off-by: Arjan Mels <43108771+arjanmels@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Jerome Luckenbach <github@luckenba.ch>
* Corrected numbering
* Apply suggestions from code review
Co-authored-by: Jerome Luckenbach <github@luckenba.ch>
Co-authored-by: Jerome Luckenbach <github@luckenba.ch>
2020-12-12 18:07:20 +01:00
Fabian Wolter
0cd3f9136e
Add max length for labels ( #1299 )
...
Source is @kaikreuzer https://github.com/openhab/openhab-addons/pull/8576#discussion_r529854343
Signed-off-by: Fabian Wolter <github@fabian-wolter.de>
2020-12-10 22:03:23 +01:00
Fabian Wolter
a7c718225b
Extend types of Thing Configuration mappings ( #1276 )
...
Available types: https://github.com/openhab/openhab-core/blob/master/bundles/org.openhab.core.config.core/src/main/java/org/openhab/core/config/core/internal/ConfigMapper.java#L128
Signed-off-by: Fabian Wolter <github@fabian-wolter.de>
2020-11-28 23:27:59 +01:00