--- id: harmonyhub label: Logitech Harmony Hub title: Logitech Harmony Hub - Actions type: action description: "* `harmonyPressButton(, )`" source: https://github.com/openhab/openhab1-addons/blob/master/bundles/action/org.openhab.action.harmonyhub/README.md since: 1x install: manual --- {% include base.html %} # Logitech Harmony Hub Actions ## Actions * `harmonyPressButton(, )` * `harmonyPressButton(, , )` * `harmonyStartActivity()` * `harmonyStartActivity(,)` ## Examples ``` harmonyPressButton("Lounge", "8-Track", "PowerOn") harmonyStartActivity("PowerOff") ```