This page is part of archived documentation for openHAB 2.5. Go to the current stable version
# xPL Action v1
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. |
Caught a mistake or want to contribute to the documentation? Edit this page on GitHub (opens new window)
← XMPP Amazon DynamoDB →