We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ad3acb commit 79e1f35Copy full SHA for 79e1f35
config/profiles/onn_Streaming_Device.json
@@ -0,0 +1,39 @@
1
+{
2
+ "description": "onn. Streaming Device 4K pro",
3
+ "manufacturer": "onn",
4
+ "model": "onn. Streaming Device",
5
+ "features": [
6
+ "on_off",
7
+ "toggle",
8
+ "volume_up_down",
9
+ "mute_toggle",
10
+ "play_pause",
11
+ "stop",
12
+ "next",
13
+ "previous",
14
+ "home",
15
+ "menu",
16
+ "context_menu",
17
+ "channel_switcher",
18
+ "dpad",
19
+ "numpad",
20
+ "select_source",
21
+ "media_title",
22
+ "fast_forward",
23
+ "rewind",
24
+ "settings",
25
+ "search"
26
+ ],
27
+ "simple_commands": [
28
29
+ "command_map": {
30
+ "context_menu": {
31
+ "keycode": "DPAD_CENTER",
32
+ "action": "LONG"
33
+ },
34
+ "settings": {
35
+ "keycode": "HOME",
36
37
+ }
38
39
+}
0 commit comments