-
Notifications
You must be signed in to change notification settings - Fork 5
/
magic_mapper_config.json
52 lines (52 loc) · 1.08 KB
/
magic_mapper_config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"yellow": {
"function": "cycle_energy_mode",
"inputs": {
"reverse_order": false,
"notifications": false
}
},
"blue": {
"function": "toggle_eye_comfort",
"inputs": {
"notifications": true
}
},
"red": {
"function": "reduce_oled_light",
"inputs": {
"increment": 10,
"disable_energy_savings": "True"
}
},
"green": {
"function": "increase_oled_light",
"inputs": {
"increment": 10,
"disable_energy_savings": "True"
}
},
"9": {
"function": "screen_off"
},
"0-example remove all but the 0 to assign to button 0": {
"function": "send_ir_command",
"inputs": {
"tv_input": "optical",
"keycode": "IR_KEY_POWER",
"device_type": "audio"
}
},
"1-example remove all but the 1 to assign to button 1": {
"function": "launch_app",
"inputs": {
"app_id": "netflix"
}
},
"EXAMPLE - replace this text with the button name 'prime' to have the prime button launch plex": {
"function": "launch_app",
"inputs": {
"app_id": "cdp-30"
}
}
}