Skip to content

Instantly share code, notes, and snippets.

@LethalMaus
Created January 15, 2026 22:07
Show Gist options
  • Select an option

  • Save LethalMaus/b13357e047ecad5e377b754f0d291c46 to your computer and use it in GitHub Desktop.

Select an option

Save LethalMaus/b13357e047ecad5e377b754f0d291c46 to your computer and use it in GitHub Desktop.
takeControl.kt
fun takeControl(emergency: Boolean = false) {
publishControl(
ControlStatus(
holder = localDevice,
emergency = emergency,
timestamp = System.currentTimeMillis(),
)
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment