Skip to content

Instantly share code, notes, and snippets.

@bzar
Created August 25, 2016 09: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 bzar/f02ccb9b0dd54fb33e9a6032afdba4cd to your computer and use it in GitHub Desktop.
Save bzar/f02ccb9b0dd54fb33e9a6032afdba4cd to your computer and use it in GitHub Desktop.
Timer {
id: backlightTimer
interval: 1000*60*5
onTriggered: backlight.state = false
running: backlight.state
repeat: false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment