You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: bundles/org.openhab.binding.roku/README.md
+32-23
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,8 @@ The following channels are available:
46
46
| playMode | String | The current playback mode ie: stop, play, pause (ReadOnly). |
47
47
| timeElapsed | Number:Time| The total number of seconds of playback time elapsed for the current playing title (ReadOnly). |
48
48
| timeTotal | Number:Time| The total length of the current playing title in seconds (ReadOnly). This data is not provided by all streaming apps. |
49
+
| endTime | DateTime | The date/time when the currently playing media will end (ReadOnly). N/A if timeTotal is not provided by the current streaming app. |
50
+
| progress | Dimmer | The current progress [0-100%] of playing media (ReadOnly). N/A if timeTotal is not provided by the current streaming app. |
49
51
| activeChannel | String | A dropdown containing a list of available TV channels on the Roku TV. The channel currently tuned is automatically selected. The list updates every 10 minutes. |
50
52
| signalMode | String | The signal type of the current TV channel, ie: 1080i (ReadOnly). |
51
53
| signalQuality | Number:Dimensionless| The signal quality of the current TV channel, 0-100% (ReadOnly). |
@@ -59,6 +61,7 @@ The following channels are available:
59
61
Some Notes:
60
62
61
63
- The values for `activeApp`, `activeAppName`, `playMode`, `timeElapsed`, `timeTotal`, `activeChannel`, `signalMode`, `signalQuality`, `channelName`, `programTitle`, `programDescription`, `programRating`, `power` & `powerState` refresh automatically per the configured `refresh` interval.
64
+
- The `endTime` and `progress` channels may not be accurate for some streaming apps especially 'live' streams where the `timeTotal` value constantly increases.
62
65
63
66
**List of available button commands for Roku streaming devices:**
64
67
@@ -113,32 +116,36 @@ roku:roku_tv:mytv1 "My Roku TV" [ hostName="192.168.10.1", refresh=10 ]
Copy file name to clipboardexpand all lines: bundles/org.openhab.binding.roku/src/main/java/org/openhab/binding/roku/internal/RokuBindingConstants.java
+2
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,8 @@ public class RokuBindingConstants {
0 commit comments