Skip to content

Instantly share code, notes, and snippets.

@ReneeVandervelde
Created September 18, 2022 21:59
Show Gist options
  • Save ReneeVandervelde/12d6be343e73994e3c2010573474c8b5 to your computer and use it in GitHub Desktop.
Save ReneeVandervelde/12d6be343e73994e3c2010573474c8b5 to your computer and use it in GitHub Desktop.
val example = when (lightType) {
LightBulb -> ...
LightStrip -> ...
FloodLight -> ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment