All Java classes in the org.eclipse.smarthome.automation package have been moved to the org.openhab.core.automation package.
Signed-off-by: Wouter Born <github@maindrain.net>
I believe I got the URL correct. The root path to the schemas is https://openhab.org/schemas which is at the same level as the root `docs`. I don't know for sure that the relative path used here will work or not.
Signed-off-by: Rich Koshak <rlkoshak@gmail.com>
The Android app sends `ON` or `OFF`. Depending on the binding, `ON` can stand for "latest non-zero brightness" or for `100`.
Signed-off-by: mueller-ma <mueller-ma@users.noreply.github.com>
* Update Things/Item config recommendation
Seems still some people manage to misread that.
* Update index.md
reworded GUI/files recommendation
as this is a source of problems to most OH users
* Apply suggestions from code review
Co-Authored-By: Jerome Luckenbach <github@luckenba.ch>
* Update index.md
some English-ification (sorry :))
* Added blockqute and newline
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
Switched to directly addressing the user (you) instead of "the user".
Added information on behaviour based on what a z-wave rgbw does.
I think a hue colored lamp behaves similar (not restoring previous brightness).
Signed-off-by: Björn Lilleike <blilleike@incremental.plus>
Added documentation for updating the state of contact items using a PUT request. POST does not work for Contact items.
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
* Sitemaps: Fix links
And change "openHAB Android App" to "openHAB App for Android"
> "Android", or anything confusingly similar to "Android", cannot be used in names of applications or accessory products, including phones, tablets, TVs, speakers, headphones, watches, and other devices. Instead, use "for Android".
from https://developer.android.com/distribute/marketing-tools/brand-guidelines?hl=en
* Fix BasicUI Link
I did some tidying up, corrected some of the classes that changed due to the ESH reintegration, and added a warning about using anything other than the official APIs (requested here... https://github.com/openhab/openhab-core/pull/663#issuecomment-478233196).
Signed-off-by: Scott Rushworth <openhab@5iver.com>
* Rules: Replace placeholder with ESH text
This is a first step in improving the NG Rules page.
In a follow up PR this is split up into a technical part and a user part and https://community.openhab.org/t/experimental-next-gen-rules-engine-documentation-2-of-installation/55955 need to be integrated of course.
Signed-off-by: davidgraeff <david.graeff@web.de>
* Update rules-ng.md
Fix http->https
* Update configuration/rules-ng.md
Co-Authored-By: davidgraeff <david.graeff@web.de>
* Update rules-ng.md
This is no longer a pure copy. I have broken down some super long sentences and reformulated some paragraphs.
* Update rules-ng.md
Incorporate suggested changes and fixed typo
* Update things.md to show Channel definitios
Added the Channel definition part from Eclipse Smarthome.
Points to be discussed:
-Is it still OK to use YahooWeather as an example?
-ESH described three! possible ways to define a State Channel (with or without "State" and with "Type". I rather show/describe only the last one, since it could be used for all except the Trigger Channels.
-Never worked with Trigger Channels (working at all? / Needed?...)
* Done all requested changes
Signed-off-by: Juergen Baginski opus42@gmx.de (github: JueBag)
* Small newline fixes.
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
* Update Things.md in order to show exampels for file created things and bridges
Signed-off-by: Juergen Baginski opus42@gmx.de (github: JueBag)
* Update configuration/things.md (Accept PR Suggestions)
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
Co-Authored-By: JueBag <opus42@gmx.de>
* Fixed links in uis.md
Multiple dead links fixed
* Fix links
multiple links to addons page fixed
* Delete reference to non-existing doc page
Reorg of docs made the referenced chapter obsolete
* Fixed multiple links
various links fixed
* Fixed links
links to section addons fixed
Deleted reference to yahooweather binding (now obsolete) as example for binding that requires manual thing definition.
* link fixed
link to addons section fixed
* fixed link
fixed link to UI selection screen
* Fix link
Fixed link to addons section
* Fix links, update example
Signed-off-by: Markus Lipp lipp_markus@gmail.com (github: LightIsLife)
Links to addon section and others fixed.
Old example using the now obsolete Yahooweather binding has been replaced with an example using the network binding
* delete link habpanel.md
Deleted inexisitng link
* Fix links index.md
Fixed links
* Fix link sitemaps.md (code review)
* Update installation/windows.md (Code review)
Co-Authored-By: LightIsLife <lipp.markus@gmail.com>
* Fix typo migration.md (Code review)
* Fixed typo migration.md (code review)
* Update qnap.md
Added language to clarify that sendCommand can trigger rules with received update trigger
Signed-off-by: Markus Lipp lipp_markus@gmail.com (github: LightIsLife)