{ | |
"x_res" : 1768, | |
"y_res" : 2208, | |
"dpi" : 386, | |
"memory_mb" : 4096, | |
"custom_actions" : [ | |
{ | |
"device_states": [ | |
{ | |
"lid_switch_open": false, | |
"hinge_angle_value": 0 | |
} | |
], | |
"button":{ | |
"command":"device_state_closed", | |
"title":"Device State Closed", | |
"icon_name":"smartphone" | |
} | |
}, | |
{ | |
"device_states": [ | |
{ | |
"lid_switch_open": true, | |
"hinge_angle_value": 180 | |
} | |
], | |
"button":{ | |
"command":"device_state_opened", | |
"title":"Device State Opened", | |
"icon_name":"tablet" | |
} | |
} | |
] | |
} |