Added language to clarify that sendCommand can trigger rules with received update trigger
Signed-off-by: Markus Lipp lipp_markus@gmail.com (github: LightIsLife)
* More straightforward example rules_refresh.sh
* Use environment var for config directory location
Signed-off-by: Dmitry Kann <yktooo@gmail.com> (github: yktoo)
* Update items.md
extra detail for numeric dynamic icons
* Update items.md
Okeydoke, I have suggested a similar form of words
* Update items.md
akk, typo fixed. Also tidied blank line.
* Update editors.md
Added BBEdit to the list
Signed-off-by: Metin Savignano ms@savignano.net (github: cubistico)
* Update editors.md
Added BBEdit to the list, added a new line
Signed-off-by: Metin Savignano ms@savignano.net (github: cubistico)
* minor clarifications
* "*" => "R" for recommended options
* bad link to Homebuilder
* Update index.md
* wording improved
Signed-off-by: Markus Storm markus.storm@gmx.net (github: mstormi)
* Updated Section DateTime Item
The program code suggested in the documentation in section "// Convert DateTimeType to Joda DateTime" did not work for me.
@rkoshak proposed two options in this post:
https://community.openhab.org/t/error-timeinmillis-is-not-a-member-of-java-time-zoneddatetime/53079/3
Both worked for me.
I have therefore replaced the existing code with rlkoshak's two options.
* Update rules-dsl.md
Signed-off-by: Rudolf Allgaier <meinpcpostfach@yahoo.de>
* Replace 'config/' and 'conf/' with '$OPENHAB_CONF/'
Signed-off-by: Wouter Born <eclipse@maindrain.net>
* Replace ${openhab.home} with $OPENHAB_HOME in compatibilitylayer.md
Signed-off-by: Wouter Born <eclipse@maindrain.net>
This applies to OH 2.3, not sure how to back port it.
While I was here, I also added a warning that if one uses received command, one cannot use ItemName.state and should instead use receivedCommand.
Signed off by Richard Koshak <rlkoshak@gmail.com>
Addresses #758
* items.md: override labels
Added information about how to override label text and state representation on sitemaps.
Signed-off-by: Josua Arndt <josuaarndt@live.de>
* Typos
* Add item override example
Signed-off-by: Josua Arndt <josuaarndt@live.de>
* Added UoM link
Signed-off-by: Josua Arndt <josuaarndt@live.de>
* Update code fences and example comments
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
* Clarify Contact
I spent hours trying to find the problem, as I was trying to send a command to a contact. I think it should be mentioned a contact item only accepts status, and the 'CommandType' should be renamed OpenClosed with a D as the status is in fact CLOSED and not CLOSE. Less confusing this way.
* Update items.md
Sign off from PR comment:
Signed-off-by: Bas Stronks bas.stronks@gmaill.com (github: DomQuixote)
* Reverted concept changes to make pr ready for merge.
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
* Revert really everything
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>