* Rename collection folders Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de> * Change all occurences of addons and repos Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de> * Add further corrections Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de> * Remove temporary directories after processing Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de> * Reduce addons menus, show current uncond. Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de> * Fix typo Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de> * Remove redundant addons from permalinks Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de> * Sort UI menu entries correctly Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de> * Split maven command Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de> |
||
---|---|---|
.. | ||
readme.md |
readme.md
id | label | title | type | description | source | since | install |
---|---|---|---|---|---|---|---|
xpl | xPL | xPL - Actions | action | This add-on provides xPL message sending on the network. | https://github.com/openhab/openhab1-addons/blob/master/bundles/action/org.openhab.action.xpl/README.md | 1x | manual |
{% include base.html %}
xPL Action
This add-on provides xPL message sending on the network.
Actions
sendxPLMessage(String target, String msgType, String msgClass, String bodyLine1, String bodyLine2 ...)
: Sends a message over the xPL network.
Parameters shall follow xPL message elements syntax.
Parameter | Meaning |
---|---|
target | string spelled vendor-device.instance |
msgType | being one of : command, trigger, status |
msgClass | string spelled class.type |
bodyLineX | string containing key and value in the form of "bodykey1=bodyvalue1". There may be as many bodyLine parameters as needed. |