1{
2	"display0" : "width=1768,height=2208,dpi=374",
3	"display1" : "width=832,height=2268,dpi=387",
4	"memory_mb" : 4096,
5	"custom_actions" : [
6                {
7                        "device_states": [
8                                {
9                                        "lid_switch_open": false,
10                                        "hinge_angle_value": 0
11                                }
12                        ],
13                        "button":{
14                                "command":"device_state_closed",
15                                "title":"Device State Closed",
16                                "icon_name":"smartphone"
17                        }
18                },
19                {
20                        "device_states": [
21                                {
22                                        "lid_switch_open": true,
23                                        "hinge_angle_value": 90
24                                }
25                        ],
26                        "button":{
27                                "command":"device_state_half_opened",
28                                "title":"Device State Half-Opened",
29                                "icon_name":"laptop"
30                        }
31                },
32                {
33                        "device_states": [
34                                {
35                                        "lid_switch_open": true,
36                                        "hinge_angle_value": 180
37                                }
38                        ],
39                        "button":{
40                                "command":"device_state_opened",
41                                "title":"Device State Opened",
42                                "icon_name":"tablet"
43                        }
44                }
45	]
46}
47