-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[mqtt] add .things example to bindings docs #11007
Conversation
@@ -216,6 +216,43 @@ mqttActions.publishMQTT("mytopic","myvalue", true) | |||
|
|||
The retained argument is optional and if not supplied defaults to `false`. | |||
|
|||
## Configuration via Text Files | |||
|
|||
You find all examples in this blog post performed via Paper UI. You can of course still setup every aspect via text files, like in the following examples. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the entire line can and should be removed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
right, done
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Please don't create branches in the upstream repository. I removed your branch. |
this seems to happen when a contributor edits docs via the offered footnote link (which is the natural entry point for any docs change). Haven't found a sleek way around that so far. |
This pull request has been mentioned on openHAB Community. There might be relevant details there: https://community.openhab.org/t/textual-vs-ui-driven-configuration/124198/31 |
* Add .things example based https://www.openhab.org/blog/2018-12-16-mqtt-arrives-in-the-modern-openhab-2-x-architecture.html * removed bad copy'n'pasted sentence Signed-off-by: dw-8 <[email protected]>
This reverts commit 28eafc4.
* Add .things example based https://www.openhab.org/blog/2018-12-16-mqtt-arrives-in-the-modern-openhab-2-x-architecture.html * removed bad copy'n'pasted sentence Signed-off-by: dw-8 <[email protected]>
This reverts commit 28eafc4. Signed-off-by: dw-8 <[email protected]>
* Add .things example based https://www.openhab.org/blog/2018-12-16-mqtt-arrives-in-the-modern-openhab-2-x-architecture.html * removed bad copy'n'pasted sentence
* Add .things example based https://www.openhab.org/blog/2018-12-16-mqtt-arrives-in-the-modern-openhab-2-x-architecture.html * removed bad copy'n'pasted sentence
* Add .things example based https://www.openhab.org/blog/2018-12-16-mqtt-arrives-in-the-modern-openhab-2-x-architecture.html * removed bad copy'n'pasted sentence
based https://www.openhab.org/blog/2018-12-16-mqtt-arrives-in-the-modern-openhab-2-x-architecture.html and
https://community.openhab.org/t/textual-vs-ui-driven-configuration/124198/28
Signed-off-by: Markus Storm [email protected]