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