You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
1.2 KiB

{
"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"
}
}
]
}