1{ 2 "x_res" : 1768, 3 "y_res" : 2208, 4 "dpi" : 386, 5 "memory_mb" : 4096, 6 "custom_actions" : [ 7 { 8 "device_states": [ 9 { 10 "lid_switch_open": false, 11 "hinge_angle_value": 0 12 } 13 ], 14 "button":{ 15 "command":"device_state_closed", 16 "title":"Device State Closed", 17 "icon_name":"smartphone" 18 } 19 }, 20 { 21 "device_states": [ 22 { 23 "lid_switch_open": true, 24 "hinge_angle_value": 180 25 } 26 ], 27 "button":{ 28 "command":"device_state_opened", 29 "title":"Device State Opened", 30 "icon_name":"tablet" 31 } 32 } 33 ] 34} 35