Insomnia
A widget that would keep device from going to sleep when wake
is set to true.
Component
Name | Description |
---|---|
component | insomnia |
wake | true or false, if true do not let device goes to sleep, default to false |
Example
{
"component": "insomnia",
"wake": true,
"child": {
...
}
}
or
{
"component": "insomnia",
"wake": true
}