Skip to content

Instantly share code, notes, and snippets.

@srinivasdamam
Last active October 18, 2019 06:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save srinivasdamam/19ae09d25e53e66dd5aa39257a8ac6d2 to your computer and use it in GitHub Desktop.
Save srinivasdamam/19ae09d25e53e66dd5aa39257a8ac6d2 to your computer and use it in GitHub Desktop.
Screen Saver State Chart
{
"initial": "active",
"states": {
"active": {
"on": {
"Any": "inactive"
}
},
"inactive": {
"on": {
"Any": "inactive"
},
"after": {
"4000": "active"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment