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