Skip to content

Commit

Permalink
[harmony] Update Readme.md, wrong channel name (openhab#2839)
Browse files Browse the repository at this point in the history
channel name needs to be currentActivity

Signed-off-by: Siegfried Huismann <github: sihui62>
  • Loading branch information
sihui62 authored and martinvw committed Nov 12, 2017
1 parent 0a16c37 commit 944e32b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/binding/org.openhab.binding.harmonyhub/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Hubs can report and change the current activity:
items:

```
String HarmonyGreatRoomActivity "Current Activity [%s]" (gMain) { channel="harmonyhub:hub:GreatRoom:activity" }
String HarmonyGreatRoomActivity "Current Activity [%s]" (gMain) { channel="harmonyhub:hub:GreatRoom:currentActivity" }
```

Devices can send button presses
Expand Down

0 comments on commit 944e32b

Please sign in to comment.